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

@@ -34,10 +34,11 @@ class Snap(MakefilePackage):
It is modeled off the Los Alamos National Laboratory code PARTISN."""
homepage = "https://github.com/lanl/SNAP"
url = ""
tags = ['proxy-app']
git = "https://github.com/lanl/SNAP.git"
version('master', git='https://github.com/lanl/SNAP.git')
tags = ['proxy-app']
version('master')
variant('openmp', default=False, description='Build with OpenMP support')
variant('opt', default=True, description='Build with debugging')