bml: enable MPI by default (#7324)

This commit is contained in:
Christoph Junghans 2018-02-22 09:04:49 -07:00 committed by GitHub
parent c62f1d4722
commit 1401d8a308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')