File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments