Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -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')