[Bug 243497] math/py-numpy: Fails to build with OpenBlas
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 23 21:21:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497
--- Comment #27 from John Hein <jcfyecrayz at liamekaens.com> ---
Created attachment 210997
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210997&action=edit
[patch] add openblas to list of cblas compatible libs to check
(In reply to John Hein from comment #26)
Here's a patch to add openblas to the list of cblas compatible libs (also
includes Roland's patch to catch the linker error in the outer catch).
It looks like newer versions of upstream don't have the same 'have_cblas' test,
and does search all the configured libraries (and will catch the linker error).
So we probably won't need to carry on either patch after updating numpy.
Note: numpy 1.16 is the last to support python2.7, I think. If we need the
python2.7 version of numpy around a bit longer (friendly to the many users
still working on updating to python3), maybe a repocopy to math/py-numpy-1.16
is warranted. If so, I wouldn't spend any time allowing them (old and new
numpy) to be concurrently installed since it would just be a stop gap until
python2.7 is officially out of the tree.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list