summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2022-03-03 20:54:34 -0800
committerGitHub <noreply@github.com>2022-03-03 21:54:34 -0700
commitcf4f281f5477b78a871c048b6170fccf4b0b2f4c (patch)
treef146836382bafdc9603052bb47a5840e8f7d5170
parent673faf604400d0921bbafe89c7c5066a6c684ece (diff)
downloadspack-cf4f281f5477b78a871c048b6170fccf4b0b2f4c.tar.gz
spack-cf4f281f5477b78a871c048b6170fccf4b0b2f4c.tar.bz2
spack-cf4f281f5477b78a871c048b6170fccf4b0b2f4c.tar.xz
spack-cf4f281f5477b78a871c048b6170fccf4b0b2f4c.zip
WarpX: 22.03 (#29334)
Update `warpx` & `py-warpx` to the latest release, `22.03`.
-rw-r--r--var/spack/repos/builtin/packages/py-warpx/package.py9
-rw-r--r--var/spack/repos/builtin/packages/warpx/package.py5
2 files changed, 8 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-warpx/package.py b/var/spack/repos/builtin/packages/py-warpx/package.py
index 983b6f2e59..cb5a3d3690 100644
--- a/var/spack/repos/builtin/packages/py-warpx/package.py
+++ b/var/spack/repos/builtin/packages/py-warpx/package.py
@@ -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
diff --git a/var/spack/repos/builtin/packages/warpx/package.py b/var/spack/repos/builtin/packages/warpx/package.py
index ff4b55b9c5..fa98176d33 100644
--- a/var/spack/repos/builtin/packages/warpx/package.py
+++ b/var/spack/repos/builtin/packages/warpx/package.py
@@ -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