From 1401d8a308358014835d6b2947bd3a60b62b883d Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 22 Feb 2018 09:04:49 -0700 Subject: [PATCH] bml: enable MPI by default (#7324) --- var/spack/repos/builtin/packages/bml/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/bml/package.py b/var/spack/repos/builtin/packages/bml/package.py index 427cafa807e..6db847376d1 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')