Add top-level attributes for git M-P packages
This commit is contained in:

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -32,15 +32,12 @@ class Nut(CMakePackage):
|
||||
and performance issues."""
|
||||
|
||||
homepage = "https://github.com/lanl/NuT"
|
||||
url = "https://github.com/lanl/NuT.git"
|
||||
tags = ['proxy-app']
|
||||
git = "https://github.com/lanl/NuT.git"
|
||||
|
||||
version(
|
||||
'serial', git='https://github.com/lanl/NuT.git',
|
||||
branch='master')
|
||||
version(
|
||||
'openmp', git='https://github.com/lanl/NuT.git',
|
||||
branch='openmp')
|
||||
tags = ['proxy-app']
|
||||
|
||||
version('serial', branch='master')
|
||||
version('openmp', branch='openmp')
|
||||
|
||||
depends_on('cmake@3.0:')
|
||||
depends_on('random123')
|
||||
|
Reference in New Issue
Block a user