svn commit: r515616 - head/graphics/caffe

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


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
  
  games/pachi-game-engine:
    In file included from caffe.cpp:12:
    In file included from /usr/local/include/caffe/caffe.hpp:9:
    In file included from /usr/local/include/caffe/filler.hpp:13:
    In file included from /usr/local/include/caffe/util/math_functions.hpp:11:
    /usr/local/include/caffe/util/mkl_alternate.hpp:14:10: fatal error: 'cblas.h' file not found
    #include <cblas.h>
  	   ^~~~~~~~~
  
  PR:		240937
  Reported by:	pkg-fallout

Modified:
  head/graphics/caffe/Makefile   (contents, props changed)

Modified: head/graphics/caffe/Makefile
==============================================================================
--- head/graphics/caffe/Makefile	Fri Oct 25 15:40:37 2019	(r515615)
+++ head/graphics/caffe/Makefile	Fri Oct 25 15:41:01 2019	(r515616)
@@ -2,7 +2,7 @@
 
 PORTNAME=	caffe
 PORTVERSION=	1.0
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 
 MAINTAINER=	eric at camachat.org
@@ -29,6 +29,7 @@ LIB_DEPENDS=	libsnappy.so:archivers/snappy \
 		libopenblas.so:math/openblas \
 		libhdf5.so:science/hdf5
 RUN_DEPENDS=	${PYNUMPY} \
+		${LOCALBASE}/include/cblas.h:math/cblas \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12:graphics/py-scikit-image@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR} \


More information about the svn-ports-head mailing list