eigen 3.1.3
Closes Homebrew/homebrew#19307. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4a16b8cba6
commit
55eff0f854
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Eigen < Formula
|
||||
homepage 'http://eigen.tuxfamily.org/'
|
||||
url 'http://bitbucket.org/eigen/eigen/get/3.1.2.tar.bz2'
|
||||
sha1 'b788877a4d4b1685ee2a5d738a65b04b6a21ff3d'
|
||||
url 'http://bitbucket.org/eigen/eigen/get/3.1.3.tar.bz2'
|
||||
sha1 '07e248deaaa5d2a8822a0581a606151127fce450'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue