svn commit: r520198 - head/misc/mxnet

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 15 20:11:57 UTC 2019


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:


More information about the svn-ports-all mailing list