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

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -32,10 +32,12 @@ class Nalu(CMakePackage):
|
||||
"""
|
||||
|
||||
homepage = "https://github.com/NaluCFD/Nalu"
|
||||
url = "https://github.com/NaluCFD/Nalu.git"
|
||||
git = "https://github.com/NaluCFD/Nalu.git"
|
||||
|
||||
tags = ['ecp', 'ecp-apps']
|
||||
|
||||
version('master', branch='master')
|
||||
|
||||
variant('openfast', default=False,
|
||||
description='Compile with OpenFAST support')
|
||||
variant('tioga', default=False,
|
||||
@@ -43,9 +45,6 @@ class Nalu(CMakePackage):
|
||||
variant('hypre', default=False,
|
||||
description='Compile with Hypre support')
|
||||
|
||||
version('master',
|
||||
git='https://github.com/NaluCFD/Nalu.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')
|
||||
|
Reference in New Issue
Block a user