diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpfr.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb index 2a3f96af2..88e522dbc 100644 --- a/Library/Formula/mpfr.rb +++ b/Library/Formula/mpfr.rb @@ -3,12 +3,17 @@ require 'formula' class Mpfr < Formula homepage 'http://www.mpfr.org/' url 'http://www.mpfr.org/mpfr-3.1.1/mpfr-3.1.1.tar.bz2' + version '3.1.1-p2' sha256 '7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd' depends_on 'gmp' option '32-bit' + def patches + "http://www.mpfr.org/mpfr-current/allpatches" + end + def install args = ["--disable-dependency-tracking", "--prefix=#{prefix}"] |
