[Bug 203638] math/py-numpy: Undefined symbol "cblas_sgemm"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 4 15:20:41 UTC 2015


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

russo at bogodyn.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |russo at bogodyn.org

--- Comment #7 from russo at bogodyn.org ---
I have had the same problem, and do have suitesparse and numpy both set to use
netlib.  The suggestion in comment 6 to install cblas and edit Makefile did
work for me for the time being.  Upstream has clearly introduced a problem,
though, since HAVE_CBLAS isn't actually used to prevent "cblasfuncs" from being
linked in, and that's where the cblas_sgemm call is being made. Looks like
they're actually requiring cblas, not letting it be an optional linkage.

In the meantime, perhaps forcing cblas install and linkage in the FreeBSD
package is the right thing to do?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list