Skip to content

Commit

Permalink
Win: ADIOS 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 16, 2023
1 parent 7caefd6 commit 23b66c0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@ exit /b 0

:build_adios2
if exist adios2-stamp exit /b 0
curl -sLo adios2-2.9.0.zip ^
https://github.com/ornladios/ADIOS2/archive/v2.9.0.zip
powershell Expand-Archive adios2-2.9.0.zip -DestinationPath dep-adios2
curl -sLo adios2-2.9.1.zip ^
https://github.com/ornladios/ADIOS2/archive/v2.9.1.zip
powershell Expand-Archive adios2-2.9.1.zip -DestinationPath dep-adios2

:: https://github.com/ornladios/ADIOS2/issues/3680#issuecomment-1615308336
curl -sLo adios2-cblosc-stdmin.patch ^
https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/3681.patch
python -m patch -p 1 -d dep-adios2/ADIOS2-2.9.0 adios2-cblosc-stdmin.patch

cmake -S dep-adios2/ADIOS2-2.9.0 -B build-adios2 ^
cmake -S dep-adios2/ADIOS2-2.9.1 -B build-adios2 ^
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_SHARED_LIBS=OFF ^
-DBUILD_TESTING=OFF ^
Expand Down

0 comments on commit 23b66c0

Please sign in to comment.