File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,16 @@ 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
24+ curl -sLo dep-adios2/ADIOS2-2.10.2/patch.diff https://github.com/franzpoeschel/ADIOS2/commit/9f3bea5d3974578bb40fc629506666633a4b6743.patch
25+ cd dep-adios2/ADIOS2-2.10.2
26+ git init
27+ git config user.email " tooling@tools.com"
28+ git config user.name " Tooling"
29+ git add .
30+ git commit --message=" Initial commit so we can use git-am"
31+ git am patch.diff
32+ cd ..
33+ cd ..
2634
2735 cmake --version
2836
You can’t perform that action at this time.
0 commit comments