Merge pull request #91 from nolta/patch-1
add missing gmp dependency to mpfr package
This commit is contained in:
commit
7d80983362
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user