warpx: fix openpmd backward compat bound (#45271)
This commit is contained in:
		| @@ -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") | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels