We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e30d commit 90ab491Copy full SHA for 90ab491
1 file changed
library_builders.bat
@@ -18,8 +18,9 @@ exit /b 0
18
:build_adios2
19
if exist adios2-stamp exit /b 0
20
curl -sLo adios2-2.10.2.zip ^
21
- https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip
+ https://github.com/ax3l/ADIOS2/archive/refs/heads/fix-win32-msvc-build-error.zip
22
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
23
+ dir dep-adios2
24
25
cmake --version
26
@@ -206,11 +207,11 @@ exit /b 0
206
207
exit /b 0
208
209
:main
-call :install_buildessentials
210
-call :build_zlib
+::call :install_buildessentials
211
+::call :build_zlib
212
:: build_bzip2
213
:: build_szip
-call :build_zfp
214
-call :build_blosc2
215
-call :build_hdf5
+::call :build_zfp
+::call :build_blosc2
216
+::call :build_hdf5
217
call :build_adios2
0 commit comments