Date: Sat, 6 May 2017 04:35:15 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440215 - head/graphics/caffe Message-ID: <201705060435.v464ZFCH043822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 6 04:35:15 2017 New Revision: 440215 URL: https://svnweb.freebsd.org/changeset/ports/440215 Log: - Update to 1.0 PR: 218785 Submitted by: maintainer Modified: head/graphics/caffe/Makefile head/graphics/caffe/distinfo head/graphics/caffe/pkg-plist Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/Makefile Sat May 6 04:35:15 2017 (r440215) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= caffe -PORTVERSION= 1.0.0.r5 -PORTREVISION= 3 +PORTVERSION= 1.0 CATEGORIES= graphics MAINTAINER= eric@camachat.org @@ -11,6 +10,8 @@ COMMENT= Fast open framework for deep le LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= caffe2-* + BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${LOCALBASE}/include/cblas.h:math/cblas \ @@ -49,7 +50,6 @@ PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SI GH_ACCOUNT= BVLC USE_GITHUB= yes -GH_TAGNAME= rc5 post-extract: @${CP} -v ${.CURDIR}/files/Makefile.config ${WRKSRC}/ Modified: head/graphics/caffe/distinfo ============================================================================== --- head/graphics/caffe/distinfo Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/distinfo Sat May 6 04:35:15 2017 (r440215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489879004 -SHA256 (BVLC-caffe-1.0.0.r5-rc5_GH0.tar.gz) = 06592aa8f5254335df3e244dafacc15765e2c60479b4bf2e7c887e8e023802fb -SIZE (BVLC-caffe-1.0.0.r5-rc5_GH0.tar.gz) = 8505332 +TIMESTAMP = 1492721930 +SHA256 (BVLC-caffe-1.0_GH0.tar.gz) = 71d3c9eb8a183150f965a465824d01fe82826c22505f7aa314f700ace03fa77f +SIZE (BVLC-caffe-1.0_GH0.tar.gz) = 8511397 Modified: head/graphics/caffe/pkg-plist ============================================================================== --- head/graphics/caffe/pkg-plist Sat May 6 04:03:36 2017 (r440214) +++ head/graphics/caffe/pkg-plist Sat May 6 04:35:15 2017 (r440215) @@ -15,7 +15,7 @@ bin/convert_mnist_data bin/upgrade_net_proto_binary bin/extract_features lib/libcaffe.a -lib/libcaffe.so.1.0.0-rc5 +lib/libcaffe.so.1.0.0 lib/libcaffe.so include/caffe/blob.hpp include/caffe/layer.hpp @@ -136,9 +136,11 @@ include/caffe/test/test_caffe_main.hpp %%PYTHON_SITELIBDIR%%/caffe/test/test_net.py %%PYTHON_SITELIBDIR%%/caffe/test/test_python_layer_with_param_str.py %%PYTHON_SITELIBDIR%%/caffe/test/test_net_spec.py +%%PYTHON_SITELIBDIR%%/caffe/test/test_nccl.py %%PYTHON_SITELIBDIR%%/caffe/test/test_io.py %%PYTHON_SITELIBDIR%%/caffe/test/test_python_layer.py %%PYTHON_SITELIBDIR%%/caffe/test/test_layer_type_list.py +%%PYTHON_SITELIBDIR%%/caffe/test/test_draw.py %%PYTHON_SITELIBDIR%%/caffe/test/test_coord_map.py %%PYTHON_SITELIBDIR%%/caffe/net_spec.py %%PYTHON_SITELIBDIR%%/caffe/classifier.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060435.v464ZFCH043822>