| Age | Commit message (Collapse) | Author |
|
Closes #21429.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This reverts commit a7b636ffccbec191ee85cbedcba5a20363caf100.
The sha changed back, for some reason.
Closes #19708.
|
|
Closes #19708.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19307.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15948.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #12800.
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
|
|
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
|
|
Closes #10224.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This is what happens when I try to make quick fixes before the first cup of coffee...
|
|
The Eigen buildsystem looks for a Fortran compiler, using `ENV.gfortran` will
help it find the right one.
Fixes #9878.
|
|
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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>
|
|
|
|
* 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
|
|
|
|
|