Date: Wed, 22 Jan 2020 22:03:03 +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-j5uURCzlR5@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 #23 from Robert Kruus <robert.kruus@utoronto.ca> --- Yes, but the key was to delete suitesparse first, and any libs in /usr/local/compat... from the old openblas. Not deleting suitesparse kept references to libopenblasp.so.0 (from the older version of openblas, as the newest version only installs libopenblas.so.0). And since my py-numpy has: Options : ATLAS : off DOCS : off NETLIB : off OPENBLAS : on SUITESPARSE : on (default I believe) I am guessing that cascaded to the configure stage of py-numpy. A different issue for sure. --=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-j5uURCzlR5>