ippl, parmetis, trilinos: compiler added to run-time dependencies
This commit is contained in:
@@ -19,7 +19,7 @@ function em.install_doc() {
|
||||
}
|
||||
|
||||
em.add_to_family "mpi"
|
||||
em.set_runtime_dependencies "${MPI}"
|
||||
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
|
||||
em.set_build_dependencies "cmake" "${COMPILER}" "${MPI}"
|
||||
em.make_all
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ function em.install_doc() {
|
||||
}
|
||||
|
||||
em.add_to_family "mpi"
|
||||
em.set_runtime_dependencies "${MPI}"
|
||||
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
|
||||
em.set_build_dependencies "${COMPILER}" "${MPI}"
|
||||
em.make_all
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ function em.install_doc() {
|
||||
}
|
||||
|
||||
em.add_to_family "mpi"
|
||||
em.set_runtime_dependencies "${MPI}"
|
||||
em.set_build_dependencies "cmake" "${COMPILER}" "${MPI}" "hdf5" "mathlib" "parmetis"
|
||||
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
|
||||
em.set_build_dependencies "cmake" "${COMPILER}" "${MPI}" "mathlib" "parmetis"
|
||||
em.make_all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user