new family names set in build scripts

This commit is contained in:
2014-05-01 13:23:47 +02:00
parent 460b6973e7
commit 6cac7ef1dd
29 changed files with 34 additions and 63 deletions

View File

@@ -18,9 +18,9 @@ function em.install_doc() {
"${DOCDIR}"
}
em.add_to_family "mpi"
em.add_to_family 'MPI'
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
em.set_build_dependencies "cmake" "${COMPILER}" "${MPI}"
em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}"
em.make_all