Skip to content

Commit

Permalink
Windows: HDF5 1.12.0 -> 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed May 24, 2022
1 parent c38b7ca commit 6b87bcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ exit /b 0
:build_hdf5
if exist hdf5-stamp exit /b 0

curl -sLo hdf5-1.12.0.zip ^
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.zip
powershell Expand-Archive hdf5-1.12.0.zip -DestinationPath dep-hdf5
curl -sLo hdf5-1.12.2.zip ^
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.2/src/hdf5-1.12.2.zip
powershell Expand-Archive hdf5-1.12.2.zip -DestinationPath dep-hdf5

cmake -S dep-hdf5/hdf5-1.12.0 -B build-hdf5 ^
cmake -S dep-hdf5/hdf5-1.12.2 -B build-hdf5 ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_VERBOSE_MAKEFILE=ON ^
-DBUILD_SHARED_LIBS=OFF ^
Expand Down

0 comments on commit 6b87bcd

Please sign in to comment.