Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 12:52:56 +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: r523805 - head/graphics/caffe
Message-ID:  <202001221252.00MCqubG078112@repo.freebsd.org>

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



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