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

Olivier Duchateau olivierd at freebsd.org
Sat Jul 2 15:24:04 UTC 2016


On Thu, 30 Jun 2016 20:02:44 +0200
Thomas Zander <riggs at freebsd.org> wrote:

> 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.

No, it's not bug in Numpy, rather in QA script.
Numpy detects perfectly Openblas during build process, and Openblas comes from math/suitesparse (which is set by default).

> 
> Riggs


-- 
Olivier Duchateau <olivierd at freebsd.org>


More information about the svn-ports-head mailing list