svn commit: r515616 - head/graphics/caffe

Jan Beich jbeich at FreeBSD.org
Fri Oct 25 15:46:41 UTC 2019


Jan Beich <jbeich at FreeBSD.org> writes:

> Author: jbeich
> Date: Fri Oct 25 15:41:01 2019
> New Revision: 515616
> URL: https://svnweb.freebsd.org/changeset/ports/515616
>
> Log:
>   graphics/caffe: unbreak consumers after r515313
[...]
>  RUN_DEPENDS=	${PYNUMPY} \
> +		${LOCALBASE}/include/cblas.h:math/cblas \

OpenBLAS has its own <cblas.h>. Bug 231371 has the proper fix.
`post-configure` in math/hmat-oss is an example of how bad
the statu quo is i.e., <cblas.h> from OpenBLAS has extensions
that are not available in the reference implementation.


More information about the svn-ports-head mailing list