Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

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