diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pari.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pari.rb b/Library/Formula/pari.rb index a7aaf4b97..6d2d0b934 100644 --- a/Library/Formula/pari.rb +++ b/Library/Formula/pari.rb @@ -5,6 +5,12 @@ class Pari < Formula url "http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.7.1.tar.gz" sha256 "cc637918f3c0b20dc9bbea99e639e7a288b89ea4d0e4e3f9b7110a115bcb41be" + bottle do + sha1 "7310d817b3aa680a0c52b742927a25d93657a49a" => :mavericks + sha1 "d6862273809b309c03a869d3757a20612630de3c" => :mountain_lion + sha1 "ef811fe6516c1e71c5b9142bbcff14ac4c86c6a5" => :lion + end + depends_on "gmp" depends_on "readline" depends_on :x11 |
