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.
This commit is contained in:
parent
0e3d7efb0f
commit
a664d98f37
@ -34,6 +34,9 @@ class Seacas(CMakePackage):
|
|||||||
|
|
||||||
# ###################### Versions ##########################
|
# ###################### Versions ##########################
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
version(
|
||||||
|
"2025-02-27", sha256="3906fedf17e0a5f1c6f941cb94b56134f41abe4da89f4ec25766fc33b327f521"
|
||||||
|
)
|
||||||
version(
|
version(
|
||||||
"2024-08-15", sha256="c85130b0dac5ab9a08dcb53c8ccff478122d72b08bd41d99c0adfddc5eb18a52"
|
"2024-08-15", sha256="c85130b0dac5ab9a08dcb53c8ccff478122d72b08bd41d99c0adfddc5eb18a52"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user