Skip to content

Commit

Permalink
Wheels: ADIOS2 Win32 Support
Browse files Browse the repository at this point in the history
Try to build on Win32 again...
  • Loading branch information
ax3l committed Jan 16, 2025
1 parent 1f4e30d commit 90ab491
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ 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

Expand Down Expand Up @@ -206,11 +207,11 @@ exit /b 0
exit /b 0

:main
call :install_buildessentials
call :build_zlib
::call :install_buildessentials
::call :build_zlib
:: build_bzip2
:: build_szip
call :build_zfp
call :build_blosc2
call :build_hdf5
::call :build_zfp
::call :build_blosc2
::call :build_hdf5
call :build_adios2

0 comments on commit 90ab491

Please sign in to comment.