summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2018-02-22 09:04:49 -0700
committerGitHub <noreply@github.com>2018-02-22 09:04:49 -0700
commit1401d8a308358014835d6b2947bd3a60b62b883d (patch)
tree0d9127f812d92ff7e6941c56cf5c5de2cc826339 /var
parentc62f1d4722ce77d1ef3fe304be21c46ad6d3f8a3 (diff)
downloadspack-1401d8a308358014835d6b2947bd3a60b62b883d.tar.gz
spack-1401d8a308358014835d6b2947bd3a60b62b883d.tar.bz2
spack-1401d8a308358014835d6b2947bd3a60b62b883d.tar.xz
spack-1401d8a308358014835d6b2947bd3a60b62b883d.zip
bml: enable MPI by default (#7324)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/bml/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py
index 427cafa807..6db847376d 100644
--- a/var/spack/repos/builtin/packages/bml/package.py
+++ b/var/spack/repos/builtin/packages/bml/package.py
@@ -39,7 +39,7 @@ class Bml(CMakePackage):
version('develop', git='https://github.com/lanl/bml', branch='master')
variant('shared', default=True, description='Build shared libs')
- variant('mpi', default=False, description='Build with MPI Support')
+ variant('mpi', default=True, description='Build with MPI Support')
conflicts('+mpi', when='@:1.2.2')