Michael Cho
9012aaaea0
ghc@9.2 9.2.4 (new formula)
2022-12-08 09:35:25 +00:00
Carlo Cabrera
a4feb388a7
runtime_cpu_detection_allowlist: add `highway`.
...
This software is designed to detect the features of the CPU at runtime.
2022-09-27 08:56:45 +00:00
Michael Cho
dc6f4e11f1
binary_bootstrap_formula_urls_allowlist: drop ghc@9, add ghc@8.10
2022-09-12 22:14:58 +00:00
Michael Cho
77d4ea9043
opencv 4.6.0
...
* migrate `ffmpeg@4` to `ffmpeg`
* migrate `jpeg` to `jpeg-turbo`
* migrate `python@3.9` to `python@3.10`
* enable CPU runtime detection
2022-08-15 11:40:55 +00:00
Carlo Cabrera
79c0da98ff
luajit: various simplifications
...
- avoid relying on a glob when creating the `luajit` symlink so that the
test catches when upstream changes the `-2.1.0-beta3` part of the
executable
- remove the `-DLUAJIT_ENABLE_GC64` flag, since this no longer does
anything
- skip removal of the `share/lua` and `lib/lua` directories since this
is no longer needed
Also, improve the test by actually using a `jit` module, and use
`ENV.runtime_cpu_detection`.
Closes #104765 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-07-14 05:57:00 +00:00
Michael Cho
09f239780d
blis: use `ENV.runtime_cpu_detection`
...
Closes #99926 .
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-08 11:56:50 +00:00
Alexander Bayandin
4c65fcc6d4
openjdk@17 17.0.2 (new formula)
2022-03-29 11:30:02 +00:00
Carlo Cabrera
c8ec67457a
binary_bootstrap_formula_urls_allowlist: remove removed formulae
...
Also, remove `go-boring`, since it bootstraps using the Go formula and
not a binary artefact.
2022-02-17 17:17:46 +01:00
Alexander Ronald Altman
2907315344
aqbanking 6.4.1
...
- fix HEAD for audit
Also, add a comment explaining the use of Homebrew `libxslt`, and run
the test suite.
2022-01-30 12:20:46 +00:00
Porkepix
07188df7e4
strongswan 5.9.5
...
Closes #93778 .
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-25 12:47:45 +00:00
Carlo Cabrera
7f2052a6f3
make_check_allowlist: add `p11-kit`
...
Closes #92758 .
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-09 13:11:33 +00:00
rui
1976208fb8
style_exceptions: remove gcore
2021-12-12 12:34:51 +01:00
Carlo Cabrera
6ec0ae44bf
open-mpi: use `ENV.runtime_cpu_detection`
...
Closes #90618 .
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-08 14:43:59 +00:00
pieterwillaert
5b67af264f
strongswan: apply patch for Monterey
...
While we're here, make sure the patches are applied only to `stable`,
and sort the allowlist alphabetically.
Closes #89022 .
Closes #89633 .
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-18 18:08:23 +00:00
Carlo Cabrera
905a5ff227
folderify: build `seticon` from source
...
Also, clean up the test a little.
Closes #87346 .
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-29 06:39:07 +00:00
Carlo Cabrera
bc902cb3aa
aom: use `ENV.runtime_cpu_detection`
...
Also, remove the revision bump, make the changes from #85801 conditional
on macOS, and clean up the style a little.
2021-10-15 09:32:08 +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
7b09b9594c
libvpx: use `ENV.runtime_cpu_detection`
...
Closes #85539 .
Signed-off-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-19 20:55:59 +00:00
Carlo Cabrera
d178ed731f
fftw: use `ENV.runtime_cpu_detection`
...
Also, enable AVX2 on Intel.
Closes #85473 .
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-19 14:11:18 +00:00
Carlo Cabrera
f8f30f34c4
bdw-gc: add to `make_check_allowlist` ( #81604 )
...
This is used by formulae like `gnutls`, so we probably want to be able
to do `make check` in its install method, which it currently does.
2021-07-21 20:05:18 +08:00
Carlo Cabrera
6abfc0482b
openblas: use `ENV.runtime_cpu_detection`
...
This prevents our compiler shims from interfering with build-time
detection of compiler features, and improves this formula's support for
users with newer machines.
Closes #80747 .
Signed-off-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-08 18:16:42 +00:00
Carlo Cabrera
4602f1fa45
apache-arrow: use `ENV.runtime_cpu_detection`
...
Also, add a `utf8proc` dependency. The build vendors its own otherwise.
Closes #76537 .
Closes #80501 .
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-05 17:36:43 +00:00
Christoph Blecker
c9f2940e1f
gnupg@2.2 (new versioned formula)
...
Closes #75796 .
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-04-23 18:31:52 +00:00
Dustin Rodrigues
1db25f5b63
add organize-tool to not_a_binary_url_prefix_allowlist
2021-04-21 23:26:15 +00:00
Di Wu
832004d043
go-boring 1.16.2b7 (new formula)
...
Closes #73952 .
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-03-30 18:59:33 +01:00
Carlo Cabrera
67206ae5f2
cabal-install 3.4.0.0
2021-02-26 17:34:13 +00:00
Bo Anderson
b67d55b16a
go@1.15 1.15.8 (new formula)
...
Closes #71883 .
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: rui <rui@chenrui.dev>
2021-02-24 06:41:54 +00:00
Carlo Cabrera
b226959d9e
ghc@9 9.0.1 (new formula)
...
This does not have a gmp resource. It is no longer needed. [1]
[1] https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#integer-gmp-11-integer-simple-ghc-bignum-10
2021-02-17 15:41:41 +00:00
carlocab
0c35496f59
logstash: fix version
...
- Fix https://github.com/Homebrew/homebrew-core/issues/66907
- use platform independent URL
- remove URL check for `/-oss-/` from test
- build from source
- remove `bottle :unneeded`
- use openjdk@8
- remove from style exception allowlist
Closes #66908 .
Co-authored-by: Alexander Bayandin <a.bayandin@gmail.com>
Co-authored-by: Seeker <meaningseeking@protonmail.com>
Signed-off-by: Alexander Bayandin <864213+bayandin@users.noreply.github.com>
Signed-off-by: Francois-Xavier Coudert <fxcoudert@gmail.com>
2020-12-17 18:36:50 +01:00
Rui Chen
5be994267a
logstash 7.10.1
...
Closes #66841 .
Signed-off-by: Rui Chen <rui@meetup.com>
Signed-off-by: Rylan Polster <rslpolster@gmail.com>
2020-12-14 00:27:27 +00:00
Rylan Polster
619e1562fd
Remove provided_by_macos_formulae list
2020-12-05 12:23:01 -05:00
Rylan Polster
067327e9bd
Remove non_keg_only_provided_by_macos_formulae list
2020-12-05 12:23:01 -05:00
Rylan Polster
cef63731fa
Migrate NON_KEG_ONLY_PROVIDED_BY_MACOS_FORMULAE
2020-11-30 10:58:09 -05:00
Rylan Polster
dfae804a90
Migrate PROVIDED_BY_MACOS_FORMULAE
2020-11-30 10:58:09 -05:00
Rylan Polster
e0f89bdef7
Migrate REGEX_CASE_SENSITIVE_ALLOWLIST
2020-11-30 10:58:09 -05:00
Rylan Polster
27b8654878
Migrate NOT_A_BINARY_URL_PREFIX_ALLOWLIST
2020-11-30 10:58:09 -05:00
Rylan Polster
55b59b246e
Migrate BINARY_BOOTSTRAP_FORMULA_URLS_ALLOWLIST
2020-11-30 10:58:09 -05:00
Rylan Polster
064432f178
Migrate COMPONENTS_ORDER_EXCEPTIONS
2020-11-30 10:58:09 -05:00
Rylan Polster
9adfa5cc75
Migrate MAKE_CHECK_ALLOWLIST
2020-11-30 10:58:09 -05:00
Rylan Polster
1de29ba142
Migrate VERSIONED_FORMULAE_CONFLICTS_ALLOWLIST
2020-11-30 10:58:09 -05:00