Skip to content

Commit 4e3b632

Browse files
authored
Unix: -DFFS_USE_DILL=FALSE
1 parent 49cacd9 commit 4e3b632

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

library_builders.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ function install_buildessentials {
7474
touch buildessentials-stamp
7575
}
7676

77-
function build_adios2 {
78-
if [ -e adios2-stamp ]; then return; fi
77+
function build_ {
78+
if [ -e -stamp ]; then return; fi
7979

80-
# curl -sLo adios2-2.11.0.tar.gz \
80+
# curl -sLo -2.11.0.tar.gz \
8181
# https://github.com/ornladios/ADIOS2/archive/v2.11.0.tar.gz
8282
# file adios2*.tar.gz
8383
# tar -xzf adios2*.tar.gz
@@ -125,6 +125,7 @@ function build_adios2 {
125125
-DCMAKE_VERBOSE_MAKEFILE=ON \
126126
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE \
127127
-DCMAKE_DISABLE_FIND_PACKAGE_BISON=TRUE \
128+
-DFFS_USE_DILL=FALSE \
128129
-DADIOS2_INSTALL_GENERATE_CONFIG=OFF \
129130
-DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} ../ADIOS2-*
130131

0 commit comments

Comments
 (0)