Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 12:00:39 +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: 7011df8027a6 - main - math/py-python-fcl: Change USE_PYTHON from cython to cython0
Message-ID:  <6968d6e7.3a439.555848de@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=7011df8027a637e415e52096167577b485826e44

commit 7011df8027a637e415e52096167577b485826e44
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:09 +0000

    math/py-python-fcl: Change USE_PYTHON from cython to cython0
    
    PR:             291778
---
 math/py-python-fcl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-python-fcl/Makefile b/math/py-python-fcl/Makefile
index d93ffbfdbefd..5faf1f12e21e 100644
--- a/math/py-python-fcl/Makefile
+++ b/math/py-python-fcl/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYNUMPY}
 
 USES=		compiler:c++11-lang eigen:3 python
 
-USE_PYTHON=	distutils autoplist concurrent cython
+USE_PYTHON=	autoplist concurrent cython0 distutils
 
 PYDISTUTILS_BUILD_TARGET=	build_ext
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6e7.3a439.555848de>