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

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -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')
|
||||
|
Reference in New Issue
Block a user