svn commit: r417692 - in head/math/py-numpy: . files

Thomas Zander riggs at freebsd.org
Thu Jun 30 18:02:48 UTC 2016


On 28 June 2016 at 05:34, Olivier Duchateau <olivierd at freebsd.org> wrote:

> -NETLIB_LIB_DEPENDS=    libcblas.so:math/cblas
> +NETLIB_LIB_DEPENDS=    libcblas.so:math/cblas \
> +       libopenblas.so:math/openblas

This is weird. Is this a bug in numpy's build system or is there
really some function in openblas that is not implemented by cblas? We
should not force the install of a 200 MiB math package just because of
a bug in a Makefile.

Riggs


More information about the svn-ports-head mailing list