[Bug 294330] shiboken6 does not build

[email protected]
Newsgroups gmane.comp.kde.freebsd
Message-ID <[email protected]/bugzilla/>
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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
                CC: [email protected], [email protected]

- Port: devel/shiboken6                                                         
  - Maintainer: [email protected]                                                 
  - 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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.