File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ exit /b 0
18
18
:build_adios2
19
19
if exist adios2-stamp exit /b 0
20
20
curl -sLo adios2-2.10.2.zip ^
21
- https://github.com/ornladios /ADIOS2/archive/v2.10.2 .zip
21
+ https://github.com/ax3l /ADIOS2/archive/refs/heads/fix-win32-msvc-build-error .zip
22
22
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
23
+ dir dep-adios2
23
24
24
25
cmake --version
25
26
@@ -206,11 +207,11 @@ exit /b 0
206
207
exit /b 0
207
208
208
209
:main
209
- call :install_buildessentials
210
- call :build_zlib
210
+ :: call :install_buildessentials
211
+ :: call :build_zlib
211
212
:: build_bzip2
212
213
:: build_szip
213
- call :build_zfp
214
- call :build_blosc2
215
- call :build_hdf5
214
+ :: call :build_zfp
215
+ :: call :build_blosc2
216
+ :: call :build_hdf5
216
217
call :build_adios2
You can’t perform that action at this time.
0 commit comments