Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 15:41:01 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515616 - head/graphics/caffe
Message-ID:  <201910251541.x9PFf1nj028843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251541.x9PFf1nj028843>