Warpx: non-conditional dependency on MPI (#9587)

This commit is contained in:
Dave 2018-10-24 03:44:28 -07:00 committed by Massimiliano Culpo
parent 02f67b5c16
commit 6738352700

View file

@ -20,7 +20,7 @@ class Warpx(MakefilePackage):
version('master', git='https://github.com/ECP-WarpX/WarpX.git', tag='master') version('master', git='https://github.com/ECP-WarpX/WarpX.git', tag='master')
version('dev', git='https://github.com/ECP-WarpX/WarpX.git', tag='dev') version('dev', git='https://github.com/ECP-WarpX/WarpX.git', tag='dev')
depends_on('mpi', when='+mpi') depends_on('mpi')
variant('dims', variant('dims',
default='3', default='3',