Skip to content

[WIP] Wheels: ADIOS2 Win32 Support #1713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: wheels
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ exit /b 0
:build_adios2
if exist adios2-stamp exit /b 0
curl -sLo adios2-2.10.2.zip ^
https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip
https://github.com/ax3l/ADIOS2/archive/refs/heads/fix-win32-msvc-build-error.zip
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
dir dep-adios2

cmake --version

cmake -S dep-adios2/ADIOS2-2.10.2 -B build-adios2 ^
cmake -S dep-adios2/ADIOS2-fix-win32-msvc-build-error -B build-adios2 ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
-DBUILD_SHARED_LIBS=OFF ^
Expand Down
Loading