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

committed by
Todd Gamblin

parent
a1572bb999
commit
3f18c04865
@@ -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')
|
||||
|
Reference in New Issue
Block a user