Skip to content

Commit

Permalink
Merge pull request #8 from h5py/hdf5-1.14.2
Browse files Browse the repository at this point in the history
Update HDF5 to 1.14.2
  • Loading branch information
takluyver committed Sep 12, 2023
2 parents 62fde81 + dcbffa9 commit 3e852a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/pypa/manylinux2014_aarch64

ENV HDF5_VERSION 1.12.2
ENV HDF5_VERSION 1.14.2
ENV HDF5_DIR /usr/local

COPY install_libaec.sh /tmp/install_libaec.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/pypa/manylinux2014_x86_64

ENV HDF5_VERSION 1.12.2
ENV HDF5_VERSION 1.14.2
ENV HDF5_DIR /usr/local

COPY install_libaec.sh /tmp/install_libaec.sh
Expand Down
4 changes: 2 additions & 2 deletions install_libaec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -euo pipefail

pushd /tmp

aec_version="1.0.4"
aec_version="1.0.6"

echo "Downloading libaec"
# The URL includes a hash, so it needs to change if the version does
curl -fsSLO https://gitlab.dkrz.de/k202009/libaec/uploads/ea0b7d197a950b0c110da8dfdecbb71f/libaec-${aec_version}.tar.gz
curl -fsSLO https://gitlab.dkrz.de/k202009/libaec/uploads/45b10e42123edd26ab7b3ad92bcf7be2/libaec-${aec_version}.tar.gz
tar zxf libaec-$aec_version.tar.gz

echo "Building & installing libaec"
Expand Down

0 comments on commit 3e852a9

Please sign in to comment.