Skip to content
Snippets Groups Projects
Commit 31209ea9 authored by Henning Glawe's avatar Henning Glawe
Browse files

add comment on the ordering of configure options

parent ae36b7f8
Branches
No related tags found
1 merge request!28Resolve "Improve octopus configure wrappers"
......@@ -11,6 +11,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-mpi \
--enable-openmp \
......
......@@ -11,6 +11,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-mpi \
--enable-openmp \
......
......@@ -9,6 +9,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-openmp \
--with-libxc-prefix="$MPSD_LIBXC_ROOT" \
......
......@@ -11,6 +11,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-mpi \
--enable-openmp \
......
......@@ -11,6 +11,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-mpi \
--enable-openmp \
......
......@@ -9,6 +9,7 @@ export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/
MPSD_ELPA_VERSION=`expr match $MPSD_ELPA_ROOT '.*/elpa-\([0-9.]\+\)'`
[ -n "$MPSD_ELPA_VERSION" ] && FCFLAGS="$FCFLAGS -I$MPSD_ELPA_ROOT/include/elpa_openmp-$MPSD_ELPA_VERSION/modules"
# HG: always keep options in the order listed by ``configure --help``
../configure \
--enable-openmp \
--with-libxc-prefix="$MPSD_LIBXC_ROOT" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment