From f5285aada49f047a040e81b66dc76d8c2ea256ac 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library_builders.bat b/library_builders.bat index b8635bb0d7..fb1346a3d0 100644 --- a/library_builders.bat +++ b/library_builders.bat @@ -18,12 +18,13 @@ 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 - cmake -S dep-adios2/ADIOS2-2.10.2 -B build-adios2 ^ + cmake -S dep-adios2/ADIOS2-fix-win32-msvc-build-error -B build-adios2 ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE ^ -DBUILD_SHARED_LIBS=OFF ^