https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203638
ru...@bogodyn.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ru...@bogodyn.org --- Comment #7 from ru...@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. _______________________________________________ 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"