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