WarpX: add v22.04 (#29883)

Update `warpx` & `py-warpx` to the latest release, `22.04`.
This commit is contained in:
Axel Huebl 2022-04-05 22:03:24 -07:00 committed by GitHub
parent 49f9a2136d
commit 7613b8a3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 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/22.03.tar.gz" url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.04.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('22.04', sha256='9234d12e28b323cb250d3d2cefee0b36246bd8a1d1eb48e386f41977251c028f')
version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564') version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564')
version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42') version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42')
version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28') version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28')
@ -43,7 +44,7 @@ class PyWarpx(PythonPackage):
variant('mpi', default=True, variant('mpi', default=True,
description='Enable MPI support') description='Enable MPI support')
for v in ['22.03', '22.02', '22.01', for v in ['22.03', '22.03', '22.02', '22.01',
'21.12', '21.11', '21.10', '21.09', '21.08', '21.07', '21.06', '21.12', '21.11', '21.10', '21.09', '21.08', '21.07', '21.06',
'21.05', '21.04', '21.05', '21.04',
'develop']: 'develop']:

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/22.03.tar.gz" url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.04.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('22.04', sha256='9234d12e28b323cb250d3d2cefee0b36246bd8a1d1eb48e386f41977251c028f')
version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564') version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564')
version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42') version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42')
version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28') version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28')