warpx: fix openpmd backward compat bound (#45271)

This commit is contained in:
Harmen Stoppels 2024-07-17 15:31:43 +02:00 committed by GitHub
parent ecb2442566
commit 77e16d55c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,7 @@ class Warpx(CMakePackage):
with when("+openpmd"):
depends_on("openpmd-api@0.13.1:")
depends_on("openpmd-api@0.14.2:", when="@21.09:")
depends_on("openpmd-api@0.15.1:", when="@23.05:")
depends_on("openpmd-api ~mpi", when="~mpi")
depends_on("openpmd-api +mpi", when="+mpi")