audit: permit openblas for non-official taps
macOS provides Accelerate but not OpenBLAS
This commit is contained in:
parent
cf1c951e2f
commit
ea0ef6bf81
@ -432,6 +432,7 @@ module Homebrew
|
||||
|
||||
if @new_formula && dep_f.keg_only_reason &&
|
||||
!["openssl", "apr", "apr-util"].include?(dep.name) &&
|
||||
(!["openblas"].include?(dep.name) || @official_tap) &&
|
||||
dep_f.keg_only_reason.reason == :provided_by_macos
|
||||
new_formula_problem(
|
||||
"Dependency '#{dep.name}' may be unnecessary as it is provided " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user