Skip to content

Commit 9e203a1

Browse files
committed
fixing hdf5 prefix and finishing the swap pf _ for .
1 parent d4ea8ce commit 9e203a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
clang,
2323
]
2424
hdf5_version : [
25-
1_14_6,
25+
1.14.6,
2626
]
2727
moab_version : [
2828
5.4.1,

CI/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ENV HDF5_INSTALL_DIR=${INSTALL_DIR}/hdf5
136136

137137
RUN mkdir -p ${HDF5_BUILD_DIR}/build && \
138138
cd ${HDF5_BUILD_DIR} && \
139-
git clone -b HDF5_${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
139+
git clone -b hdf5_${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
140140
cd build && \
141141
cmake ../hdf5 \
142142
-DCMAKE_INSTALL_PREFIX=${HDF5_INSTALL_DIR} \

0 commit comments

Comments
 (0)