conduit: add v0.9.3 (#48736)

* add 0.9.3 release, fix license listed
* fix sha
This commit is contained in:
Cyrus Harrison 2025-03-21 08:20:50 -07:00 committed by GitHub
parent 429b0375ed
commit 48258e8ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,13 +36,14 @@ class Conduit(CMakePackage):
git = "https://github.com/LLNL/conduit.git"
tags = ["radiuss", "e4s"]
license("Apache-2.0")
license("BSD-3-Clause")
version("develop", branch="develop", submodules=True)
# note: the main branch in conduit was renamed to develop, this next entry
# is to bridge any spack dependencies that are still using the name master
version("master", branch="develop", submodules=True)
# note: 2021-05-05 latest tagged release is now preferred instead of develop
version("0.9.3", sha256="2968fa8df6e6c43800c019a008ef064ee9995dc2ff448b72dc5017c188a2e6d4")
version("0.9.2", sha256="45d5a4eccd0fc978d153d29c440c53c483b8f29dfcf78ddcc9aa15c59b257177")
version("0.9.1", sha256="a3f1168738dcf72f8ebf83299850301aaf56e803f40618fc1230a755d0d05363")
version("0.9.0", sha256="844e012400ab820967eef6cec15e1aa9a68cb05119d0c1f292d3c01630111a58")