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

@@ -30,11 +30,12 @@ class Er(CMakePackage):
homepage = "https://github.com/ECP-VeloC/er"
url = "https://github.com/ECP-VeloC/er/archive/v0.0.1.zip"
tags = ['ecp']
git = "https://github.com/ecp-veloc/er.git"
tags = ['ecp']
version('master', branch='master')
version('0.0.2', '24ad8f87bce2b6d900f1fb67452c3672')
version('master', git='https://github.com/ecp-veloc/er.git',
branch='master')
depends_on('mpi')
depends_on('kvtree')