new family names set in build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user