Merge pull request #91 from nolta/patch-1

add missing gmp dependency to mpfr package
This commit is contained in:
Todd Gamblin 2015-08-01 14:01:10 -07:00
commit 7d80983362

View File

@ -33,6 +33,8 @@ class Mpfr(Package):
version('3.1.3', '5fdfa3cfa5c86514ee4a241a1affa138')
# version('3.1.2', 'ee2c3ac63bf0c2359bf08fc3ee094c19')
depends_on('gmp')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()