Skip to content

Commit 758a96f

Browse files
committed
Try some tricks to use git-am
1 parent 5db7571 commit 758a96f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library_builders.bat

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ exit /b 0
2222
powershell Expand-Archive adios2-2.10.2.zip -DestinationPath dep-adios2
2323

2424
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
25+
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+
cd ..
2631

2732
cmake --version
2833

0 commit comments

Comments
 (0)