From fb0a397e04df4dfc53596b02ffa387ad71998ed9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 16 Dec 2016 17:22:07 +0100 Subject: [PATCH] MPI/OPAL/build - DKS enabled - dependencies are now defined in variants files --- MPI/OPAL/build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MPI/OPAL/build b/MPI/OPAL/build index c857221..6c4ff61 100755 --- a/MPI/OPAL/build +++ b/MPI/OPAL/build @@ -1,6 +1,5 @@ #!/usr/bin/env modbuild -module use unstable # add -fopenmp to CC and CXX, if you want to compile with OpenMP pbuild::configure() { @@ -8,12 +7,11 @@ pbuild::configure() { -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ -DCMAKE_BUILD_TYPE=RELEASE \ -DENABLE_SAAMG_SOLVER=TRUE \ + -DENABLE_DKS=ON \ "${MODULE_SRCDIR}" } pbuild::add_to_group 'MPI' -pbuild::set_runtime_dependencies "${COMPILER}" "${MPI}" -pbuild::set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl' -pbuild::set_supported_compilers 'gcc/4.7' 'gcc/4.8' +pbuild::set_supported_compilers 'gcc/4.7' 'gcc/4.8' 'gcc/4.9' 'gcc/5.4' pbuild::make_all