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
@@ -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')
|
||||
|
Reference in New Issue
Block a user