Commit graph

28 commits

Author SHA1 Message Date
Adam Vandenberg
fc65fdea58 Revert "eigen: fix checksum"
This reverts commit a7b636ffccbec191ee85cbedcba5a20363caf100.

The sha changed back, for some reason.

Closes Homebrew/homebrew#19708.
2013-05-10 12:15:39 -07:00
Yida Zhang
ccb9bc28b9 eigen: fix checksum
Closes Homebrew/homebrew#19708.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-10 08:39:34 -07:00
Kaelin Colclasure
55eff0f854 eigen 3.1.3
Closes Homebrew/homebrew#19307.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-19 09:10:12 -07:00
Yan Zhou
37449e535a eigen: Update to 3.1.2
Closes Homebrew/homebrew#15948.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-11 08:53:56 -08:00
Adam Vandenberg
5d6f960cd6 eigen: do not depend on fortran
Closes Homebrew/homebrew#12800.
2012-10-19 08:57:04 -07:00
nibbles 2bits
ab5448abfe eigen: add :universal option
Add the `option :universal` to eigen. Tested with clang and llvm
from XCode-4.4.1.

Closes Homebrew/homebrew#14304.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 07:05:08 -07:00
Yan Zhou
9b4f92d38b Eigen 3.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-23 07:16:13 -07:00
Yan Zhou
8463712c60 Eigen 3.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:38:19 -07:00
Adam Vandenberg
60c89b7bde eigen: fix build type 2012-05-26 09:46:23 -07:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg
83b371fba5 Introduce block form of mkdir 2012-02-24 21:35:51 -08:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Yan Zhou
b4a08cff6a Eigen 3.05
Closes Homebrew/homebrew#10224.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-16 11:49:23 -06:00
Charlie Sharpsteen
544fed57b7 Eigen: Derp. That should be ENV.fortran
This is what happens when I try to make quick fixes before the first cup of coffee...
2012-02-01 09:00:03 -08:00
Charlie Sharpsteen
42c79ec729 Eigen: Use ENV.gfortran
The Eigen buildsystem looks for a Fortran compiler, using `ENV.gfortran` will
help it find the right one.

Fixes Homebrew/homebrew#9878.
2012-02-01 08:58:08 -08:00
Misty De Meo
57354961db eigen 3.0.4 2011-12-20 20:33:33 -06:00
Sean Lynch
3ea22c10f4 Eigen 3.0.3
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=338 has been fixed, but
there's not yet a pkgconfig dir under #{prefix}/lib when building, so
we need to set pkg_config_libdir or the .pc file gets installed in
pkg_config_libdir-NOTFOUND.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29 10:48:01 -07:00
Trevor Wennblom
edab4a366e eigen 3.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 14:36:57 -07:00
irh
8fad3b7311 eigen: update checksum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-11 08:21:46 -07:00
Adam Vandenberg
311a17972a eigen 3.0.1 2011-07-17 17:09:12 -07:00
mkroehnert
95b001c013 update Eigen from v2.0.15 to 3.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04 14:52:26 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Robbie Shade
84b94d6cc9 Updated eigen to 2.0.15
Latest stable version is 2.0.15. Additionally 2.0.12 download didn't
match md5 sum.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-19 10:56:30 -08:00
Adam Vandenberg
19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg
a8384250d7 Fix indentation discovered by 'brew audit'. 2010-07-23 21:34:02 -07:00
Mike Arthur
099e75de31 Add Eigen formula. 2010-03-18 15:45:00 +00:00