Skip to content

Commit

Permalink
cibw: upgrade HighFive to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 28, 2024
1 parent f079cb4 commit 3a2fbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/buildwheel/Dockerfile.manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN yum -y install wget eigen3-devel openblas-devel hdf5-devel && \
yum clean all

#install HighFive
RUN wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.2.tar.gz && \
RUN wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.9.0.tar.gz && \
tar xzf HighFive.tar.gz && \
rm HighFive.tar.gz && \
cd HighFive* && \
Expand Down
2 changes: 1 addition & 1 deletion ci/buildwheel/Dockerfile.musllinux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/pypa/musllinux_1_2_x86_64
RUN apk add wget eigen openblas hdf5

#install HighFive
RUN wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.2.tar.gz && \
RUN wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.9.0.tar.gz && \
tar xzf HighFive.tar.gz && \
rm HighFive.tar.gz && \
cd HighFive* && \
Expand Down

0 comments on commit 3a2fbb2

Please sign in to comment.