Skip to content

Commit 5db7571

Browse files
committed
Apply patch to fix 32-bit builds
1 parent 59efa51 commit 5db7571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library_builders.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ exit /b 0
2121
https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip
2222
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
2323

24+
curl -sLo dep-adios2/ADIOS2-2.10.2/patch.diff https://github.com/franzpoeschel/ADIOS2/commit/d4fb8e0c7054e32b8cfd4379191da5cddf82acc3.patch
25+
patch dep-adios2/ADIOS2-2.10.2/source/adios2/toolkit/format/bp5/BP5Serializer.cpp dep-adios2/ADIOS2-2.10.2/patch.diff
26+
2427
cmake --version
2528

2629
cmake -S dep-adios2/ADIOS2-2.10.2 -B build-adios2 ^

0 commit comments

Comments
 (0)