Skip to content

Commit f5285aa

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: library_builders.bat

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ 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

26-
cmake -S dep-adios2/ADIOS2-2.10.2 -B build-adios2 ^
27+
cmake -S dep-adios2/ADIOS2-fix-win32-msvc-build-error -B build-adios2 ^
2728
-DCMAKE_BUILD_TYPE=Release ^
2829
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
2930
-DBUILD_SHARED_LIBS=OFF ^

0 commit comments

Comments
 (0)