WarpX: Added dependency on fftw when +psatd (#10144)
This commit is contained in:
parent
22d9938560
commit
b27f81ac00
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user