diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libmpc.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libmpc.rb b/Library/Formula/libmpc.rb index db7d3dce8..3eefdbc2f 100644 --- a/Library/Formula/libmpc.rb +++ b/Library/Formula/libmpc.rb @@ -5,6 +5,13 @@ class Libmpc < Formula url 'http://multiprecision.org/mpc/download/mpc-1.0.1.tar.gz' sha1 '8c7e19ad0dd9b3b5cc652273403423d6cf0c5edf' + bottle do + cellar :any + sha1 'c8bbad14fa8314418e07aa7a5cd824452fa6ea1e' => :mountain_lion + sha1 '21363b47cdc6085b1c09aead7f63918c69a57bed' => :lion + sha1 '2b2fb525a4e87e7a954e70be13dfde1110329859' => :snow_leopard + end + depends_on 'gmp' depends_on 'mpfr' |
