Merge pull request #75 from alfredo-gimenez/develop

Thanks!
This commit is contained in:
Todd Gamblin 2015-07-02 01:27:47 -07:00
commit 7625881cb3

View File

@ -28,9 +28,10 @@ class Mpfr(Package):
"""The MPFR library is a C library for multiple-precision
floating-point computations with correct rounding."""
homepage = "http://www.mpfr.org"
url = "http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.bz2"
url = "http://www.mpfr.org/mpfr-current/mpfr-3.1.3.tar.bz2"
version('3.1.2', 'ee2c3ac63bf0c2359bf08fc3ee094c19')
version('3.1.3', '5fdfa3cfa5c86514ee4a241a1affa138')
# version('3.1.2', 'ee2c3ac63bf0c2359bf08fc3ee094c19')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)