Skip to content

Commit 30bfa84

Browse files
committed
tmp: Use master branch of ADIOS2
1 parent 28b8035 commit 30bfa84

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

library_builders.sh

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,21 @@ function install_buildessentials {
7777
function build_adios2 {
7878
if [ -e adios2-stamp ]; then return; fi
7979

80-
curl -sLo adios2-2.11.0.tar.gz \
81-
https://github.com/ornladios/ADIOS2/archive/v2.11.0.tar.gz
82-
file adios2*.tar.gz
83-
tar -xzf adios2*.tar.gz
84-
rm adios2*.tar.gz
85-
86-
cd ADIOS2-*
87-
# Need this PR for static builds https://github.com/ornladios/ADIOS2/pull/4812
88-
# Since the PR does not cleanly merge, this is a custom patch that checks out
89-
# the subdirectories of the atl, dill, EVPath and ffs thirdparty libraries
90-
patch -p1 ../0001-Pull-in-atl-dill-EVPath-ffs-after-merging-https-gith.patch
91-
cd ..
80+
# curl -sLo adios2-2.11.0.tar.gz \
81+
# https://github.com/ornladios/ADIOS2/archive/v2.11.0.tar.gz
82+
# file adios2*.tar.gz
83+
# tar -xzf adios2*.tar.gz
84+
# rm adios2*.tar.gz
85+
86+
# cd ADIOS2-*
87+
# # Need this PR for static builds https://github.com/ornladios/ADIOS2/pull/4812
88+
# # Since the PR does not cleanly merge, this is a custom patch that checks out
89+
# # the subdirectories of the atl, dill, EVPath and ffs thirdparty libraries
90+
# patch -p1 ../0001-Pull-in-atl-dill-EVPath-ffs-after-merging-https-gith.patch
91+
# cd ..
92+
93+
# temporary, need to try sth
94+
git clone -b 7a21e4ef2f5def6659e67084b5210a66582d4b1a https://github.com/ornladios/ADIOS2 ADIOS2-2.11.0
9295

9396
# build
9497
mkdir build-adios2

0 commit comments

Comments
 (0)