Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 20:11:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520198 - head/misc/mxnet
Message-ID:  <201912152011.xBFKBviQ093886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 15 20:11:57 2019
New Revision: 520198
URL: https://svnweb.freebsd.org/changeset/ports/520198

Log:
  misc/mxnet: Python is only needed for build.

Modified:
  head/misc/mxnet/Makefile

Modified: head/misc/mxnet/Makefile
==============================================================================
--- head/misc/mxnet/Makefile	Sun Dec 15 20:10:23 2019	(r520197)
+++ head/misc/mxnet/Makefile	Sun Dec 15 20:11:57 2019	(r520198)
@@ -3,6 +3,7 @@
 PORTNAME=	mxnet
 DISTVERSION=	1.6.0
 DISTVERSIONSUFFIX=	.rc0
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -41,7 +42,7 @@ OPTIONS_SUB=		yes
 
 CPP_DESC=		Install the C++ binding (cpp-package)
 CPP_CMAKE_BOOL=		USE_CPP_PACKAGE
-CPP_USES=		python
+CPP_USES=		python:build
 CPP_VARS=		BINARY_ALIAS=python=${PYTHON_CMD}
 
 post-patch:



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