WarpX: 21.11 (#27158)
Update `warpx` & `py-warpx` to the latest release, `21.11`.
This commit is contained in:
parent
25f1aad1c8
commit
e5a9beed28
@ -27,6 +27,7 @@ class PyWarpx(PythonPackage):
|
||||
|
||||
# NOTE: if you update the versions here, also see warpx
|
||||
version('develop', branch='development')
|
||||
version('21.11', sha256='ce60377771c732033a77351cd3500b24b5d14b54a5adc7a622767b9251c10d0b')
|
||||
version('21.10', sha256='d372c573f0360094d5982d64eceeb0149d6620eb75e8fdbfdc6777f3328fb454')
|
||||
version('21.09', sha256='861a65f11846541c803564db133c8678b9e8779e69902ef1637b21399d257eab')
|
||||
version('21.08', sha256='6128a32cfd075bc63d08eebea6d4f62d33ce0570f4fd72330a71023ceacccc86')
|
||||
@ -38,8 +39,8 @@ class PyWarpx(PythonPackage):
|
||||
variant('mpi', default=True,
|
||||
description='Enable MPI support')
|
||||
|
||||
for v in ['21.10', '21.09', '21.08', '21.07', '21.06', '21.05', '21.04',
|
||||
'develop']:
|
||||
for v in ['21.11', '21.10', '21.09', '21.08', '21.07', '21.06', '21.05',
|
||||
'21.04', 'develop']:
|
||||
depends_on('warpx@{0}'.format(v),
|
||||
when='@{0}'.format(v),
|
||||
type=['build', 'link'])
|
||||
|
@ -25,6 +25,7 @@ class Warpx(CMakePackage):
|
||||
|
||||
# NOTE: if you update the versions here, also see py-warpx
|
||||
version('develop', branch='development')
|
||||
version('21.11', sha256='ce60377771c732033a77351cd3500b24b5d14b54a5adc7a622767b9251c10d0b')
|
||||
version('21.10', sha256='d372c573f0360094d5982d64eceeb0149d6620eb75e8fdbfdc6777f3328fb454')
|
||||
version('21.09', sha256='861a65f11846541c803564db133c8678b9e8779e69902ef1637b21399d257eab')
|
||||
version('21.08', sha256='6128a32cfd075bc63d08eebea6d4f62d33ce0570f4fd72330a71023ceacccc86')
|
||||
|
Loading…
Reference in New Issue
Block a user