Add new versions of metaphysicl and change masa to use branch instead of tag. (#11436)
This commit is contained in:
parent
4fcd70cc29
commit
4a013adc3e
@ -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')
|
||||
|
@ -12,7 +12,9 @@ class Metaphysicl(AutotoolsPackage):
|
||||
homepage = "https://github.com/roystgnr/MetaPhysicL"
|
||||
url = "https://github.com/roystgnr/MetaPhysicL/archive/v0.2.0.tar.gz"
|
||||
|
||||
version('0.2.0', '2af65536524a3945b6507a30233ca1cf')
|
||||
version('0.5.0', sha256='dbba0590970a128ae2ae7064b621f78f95ca2303b70a12b079a51702573840a6')
|
||||
version('0.3.3', sha256='6581ec6512d3509bfca6f93052f7d47dd2d9e4b9f2b3580d778495ae381a0b0d')
|
||||
version('0.2.0', sha256='ff4f9fad870dcdc85d56fb1f8d94123fecbef9189f967d254ba9607624b5f32e')
|
||||
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user