[Bug 294330] shiboken6 does not build
Date: Wed, 08 Apr 2026 11:09:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294330
Bug ID: 294330
Summary: shiboken6 does not build
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: delleceste@gmail.com
CC: kde@FreeBSD.org, python@FreeBSD.org
CC: kde@FreeBSD.org, python@FreeBSD.org
- Port: devel/shiboken6
- Maintainer: kde@FreeBSD.org
- Summary: devel/shiboken6: NUMPY_INCLUDE_DIR points to numpy/core/include,
broken with py-numpy 2.x (_core/include)
- Description: numpy 2.x moved headers from numpy/core/include to
numpy/_core/include. The NUMPY_CMAKE_ON line needs updating, and the dependency
should be math/py-numpy not
math/py-numpy1.
The diff to attach:
-NUMPY_BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
-NUMPY_RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
-NUMPY_CMAKE_ON=
-DNUMPY_INCLUDE_DIR:PATH="${PYTHON_SITELIBDIR}/numpy/core/include"
+NUMPY_BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
+NUMPY_RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
+NUMPY_CMAKE_ON=
-DNUMPY_INCLUDE_DIR:PATH="${PYTHON_SITELIBDIR}/numpy/_core/include"
--
You are receiving this mail because:
You are on the CC list for the bug.