Skip to content

Commit

Permalink
ADIOS2: release_210 Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 12, 2024
1 parent 3c556b9 commit 618ef2c
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,13 +17,13 @@ exit /b 0

:build_adios2
if exist adios2-stamp exit /b 0
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
curl -sLo adios2-2.10.0.zip ^
https://github.com/ornladios/ADIOS2/archive/refs/heads/release_210.zip
powershell Expand-Archive adios2-2.10.0.zip -DestinationPath dep-adios2

cmake --version

cmake -S dep-adios2/ADIOS2-2.10.0-rc1 -B build-adios2 ^
cmake -S dep-adios2/ADIOS2-release_210 -B build-adios2 ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^
-DBUILD_SHARED_LIBS=OFF ^
Expand Down

0 comments on commit 618ef2c

Please sign in to comment.