From 4d4c45526a2ce387adfc2c577ce62862a62a1fb3 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 27 Nov 2023 19:12:24 -0800 Subject: [PATCH] No Patch: Static C-Blosc2 --- library_builders.bat | 5 ----- library_builders.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/library_builders.bat b/library_builders.bat index 91345781ac..091e00f606 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -21,11 +21,6 @@ exit /b 0 https://github.com/ornladios/ADIOS2/archive/v2.9.2.zip powershell Expand-Archive adios2-2.9.2.zip -DestinationPath dep-adios2 - :: Patch Static Blosc2 - curl -sLo find-blosc2.patch ^ - https://github.com/ornladios/ADIOS2/commit/8333d5e6ff4665d12cbbd5bae5150bfff5be2daa.patch - python3 -m patch -p 1 -d ADIOS2-* find-blosc2.patch - cmake -S dep-adios2/ADIOS2-2.9.2 -B build-adios2 ^ -DCMAKE_BUILD_TYPE=Release ^ -DBUILD_SHARED_LIBS=OFF ^ diff --git a/library_builders.sh b/library_builders.sh index c10451e08b..fc971a0521 100644 --- a/library_builders.sh +++ b/library_builders.sh @@ -109,11 +109,6 @@ function build_adios2 { tar -xzf adios2*.tar.gz rm adios2*.tar.gz - # Patch Static Blosc2 - curl -sLo find-blosc2.patch \ - https://github.com/ornladios/ADIOS2/commit/8333d5e6ff4665d12cbbd5bae5150bfff5be2daa.patch - python3 -m patch -p 1 -d ADIOS2-* find-blosc2.patch - # build mkdir build-adios2 cd build-adios2