Add new versions of metaphysicl and change masa to use branch instead of tag. (#11436)

This commit is contained in:
Jon Rood
2019-05-13 17:56:52 -06:00
committed by Greg Becker
parent 4fcd70cc29
commit 4a013adc3e
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ class Masa(AutotoolsPackage):
homepage = "https://github.com/manufactured-solutions/MASA"
git = "https://github.com/manufactured-solutions/MASA.git"
version('master', tag='master')
version('master', branch='master')
variant('fortran', default=True,
description='Compile with Fortran interfaces')