https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243497
--- Comment #27 from John Hein <jcfyecr...@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. _______________________________________________ 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"