From 3ec01be1ab6ee4aa1950a59a05d02f0ef5d66489 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 5 Dec 2014 18:44:14 +0100 Subject: [PATCH] OPAL.build: boost added to build dependencies --- scripts/OPAL.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/OPAL.build b/scripts/OPAL.build index fca9ff3..5b030bd 100755 --- a/scripts/OPAL.build +++ b/scripts/OPAL.build @@ -13,7 +13,7 @@ function em.configure() { em.add_to_family 'MPI' em.set_runtime_dependencies "${COMPILER}" "${MPI}" -em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl' +em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl' em.set_supported_compilers 'gcc/4.7' 'gcc/4.8' em.make_all