simplified family configuration

This commit is contained in:
2014-05-05 14:18:13 +02:00
parent 0ab9b60148
commit 90c5d6958b
27 changed files with 8 additions and 29 deletions

View File

@@ -16,7 +16,6 @@ function em.configure() {
}
em.add_to_family 'Tools'
em.load_family 'Programming'
em.set_runtime_dependencies "${COMPILER}" 'root'
em.set_build_dependencies 'autoconf' 'automake' 'libtool' "${COMPILER}" 'hdf5_serial' 'H5hut_serial' 'root'
em.make_all

View File

@@ -11,7 +11,6 @@ function em.configure() {
}
em.add_to_family 'Tools'
em.load_family 'HDF5'
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl'
em.make_all