https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203638

--- Comment #5 from John Hein <z7dr6ut...@snkmail.com> ---
Seems to me that the HAVE_CBLAS detection is not working for numpy.  I know
very little about configuring numpy, but perhaps there's an appropriate fix to
get the numpy setup machinery to more reliably be able to determine if
HAVE_CBLAS should be on or not.  Seems like an upstream problem to me right
now.

Workarounds for the port are perhaps:

 - force HAVE_CBLAS off when building with NETLIB option (much like numpy
forces it off when it detects openblas)

 - depend on a library that has the cblas* functions (math/cblas?) and
encourage HAVE_CBLAS to be on

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to