File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,18 +77,21 @@ function install_buildessentials {
7777function 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
You can’t perform that action at this time.
0 commit comments