| Age | Commit message (Collapse) | Author |
|
|
|
Most Homebrew builds produce libraries, so CMake should give priority to
libraries when resolving dependencies.
Closes Homebrew/homebrew#12497.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
This differs from the current std_cmake_parameters in that it returns an
array instead of a string. Doing so makes dealing with it in formulae
much more pleasant, and for new formula hackers, less surprising.
std_cmake_parameters is retained in compat to maintain compatibility
with external formulae.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
- Formulae can now declare failures on any compiler.
- FailsWithLLVM and associated formula elements have been moved to
compat.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
handle_llvm_failure was moved into FailsWithLLVM and renamed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Allow compatibility to be disabled with --no-compat or HOMEBREW_NO_COMPAT environment variable.
|