The upstream project is called `arpack-ng`, so it would probably be
useful if `brew install arpack-ng` worked (instead of suggesting that
the user install `aircrack-ng`).
Closes#86755.
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Michael Cho <cho-m@tuta.io>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Also, set `COMPILER_RT_DEFAULT_TARGET_ONLY` to `ON` on Linux to prevent
attempting (and failing) to compile 32-bit runtimes, and build with GCC
since GCC 5 fails to build LLDB.
Most other related formulae in Homebrew/core are suffixed with `-cpp`
rather than `-cxx`. Also, the upstream branch this formula is built on
is called `cpp_master`, despite the actual artefact being called
`msgpack-cxx`.
This makes it likely that some users are going to try to do `brew
install msgpack-cpp` and end up confused by the resulting error. Let's
try to avoid that by adding this alias.
The C++ library is now in a separate `msgpack-cxx` formula, so it seems
natural to try to `brew install msgpack-c` to install the C library,
which we've kept in the original `msgpack` formula.
Let's add an alias to make sure this and related commands succeed.
New formula for Basis Universal GPU Texture Codec command-line compression tool
Closes#82442.
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Closes#81490.
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
* linux-headers@4.15: new formula
* linux-headers: rename to linux-headers@4.4
* linux-headers@4.4: renamed from linux-headers
* linux-headers: make alias to linux-headers@4.4
* formula_renames.json: rename linux-headers to linux-headers@4.4
* versioned_keg_only_allowlist: add linux-headers@4.4
* glibc: use linux-headers@4.4
* strace: use linux-headers@4.4
Closes#80992.
Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
* Update binary name: ballerina to bal
* Add bal alias
Closes#80776.
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Upstream labels this as a "Development Release", but I believe this is
actually the version we want to package in Homebrew/core. We do the same
for some other formulae (e.g. gnupg).
What upstream mean by "Development Release" is that this is the version
that gets new features. What they call a "stable" is probably more
accurately called a long-term support release. [1] Updates to this
branch are bug-fixes only and not new features.
This appears to be the version vendored by `wxpython`, so we should
hopefully be able to use this in place of the bundled one.
[1] The section on the stable release on their downloads page says that
the API for this version has been stable since 11 November 2013.