Date: Wed, 14 Oct 2015 16:13:32 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 203638] math/py-numpy: Undefined symbol "cblas_sgemm" Message-ID: <bug-203638-21822-RgpxGWFLRW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203638-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-203638-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203638 --- Comment #5 from John Hein <z7dr6ut7gs@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203638-21822-RgpxGWFLRW>