From 90ab491ad9005913a36fb5a0258d6d15e47d3c21 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 15 Jan 2025 23:17:08 -0800 Subject: [PATCH] Wheels: ADIOS2 Win32 Support Try to build on Win32 again... --- library_builders.bat | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/library_builders.bat b/library_builders.bat index b8635bb0d7..fed845b8ef 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -18,8 +18,9 @@ exit /b 0 :build_adios2 if exist adios2-stamp exit /b 0 curl -sLo adios2-2.10.2.zip ^ - https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip + https://github.com/ax3l/ADIOS2/archive/refs/heads/fix-win32-msvc-build-error.zip powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2 + dir dep-adios2 cmake --version @@ -206,11 +207,11 @@ exit /b 0 exit /b 0 :main -call :install_buildessentials -call :build_zlib +::call :install_buildessentials +::call :build_zlib :: build_bzip2 :: build_szip -call :build_zfp -call :build_blosc2 -call :build_hdf5 +::call :build_zfp +::call :build_blosc2 +::call :build_hdf5 call :build_adios2