CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/02/07 02:27:25
Modified files:
math/py-numpy : Makefile
lang/python/3 : python.port.mk
Log message:
cython picks up pythran at run time in some cases, resulting in DPB
failure if junking occurs. This was being avoided by adding a BDEP on
pythran to ports depending on cython. Change this to using nojunk
DPB_PROPERTIES instead as the pythran dep is fairly heavy to build
(using gfortran) and this on the path to building rust (via clang
-> py-sphinx -> py-stemmer -> cython) which is indirectly used by
a quarter of the ports tree.