Skip to content
Snippets Groups Projects
Commit 4a013adc authored by Jon Rood's avatar Jon Rood Committed by Greg Becker
Browse files

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

parent 4fcd70cc
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class Masa(AutotoolsPackage): ...@@ -16,7 +16,7 @@ class Masa(AutotoolsPackage):
homepage = "https://github.com/manufactured-solutions/MASA" homepage = "https://github.com/manufactured-solutions/MASA"
git = "https://github.com/manufactured-solutions/MASA.git" git = "https://github.com/manufactured-solutions/MASA.git"
version('master', tag='master') version('master', branch='master')
variant('fortran', default=True, variant('fortran', default=True,
description='Compile with Fortran interfaces') description='Compile with Fortran interfaces')
......
...@@ -12,7 +12,9 @@ class Metaphysicl(AutotoolsPackage): ...@@ -12,7 +12,9 @@ class Metaphysicl(AutotoolsPackage):
homepage = "https://github.com/roystgnr/MetaPhysicL" homepage = "https://github.com/roystgnr/MetaPhysicL"
url = "https://github.com/roystgnr/MetaPhysicL/archive/v0.2.0.tar.gz" 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('autoconf', type='build')
depends_on('automake', type='build') depends_on('automake', type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment