Skip to content

Commit 99ffe59

Browse files
committed
Apply library upgrades to Windows, too
1 parent c71ba7c commit 99ffe59

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

library_builders.bat

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ exit /b 0
147147
:build_zfp
148148
if exist zfp-stamp exit /b 0
149149

150-
curl -sLo zfp-0.5.5.tar.gz ^
151-
https://github.com/LLNL/zfp/releases/download/0.5.5/zfp-0.5.5.tar.gz
152-
tar -xvzf zfp-0.5.5.tar.gz
153-
mv zfp-0.5.5 dep-zfp
150+
curl -sLo zfp-1.0.1.tar.gz ^
151+
https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz
152+
tar -xvzf zfp-1.0.1.tar.gz
153+
mv zfp-1.0.1 dep-zfp
154154

155155
cmake -S dep-zfp -B build-zfp ^
156156
-DCMAKE_BUILD_TYPE=Release ^
@@ -177,11 +177,11 @@ exit /b 0
177177
:build_zlib
178178
if exist zlib-stamp exit /b 0
179179

180-
curl -sLo zlib-1.2.13.zip ^
181-
https://github.com/madler/zlib/archive/v1.2.13.zip
182-
powershell Expand-Archive zlib-1.2.13.zip -DestinationPath dep-zlib
180+
curl -sLo zlib-1.3.1.zip ^
181+
https://github.com/madler/zlib/archive/v1.3.1.zip
182+
powershell Expand-Archive zlib-1.3.1.zip -DestinationPath dep-zlib
183183

184-
cmake -S dep-zlib/zlib-1.2.13 -B build-zlib ^
184+
cmake -S dep-zlib/zlib-1.3.1 -B build-zlib ^
185185
-DBUILD_SHARED_LIBS=ON ^
186186
-DCMAKE_BUILD_TYPE=Release
187187
if errorlevel 1 exit 1

0 commit comments

Comments
 (0)