From 8d273470f6732802f81f5c707d6f9df611d0df70 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 31 May 2024 11:10:31 -0700 Subject: [PATCH] ADIOS2: v2.10.1 --- library_builders.bat | 4 ++-- library_builders.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library_builders.bat b/library_builders.bat index b1baf8fe97..fd449ebabc 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -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 diff --git a/library_builders.sh b/library_builders.sh index fc971a0521..aa0f245ef5 100644 --- a/library_builders.sh +++ b/library_builders.sh @@ -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