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

committed by
Todd Gamblin

parent
a1572bb999
commit
3f18c04865
@@ -31,12 +31,13 @@ class Veloc(CMakePackage):
|
||||
|
||||
homepage = "https://github.com/ECP-VeloC/VELOC"
|
||||
url = "https://github.com/ECP-VeloC/VELOC/archive/veloc-1.0rc1.zip"
|
||||
tags = ['ecp']
|
||||
git = "https://github.com/ecp-veloc/veloc.git"
|
||||
|
||||
tags = ['ecp']
|
||||
|
||||
version('master', branch='master')
|
||||
version('1.0', '98fe2d9abd2a1b53d7a52267dab91fae')
|
||||
version('1.0rc1', 'c6db0de56b5b865183b1fa719ac74c1d')
|
||||
version('master', git='https://github.com/ecp-veloc/veloc.git',
|
||||
branch='master')
|
||||
|
||||
depends_on('boost~atomic~chrono~clanglibcpp~date_time~debug~exception'
|
||||
'~filesystem~graph~icu~iostreams~locale~log~math~mpi'
|
||||
|
Reference in New Issue
Block a user