git: 9898f4963450 - main - science/py-tensorflow: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 10:28:02 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=9898f4963450a521dbe96e9c466746d4321ab88f commit 9898f4963450a521dbe96e9c466746d4321ab88f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 10:27:47 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 10:27:47 +0000 science/py-tensorflow: Add CPE information Approved by: portmgr (blanket) --- science/py-tensorflow/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 75b162628505..87c608f148fd 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -52,7 +52,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl>=0.7.0:devel/py-absl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11.2:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ shebangfix jpeg ssl compiler:c++17-lang +USES= cpe python:3.7+ shebangfix jpeg ssl compiler:c++17-lang +CPE_VENDOR= google SHEBANG_GLOB= *.py USE_GITHUB= yes USE_PYTHON= distutils