WarpX: 22.03 (#29334)

Update `warpx` & `py-warpx` to the latest release, `22.03`.
This commit is contained in:
Axel Huebl 2022-03-03 20:54:34 -08:00 committed by GitHub
parent 673faf6044
commit cf4f281f54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -18,15 +18,16 @@ class PyWarpx(PythonPackage):
"""
homepage = "https://ecp-warpx.github.io"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.02.tar.gz"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.03.tar.gz"
git = "https://github.com/ECP-WarpX/WarpX.git"
maintainers = ['ax3l', 'dpgrote', 'RemiLehe']
tags = ['e4s']
tags = ['e4s', 'ecp']
# NOTE: if you update the versions here, also see warpx
version('develop', branch='development')
version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564')
version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42')
version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28')
version('21.12', sha256='847c98aac20c73d94c823378803c82be9a14139f1c14ea483757229b452ce4c1')
@ -42,7 +43,7 @@ class PyWarpx(PythonPackage):
variant('mpi', default=True,
description='Enable MPI support')
for v in ['22.02', '22.01',
for v in ['22.03', '22.02', '22.01',
'21.12', '21.11', '21.10', '21.09', '21.08', '21.07', '21.06',
'21.05', '21.04',
'develop']:
@ -58,7 +59,7 @@ class PyWarpx(PythonPackage):
depends_on('py-picmistandard@0.0.14', type=('build', 'run'), when='@21.03:21.11')
depends_on('py-picmistandard@0.0.16', type=('build', 'run'), when='@21.12')
depends_on('py-picmistandard@0.0.18', type=('build', 'run'), when='@22.01')
depends_on('py-picmistandard@0.0.19', type=('build', 'run'), when='@22.02')
depends_on('py-picmistandard@0.0.19', type=('build', 'run'), when='@22.02:')
depends_on('py-setuptools@42:', type='build')
# Since we use PYWARPX_LIB_DIR to pull binaries out of the
# 'warpx' spack package, we don't need py-cmake as declared

View file

@ -17,14 +17,15 @@ class Warpx(CMakePackage):
"""
homepage = "https://ecp-warpx.github.io"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.01.tar.gz"
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/22.03.tar.gz"
git = "https://github.com/ECP-WarpX/WarpX.git"
maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
tags = ['e4s']
tags = ['e4s', 'ecp']
# NOTE: if you update the versions here, also see py-warpx
version('develop', branch='development')
version('22.03', sha256='ddbef760c8000f2f827dfb097ca3359e7aecbea8766bec5c3a91ee28d3641564')
version('22.02', sha256='d74b593d6f396e037970c5fbe10c2e5d71d557a99c97d40e4255226bc6c26e42')
version('22.01', sha256='e465ffadabb7dc360c63c4d3862dc08082b5b0e77923d3fb05570408748b0d28')
# 22.01+ requires C++17 or newer