Skip to content

Commit

Permalink
Merge pull request #14 from h5py/hdf5-1.14.5
Browse files Browse the repository at this point in the history
Update HDF5 & libaec to latest versions
  • Loading branch information
takluyver authored Oct 29, 2024
2 parents 052b405 + 6822340 commit 9adc9fa
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.14.4.3
ENV HDF5_VERSION 1.14.5
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.14.4.3
ENV HDF5_VERSION 1.14.5
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.6"
aec_version="1.1.3"

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/45b10e42123edd26ab7b3ad92bcf7be2/libaec-${aec_version}.tar.gz
curl -fsSLO https://gitlab.dkrz.de/-/project/117/uploads/dc5fc087b645866c14fa22320d91fb27/libaec-${aec_version}.tar.gz
tar zxf libaec-$aec_version.tar.gz

echo "Building & installing libaec"
Expand Down

0 comments on commit 9adc9fa

Please sign in to comment.