WarpX: add v23.03 (#35775)

Update `warpx` & `py-warpx` to the latest release.
This commit is contained in:
Axel Huebl 2023-03-02 13:19:08 +01:00 committed by GitHub
parent 739ab89b65
commit 2ba1f700e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class PyWarpx(PythonPackage):
""" """
homepage = "https://ecp-warpx.github.io" homepage = "https://ecp-warpx.github.io"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/23.02.tar.gz" url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/23.03.tar.gz"
git = "https://github.com/ECP-WarpX/WarpX.git" git = "https://github.com/ECP-WarpX/WarpX.git"
maintainers("ax3l", "dpgrote", "RemiLehe") maintainers("ax3l", "dpgrote", "RemiLehe")
@ -27,6 +27,7 @@ class PyWarpx(PythonPackage):
# NOTE: if you update the versions here, also see warpx # NOTE: if you update the versions here, also see warpx
version("develop", branch="development") version("develop", branch="development")
version("23.03", sha256="e1274aaa2a2c83d599d61c6e4c426db4ed5d4c5dc61a2002715783a6c4843718")
version("23.02", sha256="a6c63ebc38cbd224422259a814be501ac79a3b734dab7f59500b6957cddaaac1") version("23.02", sha256="a6c63ebc38cbd224422259a814be501ac79a3b734dab7f59500b6957cddaaac1")
version("23.01", sha256="e853d01c20ea00c8ddedfa82a31a11d9d91a7f418d37d7f064cf8a241ea4da0c") version("23.01", sha256="e853d01c20ea00c8ddedfa82a31a11d9d91a7f418d37d7f064cf8a241ea4da0c")
version("22.12", sha256="96019902cd6ea444a1ae515e8853048e9074822c168021e4ec1687adc72ef062") version("22.12", sha256="96019902cd6ea444a1ae515e8853048e9074822c168021e4ec1687adc72ef062")
@ -54,6 +55,7 @@ class PyWarpx(PythonPackage):
variant("mpi", default=True, description="Enable MPI support") variant("mpi", default=True, description="Enable MPI support")
for v in [ for v in [
"23.03",
"23.02", "23.02",
"23.01", "23.01",
"22.12", "22.12",

View file

@ -17,7 +17,7 @@ class Warpx(CMakePackage):
""" """
homepage = "https://ecp-warpx.github.io" homepage = "https://ecp-warpx.github.io"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/23.02.tar.gz" url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/23.03.tar.gz"
git = "https://github.com/ECP-WarpX/WarpX.git" git = "https://github.com/ECP-WarpX/WarpX.git"
maintainers("ax3l", "dpgrote", "MaxThevenet", "RemiLehe") maintainers("ax3l", "dpgrote", "MaxThevenet", "RemiLehe")
@ -25,6 +25,7 @@ class Warpx(CMakePackage):
# NOTE: if you update the versions here, also see py-warpx # NOTE: if you update the versions here, also see py-warpx
version("develop", branch="development") version("develop", branch="development")
version("23.03", sha256="e1274aaa2a2c83d599d61c6e4c426db4ed5d4c5dc61a2002715783a6c4843718")
version("23.02", sha256="a6c63ebc38cbd224422259a814be501ac79a3b734dab7f59500b6957cddaaac1") version("23.02", sha256="a6c63ebc38cbd224422259a814be501ac79a3b734dab7f59500b6957cddaaac1")
version("23.01", sha256="e853d01c20ea00c8ddedfa82a31a11d9d91a7f418d37d7f064cf8a241ea4da0c") version("23.01", sha256="e853d01c20ea00c8ddedfa82a31a11d9d91a7f418d37d7f064cf8a241ea4da0c")
version("22.12", sha256="96019902cd6ea444a1ae515e8853048e9074822c168021e4ec1687adc72ef062") version("22.12", sha256="96019902cd6ea444a1ae515e8853048e9074822c168021e4ec1687adc72ef062")