We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59efa51 commit 5db7571Copy full SHA for 5db7571
library_builders.bat
@@ -21,6 +21,9 @@ exit /b 0
21
https://github.com/ornladios/ADIOS2/archive/v2.10.2.zip
22
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
23
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
+
27
cmake --version
28
29
cmake -S dep-adios2/ADIOS2-2.10.2 -B build-adios2 ^
0 commit comments