On Tue, Dec 21, 2021 at 07:45:05AM +0000, Stuart Henderson wrote:
>
> On 2021/12/21 11:31, Kevin Lo wrote:
> > My intention was not replace blas and lapack. If porters/users would like
> > to use openblas instead of blas and lapack, feel free to use it, no?
>
> If openblas does not replace existing libraries, then we need to be sure
> that other ports don't pick up openblas if installed when they're built.
I checked the following ports that depend on math/blas and/or math/lapack:
audio/cmu-sphinxbase
math/arpack
math/igraph
math/py-cvxopt
math/suitesparse
math/superlu
Except math/superlu requires an additional option (TPL_BLAS_LIBRARIES),
everything else looks fine.
Since math/cblas and openblas counldn't coexist, no need to worry
math/{py-numpy,py-scipy,py2-numpy} and mail/rspamd.
Thanks,
Kevin