Skip to content

Commit

Permalink
ADIOS2: v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed May 31, 2024
1 parent cbfc753 commit 02942fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ exit /b 0

:build_adios2
if exist adios2-stamp exit /b 0
curl -sLo adios2-2.10.0.zip ^
curl -sLo adios2-2.10.1.zip ^
https://github.com/vicentebolea/ADIOS2/archive/refs/heads/fix-static-blosc2-build.zip
powershell Expand-Archive adios2-2.10.0.zip -DestinationPath dep-adios2
powershell Expand-Archive adios2-2.10.1.zip -DestinationPath dep-adios2

cmake --version

Expand Down
4 changes: 2 additions & 2 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ function build_adios1 {
function build_adios2 {
if [ -e adios2-stamp ]; then return; fi

curl -sLo adios2-2.9.2.tar.gz \
https://github.com/ornladios/ADIOS2/archive/v2.9.2.tar.gz
curl -sLo adios2-2.10.1.tar.gz \
https://github.com/ornladios/ADIOS2/archive/v2.10.1.tar.gz
file adios2*.tar.gz
tar -xzf adios2*.tar.gz
rm adios2*.tar.gz
Expand Down

0 comments on commit 02942fc

Please sign in to comment.