| Age | Commit message (Collapse) | Author |
|
Closes #37622
|
|
Add helper to check whether a module is importable.
Closes #37345.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Language::Java.java_home_env
Also update activemq to test against it
Closes #37218.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes #35681.
|
|
|
|
Add a helper like std_cmake_args that returns the correct incantation
for invoking setup.py in a consistent way and with our preferred
arguments. Replaces setup_install.
|
|
|
|
Closes #33988.
|
|
|
|
|
|
This introduces a new GoResource category of resource. GoResources
have a specialized stage method which allows a resource to stage
itself into a gopath.
The new Go language module provides a one-liner to stage all
GoResources present in the formula.
|
|
These have all been moved to Formulary.
|
|
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.
|
|
|