bml: enable MPI by default (#7324)
This commit is contained in:
parent
c62f1d4722
commit
1401d8a308
@ -39,7 +39,7 @@ class Bml(CMakePackage):
|
|||||||
version('develop', git='https://github.com/lanl/bml', branch='master')
|
version('develop', git='https://github.com/lanl/bml', branch='master')
|
||||||
|
|
||||||
variant('shared', default=True, description='Build shared libs')
|
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')
|
conflicts('+mpi', when='@:1.2.2')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user