Add top-level attributes for git R-Z packages
This commit is contained in:

committed by
Todd Gamblin

parent
a1572bb999
commit
3f18c04865
@@ -30,11 +30,12 @@ class Rankstr(CMakePackage):
|
||||
|
||||
homepage = "https://github.com/ECP-VeloC/rankstr"
|
||||
url = "https://github.com/ECP-VeloC/rankstr/archive/v0.0.1.zip"
|
||||
tags = ['ecp']
|
||||
git = "https://github.com/ecp-veloc/rankstr.git"
|
||||
|
||||
tags = ['ecp']
|
||||
|
||||
version('master', branch='master')
|
||||
version('0.0.1', 'abe06fa6a78cfe20ec0c78717ac2f2ed')
|
||||
version('master', git='https://github.com/ecp-veloc/rankstr.git',
|
||||
branch='master')
|
||||
|
||||
depends_on('mpi')
|
||||
|
||||
|
Reference in New Issue
Block a user