Skip to content

Commit 7acc8fc

Browse files
committed
opennavsurf-bag: Upgrade hdf5.
1 parent ac0a67c commit 7acc8fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/opennavsurf-bag/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ RUN apt-get update && \
2020

2121
# Build a newer version of HDF5 than what Ubuntu 20.04 has (which is version 1.10.x)
2222
WORKDIR /tmp
23-
RUN wget https://github.com/HDFGroup/hdf5/releases/download/hdf5-1_14_3/hdf5-1_14_3.tar.gz
24-
RUN echo "126b800e9b87f65e7e7ffa58ee006607bab03a8e11e5209ea3d5c0c331321d43 hdf5-1_14_3.tar.gz" > hdf5.sum
23+
RUN wget https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.6/hdf5-1.14.6.tar.gz
24+
RUN echo "e4defbac30f50d64e1556374aa49e574417c9e72c6b1de7a4ff88c4b1bea6e9b hdf5-1.14.6.tar.gz" > hdf5.sum
2525
RUN shasum -a 256 -c hdf5.sum
26-
RUN tar xf hdf5-1_14_3.tar.gz
27-
RUN mkdir -p hdfsrc/build
28-
WORKDIR /tmp/hdfsrc/build
26+
RUN tar xf hdf5-1.14.6.tar.gz
27+
RUN mkdir -p hdf5-1.14.6/build
28+
WORKDIR /tmp/hdf5-1.14.6/build
2929
RUN cmake -G "Unix Makefiles" \
3030
-DCMAKE_INSTALL_PREFIX:PATH=/opt \
3131
-DBUILD_SHARED_LIBS:BOOL=OFF \
@@ -34,7 +34,7 @@ RUN cmake -G "Unix Makefiles" \
3434
-DHDF5_BUILD_EXAMPLES:BOOL=OFF \
3535
-DHDF5_BUILD_TOOLS:BOOL=OFF \
3636
-DHDF5_ENABLE_SANITIZERS:BOOL=ON \
37-
-DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=ON \
37+
-DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF \
3838
-DHDF5_BUILD_CPP_LIB=ON \
3939
-DHDF5_BUILD_HL_LIB:BOOL=ON \
4040
-DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF \

0 commit comments

Comments
 (0)