Date: Fri, 26 Jun 2026 20:54:07 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ba553b6265c - main - science/py-tensorflow: Fix USE_PYTHON=cython usage Message-ID: <6a3ee6ef.1e82b.265efffc@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ba553b6265cf34d06b861cd376a4246b396a651 commit 8ba553b6265cf34d06b861cd376a4246b396a651 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-06-26 20:47:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-06-26 20:47:50 +0000 science/py-tensorflow: Fix USE_PYTHON=cython usage Approved by: portmgr (blanket) With hat: python --- science/py-tensorflow/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index 127fd46aa50f..bf145dab1426 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -22,7 +22,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-tools>=1.22.0:devel/py-grpcio-tools ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ bash:shells/bash \ bazel:devel/bazel7 \ - cython:lang/cython \ git:devel/git \ patchelf:sysutils/patchelf \ pybind11>=2.6.2:devel/pybind11 \ @@ -64,7 +63,7 @@ JAVA_VENDOR= openjdk USE_CXXSTD= c++17 USE_GITHUB= yes USE_PERL5= build -USE_PYTHON= distutils +USE_PYTHON= cython distutils SHEBANG_GLOB= *.pyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee6ef.1e82b.265efffc>
