Skip to content

Commit 89dc8a0

Browse files
committed
Patchy patch
1 parent e429032 commit 89dc8a0

File tree

2 files changed

+2
-68
lines changed

2 files changed

+2
-68
lines changed

ADIOS2_4820.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.

library_builders.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ function build_adios2 {
9494
git clone https://github.com/ornladios/ADIOS2 ADIOS2-2.11.0
9595
cd ADIOS2-2.11.0
9696
git checkout 7a21e4ef2f5def6659e67084b5210a66582d4b1a
97-
patch -p0 < ../ADIOS2_4820.patch
97+
curl -sLo 4820.patch https://github.com/ornladios/ADIOS2/pull/4820.patch
98+
git apply 4820.patch
9899
git diff
99100
cd ..
100101

0 commit comments

Comments
 (0)