WarpX: add v21.07 (#24800)
This commit is contained in:
parent
eff7f20118
commit
5b5f99bbd4
2 changed files with 4 additions and 2 deletions
|
@ -25,6 +25,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('21.07', sha256='a8740316d813c365715f7471201499905798b50bd94950d33f1bd91478d49561')
|
||||||
version('21.06', sha256='a26039dc4061da45e779dd5002467c67a533fc08d30841e01e7abb3a890fbe30')
|
version('21.06', sha256='a26039dc4061da45e779dd5002467c67a533fc08d30841e01e7abb3a890fbe30')
|
||||||
version('21.05', sha256='f835f0ae6c5702550d23191aa0bb0722f981abb1460410e3d8952bc3d945a9fc')
|
version('21.05', sha256='f835f0ae6c5702550d23191aa0bb0722f981abb1460410e3d8952bc3d945a9fc')
|
||||||
version('21.04', sha256='51d2d8b4542eada96216e8b128c0545c4b7527addc2038efebe586c32c4020a0')
|
version('21.04', sha256='51d2d8b4542eada96216e8b128c0545c4b7527addc2038efebe586c32c4020a0')
|
||||||
|
@ -32,7 +33,7 @@ class PyWarpx(PythonPackage):
|
||||||
variant('mpi', default=True,
|
variant('mpi', default=True,
|
||||||
description='Enable MPI support')
|
description='Enable MPI support')
|
||||||
|
|
||||||
for v in ['21.05', '21.04', 'develop']:
|
for v in ['21.07', '21.06', '21.05', '21.04', 'develop']:
|
||||||
depends_on('warpx@{0}'.format(v),
|
depends_on('warpx@{0}'.format(v),
|
||||||
when='@{0}'.format(v),
|
when='@{0}'.format(v),
|
||||||
type=['build', 'link'])
|
type=['build', 'link'])
|
||||||
|
|
|
@ -17,13 +17,14 @@ 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/21.04.tar.gz"
|
url = "https://github.com/ECP-WarpX/WarpX/archive/refs/tags/21.07.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']
|
||||||
|
|
||||||
# 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('21.07', sha256='a8740316d813c365715f7471201499905798b50bd94950d33f1bd91478d49561')
|
||||||
version('21.06', sha256='a26039dc4061da45e779dd5002467c67a533fc08d30841e01e7abb3a890fbe30')
|
version('21.06', sha256='a26039dc4061da45e779dd5002467c67a533fc08d30841e01e7abb3a890fbe30')
|
||||||
version('21.05', sha256='f835f0ae6c5702550d23191aa0bb0722f981abb1460410e3d8952bc3d945a9fc')
|
version('21.05', sha256='f835f0ae6c5702550d23191aa0bb0722f981abb1460410e3d8952bc3d945a9fc')
|
||||||
version('21.04', sha256='51d2d8b4542eada96216e8b128c0545c4b7527addc2038efebe586c32c4020a0')
|
version('21.04', sha256='51d2d8b4542eada96216e8b128c0545c4b7527addc2038efebe586c32c4020a0')
|
||||||
|
|
Loading…
Reference in a new issue