Add top-level attributes for hg, svn, and git A-L packages

This commit is contained in:
Adam J. Stewart
2018-07-23 00:00:15 -07:00
committed by Todd Gamblin
parent 5f00056490
commit 4c6aca533a
152 changed files with 468 additions and 493 deletions

View File

@@ -31,11 +31,12 @@ class Aspect(CMakePackage):
homepage = "https://aspect.geodynamics.org"
url = "https://github.com/geodynamics/aspect/releases/download/v2.0.0/aspect-2.0.0.tar.gz"
git = "https://github.com/geodynamics/aspect.git"
maintainers = ['tjhei']
version('develop', branch='master')
version('2.0.0', 'dfecc571fb221f28a0800034cd29c95c')
version('develop', git='https://github.com/geodynamics/aspect.git', branch='master')
variant('build_type', default='Release',
description='The build type to build',