Merge pull request #386 from adamjstewart/features/mpfr
Remove constraint on dependency version
This commit is contained in:
commit
c58d8af706
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Mpfr(Package):
|
|||
version('3.1.3', '5fdfa3cfa5c86514ee4a241a1affa138')
|
||||
version('3.1.2', 'ee2c3ac63bf0c2359bf08fc3ee094c19')
|
||||
|
||||
depends_on('gmp@4.1.0:')
|
||||
depends_on('gmp')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
|
Loading…
Reference in a new issue