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

@@ -54,13 +54,14 @@ class ArpackNg(Package):
"""
homepage = 'https://github.com/opencollab/arpack-ng'
url = 'https://github.com/opencollab/arpack-ng/archive/3.3.0.tar.gz'
url = 'https://github.com/opencollab/arpack-ng/archive/3.3.0.tar.gz'
git = 'https://github.com/opencollab/arpack-ng.git'
version('develop', branch='master')
version('3.6.0', 'f2607c1d5f80e922d55751fbed86a8ec')
version('3.5.0', '9762c9ae6d739a9e040f8201b1578874')
version('3.4.0', 'ae9ca13f2143a7ea280cb0e2fd4bfae4')
version('3.3.0', 'ed3648a23f0a868a43ef44c97a21bad5')
version('develop', git='https://github.com/opencollab/arpack-ng.git', branch='master')
variant('shared', default=True,
description='Enables the build of shared libraries')