Skip to content

Commit 5b32a16

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library_builders.bat

Lines changed: 2 additions & 1 deletion
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

0 commit comments

Comments
 (0)