https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246364
--- Comment #3 from Thierry Thomas <thie...@freebsd.org> --- (In reply to Sunpoet Po-Chuan Hsieh from comment #2) This dependency is added to make the package coherent. Since OpenBLAS is the default for NumPy, SciPy should use it. For ports, this is a bit different: SciPy is smart enough to detect every BLAS package installed on the machine (it will even catch math/blis) and link against them. Of course, if the user builds NumPy with a BLAS library, we can expect that this same library is still installed on the machine when SciPy is built, but this could produce a mess when the dependencies are registered! Such things may happen when ports are built on a non-clean environment, and it is often difficult to prevent them. -- 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"