Commit Graph

107 Commits (f4e94215e93a9aa3d24c4d493b8d59e15d109e7d)

Author SHA1 Message Date
Carlo Cabrera 1a020367ee
flat_namespace_allowlist: add `xmlrpc-c` (#94231)
The use of the `-flat_namespace` flag does not originate from the
Libtool bug, so appears to be intentional.

This is needed for bottling on Monterey.
2022-02-01 14:23:17 +08:00
Michka Popoff 8bdba997f6
gnuradio: allow -flat_namespace flag (#92807) 2022-01-10 08:37:44 +08:00
Carlo Cabrera e9d7810b98
flat_namespace_allowlist: add `lablgtk`
The `-flat_namespace` flag comes from OCaml. This should go away when
Ocaml is updated in #87856.

Closes #92247.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-04 09:32:54 +00:00
Carlo Cabrera 049de3d062
llvm: migrate to python 3.10
To dodge the versioned dependency conflict audit, I've added `coind3d`,
`gjs`, `pyside` and `pyside@2` to the allowlist. It's very unlikely that
these formulae use LLVM's Python bindings. LLVM is keg-only, and we
don't modify `PYTHONPATH`, so these formulae shouldn't even be able to
find LLVM's Python bindings.

However, just in case, I've also installed LLVM's Python bindings for
multiple versions of Python3. (This doesn't include LLDB, which has
linkage with the Python framework, which ties it to a specific Python
version.)

While we're here:
- remove duplication from the installed Xcode toolchain
- fix some version references so that they work for HEAD installs too

We clean up the duplication by installing the Xcode toolchain manually.

Closes #87483.
2021-12-08 07:19:35 +00:00
Carlo Cabrera db89b7a8dc flat_namespace_allowlist: add `hdf5-mpi`
The `-flat_namespace` flag is inherited from `open-mpi`. See
`ompi-fort.pc`, which contains:

    Cflags: -I${includedir}     -Wl,-flat_namespace -Wl,-commons,use_dylibs  -I${libdir}

This is needed for bottling on Monterey.
2021-11-26 19:36:17 +01:00
Carlo Cabrera 1e6681428c
flat_namespace_allowlist: add `coq`
The `-flat_namespace` flag comes from OCaml, and should go away when the
OCaml bottles are rebuilt.

Closes #89870.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-24 17:53:24 +00:00
Dzmitry Neviadomski 3dddfd9f30
mpv: add to versioned_dependencies_conflicts_allowlist.json
Closes #88574.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-17 06:27:28 +00:00
Carlo Cabrera 966c3a1e7a flat_namespace_allowlist: add bind
This flag is passed intentionally on all macOS versions, and isn't
caused by the Libtool version detection bug.

See: b60d7345ed
2021-11-14 09:22:09 +01:00
Carlo Cabrera cde60f08e2
watchman: migrate to Python 3.10
We need to add Watchman to the dependency conflict allowlist or else the
audit will complain about the conflicting Python 3.9 from Rust, which
shouldn't matter.

Closes #89256.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-12 08:57:11 +00:00
Thierry Moisan 6bf8f2be7d
Update versioned_dependencies_conflicts_allowlist.json (#89246) 2021-11-12 10:54:52 +08:00
Carlo Cabrera a2ad4af37f
flat_namespace_allowlist: add `adios2` (#88920) 2021-11-08 08:35:54 +08:00
Carlo Cabrera aec7abb3ad
flat_namespace_allowlist: add `omniorb` (#88183) 2021-11-05 17:33:19 +08:00
Carlo Cabrera 03a043db98
flat_namespace_allowlist: add `libvirt` (#88668)
The use of the `-flat_namespace` flag is not due to the usual Libtool
bug. See libvirt/libvirt@740f181c47.
2021-11-03 14:17:55 +08:00
Carlo Cabrera 7e27fd086d
flat_namespace_allowlist: add `blast` (#88592)
The `-flat_namespace` flag is passed regardless of the OS version, so
this isn't affected by the usual Libtool bug that we patch.
2021-11-02 15:25:23 +08:00
thislooksfun c0c4cffe62
clang-format@11 11.1.0 (new formula)
clang-format 12+ is buggy, and 8 is too old.

Closes #88098.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-28 12:56:29 +00:00
Carlo Cabrera d17f3e539d
flat_namespace_allowlist: add `soapysdr` (#88180)
Upstream are using this flag on purpose. See pothosware/SoapySDR#28.
2021-10-28 20:50:08 +08:00
Carlo Cabrera 67e888710e flat_namespace_allowlist: add `mpich`
See pmodels/mpich@fcbe6bd1e7.
2021-10-27 20:49:57 +02:00
Carlo Cabrera 8d68e33b65
flat_namespace_allowlist: add `arpack` and `scalapack` (#88152)
Neither project actually sets the `-flat_namespace` flag themselves.
Instead, this is inherited from `open-mpi`:

```
❯ pkg-config ompi-fort --cflags
-Wl,-flat_namespace -Wl,-commons,use_dylibs -I/usr/local/Cellar/open-mpi/4.1.1_2/include -I/usr/local/Cellar/open-mpi/4.1.1_2/lib
```
2021-10-28 01:46:04 +08:00
Carlo Cabrera 24a8e8974e
flat_namespace_allowlist: add open-mpi (#87882) 2021-10-24 14:46:26 -04:00
Carlo Cabrera 6c7f60a3e1
flat_namespace_allowlist: add `tcl-tk` (#87759)
This is needed for bottling on Monterey. The library built with the
`-flat_namespace` flag is built that way on Catalina too.

This seems intentional, as most of the other libraries have a two-level
namespace.
2021-10-23 01:17:32 +08:00
Carlo Cabrera 49dc23e086
flat_namespace_allowlist: add `xvid` (#87756)
This is needed for bottling on Monterey. The `xvid` configure script
passes `-flat_namepace` on all versions of macOS.
2021-10-23 00:53:19 +08:00
EricFromCanada 558cab888b
pypy3 7.3.6
Closes #87517.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-20 05:37:13 +00:00
Carlo Cabrera 2a189be434
llvm@12 12.0.1 (new formula) 2021-10-07 14:52:46 +00:00
Branch Vincent a1d1da3259
python-tk@3.10: make keg-only
Closes #86469.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-06 01:30:39 +00:00
Branch Vincent 474790ecb8
python@3.10: make keg-only 2021-10-06 01:30:38 +00:00
Thierry Moisan aea01fc938
versioned_keg_only_allowlist: add python-tk@3.10
Closes #84626.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-05 03:31:31 +00:00
Thierry Moisan 996b79984c
versioned_keg_only_allowlist: add python@3.10 2021-10-05 03:31:31 +00:00
Jonathan Chang 92d985af3e
openssl@3 3.0.0 (new formula)
Closes #85730.

Signed-off-by: Jonathan Chang <me@jonathanchang.org>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-23 00:04:36 +00:00
Carlo Cabrera 3416ef2e31
universal_binary_allowlist: remove `openjdk` (#85570)
This formula no longer installs universal binaries as of #85174.
2021-09-20 16:02:27 +02:00
Rui Chen 5299c79457
fibjs 0.34.0
fibjs: fix build for Linux

Closes #84704.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-07 05:04:39 +00:00
Carlo Cabrera afbc68549d
provided_by_macos_depends_on_allowlist: add `llvm`
I've seen more than a handful of PRs that fail the audit requesting that
a formula do `uses_from_macos` instead of `depends_on` for `llvm`, but
the audit was wrong in every one of those instances. The `llvm` formula
includes much more than what comes with macOS.

Closes #84391.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-02 21:08:13 +00:00
Bo Anderson 50430114ce
swift 5.4.2
Closes #73984.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Bo Anderson <mail@boanderson.me>
2021-09-01 14:41:20 +01:00
Carlo Cabrera aae803a2ee
mismatched_binary_allowlist: add qemu (#84076) 2021-08-27 14:47:30 +08:00
Michael Cho b8a0844214
elm-format 0.8.5
Closes #82910.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-20 07:15:14 +00:00
Carlo Cabrera 0518e342b4
webpack: remove from universal binary allowlist (#83478) 2021-08-18 20:19:11 +08:00
Carlo Cabrera f99bc29f85
ask-cli: remove from universal binary allowlist (#83477) 2021-08-18 20:18:54 +08:00
Carlo Cabrera 45280d53f1
apidoc: remove from universal binary allowlist (#83472)
`deuniversalize_machos` has now landed in a `brew` release tag, so it
can be used in formulae.

Also, remove unnecessary string interpolation.
2021-08-18 18:50:00 +08:00
Chayoung You 5a5ce7c44e
vim: throttle to 50 again (#83438) 2021-08-17 15:34:30 +08:00
Akihiro Suda 10a34807f3
lima 0.6.0
- Repo was moved from github.com/AkihiroSuda/lima to github.com/lima-vm/lima
- `mismatched_binary_allowlist.json` is added for allowing installation of
  `lima-guestagent.Linux-<Non native arch>` binary.

Closes #82723.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-17 03:27:52 +00:00
Callum Macdonald e806a794a5
joplin-cli 2.2.2
Closes #83099.

Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-16 19:19:51 +00:00
Rui Chen a6f54c7aca
firebase-cli 9.16.2
Closes #83153.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-13 14:27:41 +00:00
Rui Chen f34335d65d
code-server: fix audit failure
Closes #83111.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Dustin Rodrigues <dust.rod@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-12 07:21:42 +00:00
Rui Chen 5f07577ab9
apidoc 0.29.0
Closes #82493.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-04 02:20:35 +00:00
Michael Cho 3c1d386e13
gitversion: remove non-native binaries for Linux (#82111) 2021-08-01 17:06:34 +08:00
Dustin Rodrigues 10029848a3
cdktf: add to `universal_binary_allowlist`
Closes #82150.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-30 13:28:35 +00:00
Rui Chen 356a7e3b27
logstash 7.13.4
logstash: allowlist universal binary

```
logstash:
  * Unexpected universal binaries were found.
    The offending files are:
      /usr/local/Cellar/logstash/7.13.4/libexec/vendor/jruby/lib/jni/Darwin/libjffi-1.2.jnilib
```

Closes #82010.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-28 14:29:48 +00:00
Thierry Moisan fc4f2cfab3
sourcery 1.5.0
Closes #81615.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-26 07:54:23 +00:00
Michael Cho ed630d3059
wxwidgets@3.0: use gtk+3 on Linux 2021-07-25 23:08:03 +00:00
Carlo Cabrera 063d8d518b
node-sass: add to `universal_binary_allowlist`
Closes #81819.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-24 13:01:31 +00:00
Nanda H Krishna 1c1edba71c
marp-cli 1.2.0
Closes #81776.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-24 10:38:14 +00:00