BoxLib: added; boost: explicit disable MPI

This commit is contained in:
2014-07-17 15:34:11 +02:00
parent d063fe30d0
commit f6d571d7ee
3 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ function em.build() {
--build-type=minimal \
--build-dir="${EM_BUILDDIR}" \
--layout=system \
--without-mpi \
variant=release \
link=static \
threading=multi \
@@ -33,6 +34,7 @@ function em.install() {
--build-type=minimal \
--build-dir="${EM_BUILDDIR}" \
--layout=system \
--without-mpi \
variant=release \
link=static \
threading=multi \