Skip to content

Commit

Permalink
Win: Try ADIOS2 v2.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 30, 2024
1 parent 245bcf0 commit 56a8490
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ exit /b 0

:build_adios2
if exist adios2-stamp exit /b 0
curl -sLo adios2-2.9.2.zip ^
https://github.com/ornladios/ADIOS2/archive/v2.9.2.zip
powershell Expand-Archive adios2-2.9.2.zip -DestinationPath dep-adios2
curl -sLo adios2-2.10.0-rc1.zip ^
https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.0-rc1.zip
powershell Expand-Archive adios2-2.10.0-rc1.zip -DestinationPath dep-adios2

cmake -S dep-adios2/ADIOS2-2.9.2 -B build-adios2 ^
cmake -S dep-adios2/ADIOS2-2.10.0-rc1 -B build-adios2 ^
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_SHARED_LIBS=OFF ^
-DBUILD_TESTING=OFF ^
Expand Down

0 comments on commit 56a8490

Please sign in to comment.