Date: Wed, 22 Jan 2020 20:59:50 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 243497] math/py-numpy: Fails to build with OpenBlas Message-ID: <bug-243497-21822-aM25cF5Wkj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243497-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-243497-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=3D243497 --- Comment #20 from rsmith@xs4all.nl --- (In reply to Steve Wills from comment #1) The fact that I also have blas-3.5.0_6 installed (for Calculix) has a beari= ng on this issue. > pkg list blas-3.5.0_6 /usr/local/lib/libblas.a /usr/local/lib/libblas.so /usr/local/lib/libblas.so.2 /usr/local/lib/libblas_pic.a /usr/local/share/licenses/blas-3.5.0_6/BSD3CLAUSE /usr/local/share/licenses/blas-3.5.0_6/LICENSE /usr/local/share/licenses/blas-3.5.0_6/catalog.mk So when system_info.py is looking for cblas, it tries to compile and link a program with both libcblas and libblas, see my original description. Since I don't have cblas installed, the first compile fails. The second compile *finds* libblas, (from blas-3.5.0_6) but it doesn't cont= ain the symbol (cblas_ddot) referenced in the test program, this produces a lin= ker error rather than a compilation error. --=20 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-243497-21822-aM25cF5Wkj>