Skip to content

Commit

Permalink
mpfr 3.1.1-p2
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Sep 7, 2012
1 parent b11be2f commit a58c825
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/mpfr.rb
Expand Up @@ -3,12 +3,17 @@
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}"]

Expand Down

0 comments on commit a58c825

Please sign in to comment.