aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 18:39:42 +0100
committerMike McQuaid2014-10-22 21:59:53 +0100
commit634c7b28103f74a63487cc3c393e458f7c78c69e (patch)
treeb02ca32beb145f1e4702114dbd6753d5afa33aa9 /Library/Formula
parent69d209c73b077a09d4d26d20149150a05a2cc873 (diff)
downloadhomebrew-634c7b28103f74a63487cc3c393e458f7c78c69e.tar.bz2
cgal: add 4.4 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cgal.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/cgal.rb b/Library/Formula/cgal.rb
index 49c0ae00d..41b200333 100644
--- a/Library/Formula/cgal.rb
+++ b/Library/Formula/cgal.rb
@@ -5,6 +5,12 @@ class Cgal < Formula
url 'https://gforge.inria.fr/frs/download.php/33525/CGAL-4.4.tar.gz'
sha1 '5e82193808817ba5144a0c8a57fa5d0c2498cb0d'
+ bottle do
+ sha1 "c1ea7f91f163f9a1273690571022287a97545d53" => :yosemite
+ sha1 "db2eda449c8aea97ad5b8f486ffea3c3586d814a" => :mavericks
+ sha1 "e4a3ea10e202c521caf7e7a368bb00a7f1e408ac" => :mountain_lion
+ end
+
option :cxx11
option 'imaging', "Build ImageIO and QT compoments of CGAL"