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

@@ -31,12 +31,11 @@ class Masa(AutotoolsPackage):
provides a suite of manufactured solutions for the software
verification of partial differential equation solvers in multiple
dimensions."""
homepage = "https://github.com/manufactured-solutions/MASA"
url = "https://github.com/manufactured-solutions/MASA.git"
version('master',
git='https://github.com/manufactured-solutions/MASA.git',
tag='master')
homepage = "https://github.com/manufactured-solutions/MASA"
git = "https://github.com/manufactured-solutions/MASA.git"
version('master', tag='master')
variant('fortran', default=True,
description='Compile with Fortran interfaces')