[Bug 294330] shiboken6 does not build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 8 12:09:43 BST 2026
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 at FreeBSD.org
Reporter: delleceste at gmail.com
CC: kde at FreeBSD.org, python at FreeBSD.org
CC: kde at FreeBSD.org, python at FreeBSD.org
- Port: devel/shiboken6
- Maintainer: kde at 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.
More information about the kde-freebsd
mailing list