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.
2 parents fe8ed63 + c947147 commit d8edadfCopy full SHA for d8edadf
.github/workflows/hdf5-tests.yaml
@@ -20,9 +20,9 @@ jobs:
20
make -j 8 && make install
21
- name: Install HDF5
22
run: |
23
- wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/latest/download/hdf5.tar.gz
24
- tar -xzf hdf5.tar.gz
25
- mv hdf5-1* hdf5
+ wget --progress=dot:giga https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.6/hdf5-1.14.6.tar.gz
+ tar -xzf hdf5-1.14.6.tar.gz
+ mv hdf5-1.14.6 hdf5
26
cd hdf5
27
export PATH=/opt/openmpi/bin:${PATH}
28
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}
0 commit comments