warpx: fix typos in a few dependency conditions (#21982)

This commit is contained in:
Tomoyasu Nojiri 2021-02-26 20:15:46 +09:00 committed by GitHub
parent 459171b973
commit 5900bf6890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,13 +70,13 @@ class Warpx(CMakePackage):
depends_on('boost@1.66.0: +math', when='+qedtablegen')
depends_on('cmake@3.15.0:', type='build')
depends_on('cuda@9.2.88:', when='compute=cuda')
depends_on('fftw@3:', when='+psatd compute=openmp')
depends_on('fftw +mpi', when='+psatd +mpi compute=openmp')
depends_on('fftw@3:', when='+psatd compute=omp')
depends_on('fftw +mpi', when='+psatd +mpi compute=omp')
depends_on('lapackpp', when='+psatd dims=rz')
depends_on('mpi', when='+mpi')
depends_on('openpmd-api@0.13.1:,dev', when='+openpmd')
depends_on('openpmd-api +mpi', when='+openpmd +mpi')
depends_on('pkgconfig', type='build', when='+psatd compute=openmp')
depends_on('pkgconfig', type='build', when='+psatd compute=omp')
depends_on('rocfft', when='+psatd compute=hip')
depends_on('llvm-openmp', when='%apple-clang compute=omp')