This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29056: make numpy find openblas from Homebrew
For numpy to find Homebrew's openblas on macOS, this ticket adds an `[openblas]` section to numpy's site.cfg if Sage is using openblas. This is also what Homebrew's [https://github.com/Homebrew/homebrew-core/blob/f2463cbba086689c872cddd3a8bc242976a603ff/Formula/numpy.rb#L25-L30 numpy formula] does. See also the upstream [https://github.com/numpy/numpy/blob/2199ba7fb7f8bb383552fdcd6feec4faee7ae394/site.cfg.example#L129-L132 site.cfg.example].
- Loading branch information