We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4e30d commit f5285aaCopy full SHA for f5285aa
library_builders.bat
@@ -18,12 +18,13 @@ 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
- 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 ^
28
-DCMAKE_BUILD_TYPE=Release ^
29
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
30
-DBUILD_SHARED_LIBS=OFF ^
0 commit comments