Removed MPI variant from ebms (#21938)

This commit is contained in:
Robert Pavel 2021-02-27 05:15:57 -07:00 committed by GitHub
parent 5abc7e59d1
commit d5f50203d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,7 @@ class Ebms(MakefilePackage):
version('develop')
variant('mpi', default=True, description='Build with MPI support')
depends_on('mpi@2:', when='+mpi')
depends_on('mpi@2:')
tags = ['proxy-app']