aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/eigen.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/eigen.rb b/Library/Formula/eigen.rb
index fce793c87..8cb614325 100644
--- a/Library/Formula/eigen.rb
+++ b/Library/Formula/eigen.rb
@@ -4,6 +4,13 @@ class Eigen < Formula
homepage 'http://eigen.tuxfamily.org/'
url 'http://bitbucket.org/eigen/eigen/get/3.2.1.tar.bz2'
sha1 '17aca570d647b25cb3d9dac54b480cfecf402ed9'
+ bottle do
+ cellar :any
+ sha1 "b9fd5b10af6391e035b2e2953389db24a45fb041" => :mavericks
+ sha1 "0cc89de9fb2fd1bac03f68375cff7fe453400eac" => :mountain_lion
+ sha1 "d0ac8605688ed41f0ae3f7ed9be68000dd222b37" => :lion
+ end
+
head 'https://bitbucket.org/eigen/eigen', :using => :hg
depends_on 'cmake' => :build