Skip to content

Commit 90ab491

Browse files
committed
Wheels: ADIOS2 Win32 Support
Try to build on Win32 again...
1 parent 1f4e30d commit 90ab491

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

library_builders.bat

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ exit /b 0
1818
:build_adios2
1919
if exist adios2-stamp exit /b 0
2020
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
2222
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
23+
dir dep-adios2
2324

2425
cmake --version
2526

@@ -206,11 +207,11 @@ exit /b 0
206207
exit /b 0
207208

208209
:main
209-
call :install_buildessentials
210-
call :build_zlib
210+
::call :install_buildessentials
211+
::call :build_zlib
211212
:: build_bzip2
212213
:: 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
216217
call :build_adios2

0 commit comments

Comments
 (0)