From a664d98f37781b547a56901ff057c8bc59ca5872 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Thu, 27 Feb 2025 18:02:51 -0700 Subject: [PATCH] seacas: new version with change set support (#49224) This release contains modifications to most of the SEACAS applications to support ChangeSets to some degree. See https://github.com/SandiaLabs/seacas/wiki/Dynamic_Topology for information about Change Sets and See https://github.com/SandiaLabs/seacas/wiki/Supporting-Change-Sets for information about how the various seacas applications are supporting the use or creation of change sets. The release also includes various other small changes including formatting, portability, intallation, TPL version updates, and spelling. --- var/spack/repos/builtin/packages/seacas/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/seacas/package.py b/var/spack/repos/builtin/packages/seacas/package.py index 9a1ec469343..a0a4b21142b 100644 --- a/var/spack/repos/builtin/packages/seacas/package.py +++ b/var/spack/repos/builtin/packages/seacas/package.py @@ -34,6 +34,9 @@ class Seacas(CMakePackage): # ###################### Versions ########################## version("master", branch="master") + version( + "2025-02-27", sha256="3906fedf17e0a5f1c6f941cb94b56134f41abe4da89f4ec25766fc33b327f521" + ) version( "2024-08-15", sha256="c85130b0dac5ab9a08dcb53c8ccff478122d72b08bd41d99c0adfddc5eb18a52" )