This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 09, 2021
-
-
Rui Chen authored
Signed-off-by:
Rui Chen <rui@chenrui.dev>
-
- Jul 02, 2021
-
-
Mike McQuaid authored
rubocops/lines: check allowlist for use of `ENV.runtime_cpu_detection`
-
Nanda H Krishna authored
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.11.1...v2.11.2 ) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Carlo Cabrera authored
This is implements the first audit discussed in #11608.
-
Carlo Cabrera authored
superenv: handle formulae with runtime CPU detection
-
- Jul 01, 2021
-
-
Carlo Cabrera authored
Some formulae are able to detect the features of the runtime CPU, and execute code accordingly. This typically entails 1) the detection of features of the build-time CPU in order to determine the targets that the compiler can generate code for, and 2) generating code for the targets that the compiler can support. Our filtering of optimization flags can cause misdetection of compiler features, leading to failed builds [1], and miscompilation even when the build does not fail [2]. Let's try to fix this by allowing formulae to declare `ENV.runtime_cpu_detection` which skips the filtering of `-march` and related flags. I've also skipped the filtering of the optimisation level, since it seems to me that if upstream maintainers have gone to the lengths of writing code that detects runtime hardware, they probably also know better about appropriate `-O` flags to use. This is a partial list of formulae that should make use of this feature: 1. apache-arrow 2. fftw 3. gromacs 4. open-mpi 5. openblas Partially resolves Homebrew/homebrew-core#76537. [1] open-mpi/ompi#8306 and linked issues/PRs [2] Homebrew/homebrew-core#76537
-
Mike McQuaid authored
Update maintainers, manpage and completions.
-
Mike McQuaid authored
fix duplicate keg names in `Keg.all` names
-
BrewTestBot authored
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
-
Alexander Bayandin authored
reinstall: add support for the --git option
-
Nanda H Krishna authored
sorbet: Update RBI files.
-
hyuraku authored
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Mike McQuaid authored
formula_support: deprecate `bottle :unneeded`/`:disabled` in 3.3.0
-
Allen Reese authored
-
Mike McQuaid authored
We'll no longer need this DSL so let's move towards deprecation.
-
- Jun 30, 2021
-
-
Mike McQuaid authored
Remove nokogiri from Gemfile
-
Sam Ford authored
-
Sam Ford authored
-
Mike McQuaid authored
build(deps-dev): bump html-proofer from 3.19.1 to 3.19.2 in /docs
-
Mike McQuaid authored
build(deps): bump dnsruby from 1.61.6 to 1.61.7 in /docs
-
Mike McQuaid authored
build(deps): bump faraday from 1.4.2 to 1.4.3 in /docs
-
Mike McQuaid authored
build(deps): bump activesupport from 6.0.3.7 to 6.0.4 in /docs
-
Alexander Bayandin authored
Acceptable-Formulae: add a quote from Veracode report
-
dependabot[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.7 to 6.0.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.7...v6.0.4 ) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.19.1...v3.19.2 ) --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [faraday](https://github.com/lostisland/faraday) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.4.2...v1.4.3 ) --- updated-dependencies: - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [dnsruby](https://github.com/alexdalitz/dnsruby) from 1.61.6 to 1.61.7. - [Release notes](https://github.com/alexdalitz/dnsruby/releases) - [Changelog](https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/alexdalitz/dnsruby/compare/v1.61.6...v1.61.7 ) --- updated-dependencies: - dependency-name: dnsruby dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Nanda H Krishna authored
Update maintainers, manpage and completions.
-
BrewTestBot authored
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
-
Mike McQuaid authored
Fix BuildPulse handling
-
Mike McQuaid authored
- be more verbose with output to be clear when we're using/submitting to BuildPulse - remove the duplicate BuildPulse submission step
-
Mike McQuaid authored
Doesn't work with system `curl` currently.
-
Sam Ford authored
Replace Nokogiri with REXML
-
- Jun 29, 2021
-
-
Mike McQuaid authored
formula_auditor: don't allow `bottle :unneeded` in core.
-
Mike McQuaid authored
Tweak BuildPulse/`rspec-retry` logic
-
Alexander Bayandin authored
-