Skip to content
Snippets Groups Projects
Commit ea0ef6bf authored by Dominique Orban's avatar Dominique Orban Committed by Shaun Jackman
Browse files

audit: permit openblas for non-official taps

macOS provides Accelerate but not OpenBLAS
parent cf1c951e
No related branches found
No related tags found
No related merge requests found
......@@ -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 " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment