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

@@ -28,10 +28,12 @@ class NaluWind(CMakePackage):
"""Nalu-Wind: Wind energy focused variant of Nalu."""
homepage = "https://github.com/exawind/nalu-wind"
url = "https://github.com/exawind/nalu-wind.git"
git = "https://github.com/exawind/nalu-wind.git"
maintainers = ['jrood-nrel']
version('master', branch='master')
variant('openfast', default=False,
description='Compile with OpenFAST support')
variant('tioga', default=False,
@@ -39,9 +41,6 @@ class NaluWind(CMakePackage):
variant('hypre', default=False,
description='Compile with Hypre support')
version('master',
git='https://github.com/exawind/nalu-wind.git', branch='master')
depends_on('mpi')
depends_on('yaml-cpp@0.5.3:')
depends_on('trilinos+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost~superlu-dist+superlu+hdf5+zlib+pnetcdf+shards~hypre@master,develop')