WarpX: Increase openPMD-api Dependency (#21263)

This commit is contained in:
Axel Huebl 2021-01-25 13:08:53 -08:00 committed by GitHub
parent 7d7315ba93
commit ef2e1bc3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ class Warpx(MakefilePackage):
depends_on('lapackpp', when='+psatd dims=rz')
depends_on('pkgconfig', type='build', when='+openpmd')
depends_on('python', type='build') # AMReX' build system info
depends_on('openpmd-api@0.12.0:,dev', when='+openpmd')
depends_on('openpmd-api@0.13.1:,dev', when='+openpmd')
depends_on('openpmd-api +mpi', when='+openpmd +mpi')
depends_on('ascent', when='+ascent')
depends_on('ascent +cuda', when='+ascent backend=cuda')