1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

misc/mxnet: Python is only needed for build.

This commit is contained in:
Yuri Victorovich 2019-12-15 20:11:57 +00:00
parent 4c97c93c34
commit b5ebf09aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520198

View File

@ -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: