aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/eigen.rb
AgeCommit message (Collapse)Author
2013-07-25eigen 3.2.0Dan Knoepfle
Closes #21429. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-10Revert "eigen: fix checksum"Adam Vandenberg
This reverts commit a7b636ffccbec191ee85cbedcba5a20363caf100. The sha changed back, for some reason. Closes #19708.
2013-05-10eigen: fix checksumYida Zhang
Closes #19708. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-19eigen 3.1.3Kaelin Colclasure
Closes #19307. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-11eigen: Update to 3.1.2Yan Zhou
Closes #15948. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-10-19eigen: do not depend on fortranAdam Vandenberg
Closes #12800.
2012-08-21eigen: add :universal optionnibbles 2bits
Add the `option :universal` to eigen. Tested with clang and llvm from XCode-4.4.1. Closes #14304. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-23Eigen 3.1.1Yan Zhou
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29Eigen 3.10Yan Zhou
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26eigen: fix build typeAdam Vandenberg
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-16Eigen 3.05Yan Zhou
Closes #10224. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-01Eigen: Derp. That should be ENV.fortranCharlie Sharpsteen
This is what happens when I try to make quick fixes before the first cup of coffee...
2012-02-01Eigen: Use ENV.gfortranCharlie Sharpsteen
The Eigen buildsystem looks for a Fortran compiler, using `ENV.gfortran` will help it find the right one. Fixes #9878.
2011-12-20eigen 3.0.4Misty De Meo
2011-10-29Eigen 3.0.3Sean Lynch
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-08-30eigen 3.0.2Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-11eigen: update checksumirh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-17eigen 3.0.1Adam Vandenberg
2011-04-04update Eigen from v2.0.15 to 3.0.0mkroehnert
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-19Updated eigen to 2.0.15Robbie Shade
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-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-07-23Fix indentation discovered by 'brew audit'.Adam Vandenberg
2010-03-18Add Eigen formula.Mike Arthur