svn commit: r523805 - head/graphics/caffe

Jan Beich jbeich at FreeBSD.org
Wed Jan 22 12:52:56 UTC 2020


Author: jbeich
Date: Wed Jan 22 12:52:55 2020
New Revision: 523805
URL: https://svnweb.freebsd.org/changeset/ports/523805

Log:
  graphics/caffe: drop math/cblas dependency after r523749
  
  PR:		231371 240937

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

Modified: head/graphics/caffe/Makefile
==============================================================================
--- head/graphics/caffe/Makefile	Wed Jan 22 12:44:09 2020	(r523804)
+++ head/graphics/caffe/Makefile	Wed Jan 22 12:52:55 2020	(r523805)
@@ -2,7 +2,7 @@
 
 PORTNAME=	caffe
 PORTVERSION=	1.0
-PORTREVISION=	29
+PORTREVISION=	30
 CATEGORIES=	graphics
 
 MAINTAINER=	eric at camachat.org
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 CONFLICTS_INSTALL=	caffe2-*
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${LOCALBASE}/include/cblas.h:math/cblas \
 		bash:shells/bash
 LIB_DEPENDS=	libsnappy.so:archivers/snappy \
 		libleveldb.so:databases/leveldb \
@@ -29,7 +28,6 @@ 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-all mailing list