conduit: add v0.9.3 (#48736)
* add 0.9.3 release, fix license listed * fix sha
This commit is contained in:
parent
429b0375ed
commit
48258e8ddc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user