We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc07a5 commit 4705753Copy full SHA for 4705753
1 file changed
library_builders.bat
@@ -21,16 +21,7 @@ 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/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
+ python -m patch --directory=dep-adios2/ADIOS2-2.10.2/ https://github.com/franzpoeschel/ADIOS2/commit/9f3bea5d3974578bb40fc629506666633a4b6743.patch
34
35
cmake --version
36
0 commit comments