Skip to content

Commit 34ceeea

Browse files
committed
Fix HDF5 2.0.0 URL at GitHub Actions [skip cirrus] [skip appveyor]
1 parent b41149f commit 34ceeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autotools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install hdf5
4040
timeout-minutes: 5
4141
run: |
42-
wget --no-check-certificate -nv https://github.com/HDFGroup/hdf5/releases/download/v2.0.0/hdf5.tar.gz
43-
tar -xzf hdf5.tar.gz
42+
wget --no-check-certificate -nv https://github.com/HDFGroup/hdf5/releases/download/2.0.0/hdf5-2.0.0.tar.gz
43+
tar -xzf hdf5-2.0.0.tar.gz
4444
cd hdf5-2.0.0
4545
cmake -S . -B build -DHDF5_BUILD_EXAMPLES=OFF -DBUILD_LZ4_LIBRARY_SOURCE=OFF -DHDF5_BUILD_HL_LIB=OFF -DHDF5_BUILD_TOOLS=OFF -DHDF5_ENABLE_DEPRECATED_SYMBOLS=OFF -DHDF5_ENABLE_PREADWRITE=OFF -DHDF5_ENABLE_NONSTANDARD_FEATURES=OFF -DHDF5_DEFAULT_API_VERSION=v200 -DBUILD_TESTING=OFF -DHDF5_ENABLE_ALL_WARNINGS=OFF -DHDF5_ENABLE_EMBEDDED_LIBINFO=OFF -DHDF5_ENABLE_ZLIB_SUPPORT=ON -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/hdf5
4646
cmake --build build -- -j8

0 commit comments

Comments
 (0)