Skip to content
Snippets Groups Projects
Commit 67383527 authored by Dave's avatar Dave Committed by Massimiliano Culpo
Browse files

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

parent 02f67b5c
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment