From 8d51e231d789efc8bfdbefc5c409352b1af1c0f0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 3 Sep 2015 12:51:46 +0200 Subject: [PATCH] OPAL.14/build: - ippl removed as dependency --- scripts/MPI/OPAL.14/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/MPI/OPAL.14/build b/scripts/MPI/OPAL.14/build index 7f66d1a..6b06543 100755 --- a/scripts/MPI/OPAL.14/build +++ b/scripts/MPI/OPAL.14/build @@ -18,7 +18,7 @@ pmodules.configure() { pmodules.add_to_group 'MPI' pmodules.set_runtime_dependencies "${COMPILER}" "${MPI}" -pmodules.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl' +pmodules.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'gsl' pmodules.set_supported_compilers 'gcc/4.7' 'gcc/4.8' pmodules.make_all