From bb9744213fd6609ee2488d4558ce239c4a2eaf61 Mon Sep 17 00:00:00 2001 From: Nils Vu Date: Fri, 5 Aug 2022 02:09:30 -0400 Subject: spectre: add v2022.07.18 and v2022.08.01 (#31633) --- var/spack/repos/builtin/packages/spectre/package.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/spectre/package.py b/var/spack/repos/builtin/packages/spectre/package.py index f61297a44e..61a0dea51c 100644 --- a/var/spack/repos/builtin/packages/spectre/package.py +++ b/var/spack/repos/builtin/packages/spectre/package.py @@ -29,6 +29,12 @@ class Spectre(CMakePackage): generator = "Ninja" version("develop", branch="develop") + version( + "2022.08.01", sha256="453ad831f3d8c2d4dbed0b2e4f08f7a3b64e6634a2025b5ac1a0b242c1d87d93" + ) + version( + "2022.07.18", sha256="8812aeba70d60d6800fe8866542c3d2e0fae34aaac0c8d1c4324cf6c804f3fe1" + ) version( "2022.06.14", sha256="872ab6729d8675c90b0d194f4ca34e4c02ce23e60c558a43b874fee9da9dfe78" ) @@ -167,6 +173,19 @@ class Spectre(CMakePackage): # kernels before then. conflicts("^blaze+blas", when="@:2022.02.17") + # Patch Charm++ v7.0.0 for Python bindings (see + # https://github.com/sxs-collaboration/spectre/pull/3942 and + # https://github.com/UIUC-PPL/charm/issues/3600) + depends_on( + "charmpp@6.10.2:", + patches=patch( + "https://raw.githubusercontent.com/sxs-collaboration/spectre/develop/support/Charm/v7.0.0.patch", + sha256="576c745de202f030275aaeb3c6206f7ebdda696385353e0d1417ed7c47b856ca", + when="@7.0.0", + ), + when="@2022.06.14: +python platform=linux", + ) + # These patches backport updates to the SpECTRE build system to earlier # releases, to support installing them with Spack. In particular, we try to # support releases associated with published papers, so their results are -- cgit v1.2.3-60-g2f50