Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -46,8 +46,10 @@ class Conduit(Package):
|
||||
coupling between packages in-core, serialization, and I/O tasks."""
|
||||
|
||||
homepage = "http://software.llnl.gov/conduit"
|
||||
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"
|
||||
|
||||
version('master', branch='master', submodules=True)
|
||||
version('0.3.1', 'b98d1476199a46bde197220cd9cde042')
|
||||
version('0.3.0', '6396f1d1ca16594d7c66d4535d4f898e')
|
||||
# note: checksums on github automatic release source tars changed ~9/17
|
||||
@@ -56,11 +58,6 @@ class Conduit(Package):
|
||||
|
||||
maintainers = ['cyrush']
|
||||
|
||||
version('master',
|
||||
git='https://github.com/LLNL/conduit.git',
|
||||
branch="master",
|
||||
submodules=True)
|
||||
|
||||
###########################################################################
|
||||
# package variants
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user