conduit: change default ver to tagged release (#23451)

This commit is contained in:
Cyrus Harrison 2021-05-05 13:52:44 -07:00 committed by GitHub
parent 9a3513b3ec
commit a43939cafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
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
# 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.7.1', sha256='460a480cf08fedbf5b38f707f94f20828798327adadb077f80dbab048fd0a07d')
version('0.7.0', sha256='ecaa9668ebec5d4efad19b104d654a587c0adbd5f502128f89601408cb4d7d0c')
version('0.6.0', sha256='078f086a13b67a97e4ab6fe1063f2fef2356df297e45b43bb43d74635f80475d')