From 23b66c0b51869b823abf25053840a5b37f2c1b94 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 16 Aug 2023 16:47:11 -0400 Subject: [PATCH] Win: ADIOS 2.9.1 --- library_builders.bat | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/library_builders.bat b/library_builders.bat index 8bd96cb71f..2eebba39ea 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -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 ^