add missing gmp dependency to mpfr package

This commit is contained in:
Mike Nolta 2015-08-01 16:00:13 -04:00
parent 016eef6a16
commit 7ebb4fcedc

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()