| Age | Commit message (Collapse) | Author |
|
mpio does not compile with clang or C++11
msgpack-rcp requires mpio
|
|
Closes #29206.
|
|
Fixes #27420.
|
|
|
|
Newer versions do not compile on OS X, and the project
does not seem to be actively maintained at the moment.
Closes #25065.
|
|
|
|
Closes #29081.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28578.
|
|
Closes #27021.
|
|
Closes #26616.
|
|
Closes #24171.
|
|
|
|
|
|
Closes #29043.
|
|
installing git-annex with cabal-install is quite long and requires to install
some heavy packages. It also has several external lib dependencies and needs a
few configuration flags to build so it is quite difficult to install too.
This formula should make it easy and quick to install with a bottle.
The huge number of haskell dependencies is built within the formula and statically
linked to git-annex. The haskell libraries built are discarded - cabal-install
should be used instead of this package in order to keep them.
|
|
The default behavior of `brew deps foo bar` is to return the
intersection of the deps of foo and bar. This option returns the union.
Closes #27480.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #28870.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
This is consistent with how e.g. `gcc-4.2` is handled.
This means e.g. `ghc` can find `gcc-4.8` at runtime.
Fixes #28934.
|
|
Avoid throwing unnecessary exceptions by checking for paths existing and
creating formulae as late as possible. Additionally use instance
variables for some caching.
|
|
Instead check if the path exists by using opt.
|
|
Instead check if the path exists by using opt.
|
|
The APIs used by the software are no longer available in OS X 10.9.
Closes #25036.
|
|
This was added to the stdlib in https://github.com/ruby/ruby/commit/391fc2eeecfc2f0d0f851b0c27ba02e041fe2cd9.
|
|
See also https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/45826/diff/ext/pathname/lib/pathname.rb
Closes #28972.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fails to build with clang or on non-/usr/local installs.
Closes #23024.
|
|
cf. #24802.
|
|
Closes #27238.
|
|
Last update was in 2006 and this software does not build with
modern compilers.
Closes #28939.
|
|
Newer versions of Ruby issue a warning for repeated character classes.
|
|
|
|
This has been deprecated upstream in favor of AWS CLI.
Closes #28930.
|
|
- the executed script is the formula file, build.rb is a library
- ruby is invoked directly, so it wouldn't need to be executable anyway
|
|
Without it, String#undent would fail on unindented strings, e.g.:
"foo".undent
NoMethodError: undefined method `length' for nil:NilClass`
Closes #28873.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
After recent cleanups the code in this branch should be unreachable, so
there is little point in keeping it around.
|
|
cf. #28918.
|
|
Fixes #28901.
|
|
|
|
|
|
These methods are no longer required.
|
|
This reflects what Apple calls it in more recent versions of Xcode/OS X.
|
|
|
|
|
|
Since ae177adb2bd55ee5ad6367e7639c4cf0c774b63a, we can safely assume
that xcrun works, and a functioning xcrun will search dev_tools_path and
xctoolchain_path, so we can stop doing extra work here.
On CLT-only 10.7 and 10.8, xcrun will not work, but all the tools will
be in /usr/bin, which we check before invoking xcrun. Further, in this
case, dev_tools_path will be /usr/bin, and xctoolchain_path will not
exist, so the fallbacks here are unnecessary.
|
|
|
|
|