Skip to content
Snippets Groups Projects
Commit b27f81ac authored by Dave's avatar Dave Committed by Adam J. Stewart
Browse files

WarpX: Added dependency on fftw when +psatd (#10144)

parent 22d99385
Branches
Tags
No related merge requests found
...@@ -34,6 +34,8 @@ class Warpx(MakefilePackage): ...@@ -34,6 +34,8 @@ class Warpx(MakefilePackage):
variant('tprof', default=False, description='Enable tiny profiling features') variant('tprof', default=False, description='Enable tiny profiling features')
variant('openmp', default=True, description='Enable OpenMP features') variant('openmp', default=True, description='Enable OpenMP features')
depends_on('fftw@3:', when='+psatd')
resource(name='amrex', resource(name='amrex',
git='https://github.com/AMReX-Codes/amrex.git', git='https://github.com/AMReX-Codes/amrex.git',
tag='development', tag='development',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment