Warpx: non-conditional dependency on MPI (#9587)
This commit is contained in:
parent
02f67b5c16
commit
6738352700
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Warpx(MakefilePackage):
|
|||
version('master', git='https://github.com/ECP-WarpX/WarpX.git', tag='master')
|
||||
version('dev', git='https://github.com/ECP-WarpX/WarpX.git', tag='dev')
|
||||
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('mpi')
|
||||
|
||||
variant('dims',
|
||||
default='3',
|
||||
|
|
Loading…
Reference in a new issue