We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-DFFS_USE_DILL=FALSE
1 parent 49cacd9 commit 4e3b632Copy full SHA for 4e3b632
1 file changed
library_builders.sh
@@ -74,10 +74,10 @@ function install_buildessentials {
74
touch buildessentials-stamp
75
}
76
77
-function build_adios2 {
78
- if [ -e adios2-stamp ]; then return; fi
+function build_ {
+ if [ -e -stamp ]; then return; fi
79
80
- # curl -sLo adios2-2.11.0.tar.gz \
+ # curl -sLo -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
@@ -125,6 +125,7 @@ function build_adios2 {
125
-DCMAKE_VERBOSE_MAKEFILE=ON \
126
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE \
127
-DCMAKE_DISABLE_FIND_PACKAGE_BISON=TRUE \
128
+ -DFFS_USE_DILL=FALSE \
129
-DADIOS2_INSTALL_GENERATE_CONFIG=OFF \
130
-DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} ../ADIOS2-*
131
0 commit comments