ebms: needs mpi-2 (#7320)
This commit is contained in:
parent
dbcf243d37
commit
4b63ecd075
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Ebms(MakefilePackage):
|
|||
|
||||
variant('mpi', default=True, description='Build with MPI support')
|
||||
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('mpi@2:', when='+mpi')
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
Loading…
Reference in a new issue