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 5db7571 commit 758a96fCopy full SHA for 758a96f
library_builders.bat
@@ -22,7 +22,12 @@ exit /b 0
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
+ cd dep-adios2/ADIOS2-2.10.2
26
+ git add .
27
+ git commit --message="Initial commit so we can use git-am"
28
+ git am patch.diff
29
+ cd ..
30
31
32
cmake --version
33
0 commit comments