ebms: needs mpi-2 (#7320)

This commit is contained in:
Christoph Junghans 2018-02-26 06:35:34 -07:00 committed by GitHub
parent dbcf243d37
commit 4b63ecd075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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