conduit: change default ver to tagged release (#23451)
This commit is contained in:
parent
9a3513b3ec
commit
a43939cafa
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ class Conduit(CMakePackage):
|
||||||
url = "https://github.com/LLNL/conduit/releases/download/v0.3.0/conduit-v0.3.0-src-with-blt.tar.gz"
|
url = "https://github.com/LLNL/conduit/releases/download/v0.3.0/conduit-v0.3.0-src-with-blt.tar.gz"
|
||||||
git = "https://github.com/LLNL/conduit.git"
|
git = "https://github.com/LLNL/conduit.git"
|
||||||
|
|
||||||
version('develop', branch='develop', submodules=True, preferred=True)
|
version('develop', branch='develop', submodules=True)
|
||||||
# note: the main branch in conduit was renamed to develop, this next entry
|
# 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
|
# is to bridge any spack dependencies that are still using the name master
|
||||||
version('master', branch='develop', submodules=True)
|
version('master', branch='develop', submodules=True)
|
||||||
|
# note: 2021-05-05 latest tagged release is now preferred instead of develop
|
||||||
version('0.7.1', sha256='460a480cf08fedbf5b38f707f94f20828798327adadb077f80dbab048fd0a07d')
|
version('0.7.1', sha256='460a480cf08fedbf5b38f707f94f20828798327adadb077f80dbab048fd0a07d')
|
||||||
version('0.7.0', sha256='ecaa9668ebec5d4efad19b104d654a587c0adbd5f502128f89601408cb4d7d0c')
|
version('0.7.0', sha256='ecaa9668ebec5d4efad19b104d654a587c0adbd5f502128f89601408cb4d7d0c')
|
||||||
version('0.6.0', sha256='078f086a13b67a97e4ab6fe1063f2fef2356df297e45b43bb43d74635f80475d')
|
version('0.6.0', sha256='078f086a13b67a97e4ab6fe1063f2fef2356df297e45b43bb43d74635f80475d')
|
||||||
|
|
Loading…
Reference in a new issue