https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246364
--- Comment #2 from Sunpoet Po-Chuan Hsieh <[email protected]> --- (In reply to Thierry Thomas from comment #0) > - Register the dependency to openblas (inherited from NumPy) It should not be added as it depends on what option is chosen while building py-numpy. For example, a user chose ATLAS may encounter the conflict between atlas and openblas. from math/py-numpy/Makefile: OPTIONS_SINGLE_BLASLIB= ATLAS NETLIB OPENBLAS OPTIONS_DEFAULT= OPENBLAS SUITESPARSE -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
