warpx: fix openpmd backward compat bound (#45271)
This commit is contained in:
parent
ecb2442566
commit
77e16d55c1
@ -144,6 +144,7 @@ class Warpx(CMakePackage):
|
|||||||
with when("+openpmd"):
|
with when("+openpmd"):
|
||||||
depends_on("openpmd-api@0.13.1:")
|
depends_on("openpmd-api@0.13.1:")
|
||||||
depends_on("openpmd-api@0.14.2:", when="@21.09:")
|
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")
|
||||||
depends_on("openpmd-api +mpi", when="+mpi")
|
depends_on("openpmd-api +mpi", when="+mpi")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user