We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ea8ce commit 9e203a1Copy full SHA for 9e203a1
.github/workflows/docker_publish.yml
@@ -22,7 +22,7 @@ jobs:
22
clang,
23
]
24
hdf5_version : [
25
- 1_14_6,
+ 1.14.6,
26
27
moab_version : [
28
5.4.1,
CI/Dockerfile
@@ -136,7 +136,7 @@ ENV HDF5_INSTALL_DIR=${INSTALL_DIR}/hdf5
136
137
RUN mkdir -p ${HDF5_BUILD_DIR}/build && \
138
cd ${HDF5_BUILD_DIR} && \
139
- git clone -b HDF5_${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
+ git clone -b hdf5_${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
140
cd build && \
141
cmake ../hdf5 \
142
-DCMAKE_INSTALL_PREFIX=${HDF5_INSTALL_DIR} \
0 commit comments