We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e429032 commit 89dc8a0Copy full SHA for 89dc8a0
ADIOS2_4820.patch
library_builders.sh
@@ -94,7 +94,8 @@ function build_adios2 {
94
git clone https://github.com/ornladios/ADIOS2 ADIOS2-2.11.0
95
cd ADIOS2-2.11.0
96
git checkout 7a21e4ef2f5def6659e67084b5210a66582d4b1a
97
- patch -p0 < ../ADIOS2_4820.patch
+ curl -sLo 4820.patch https://github.com/ornladios/ADIOS2/pull/4820.patch
98
+ git apply 4820.patch
99
git diff
100
cd ..
101
0 commit comments