Opened 2 years ago
Last modified 8 months ago
#65411 assigned defect
py-pyside2: pkg-config and cmake files do not get installed
Reported by: | devernay (Frédéric Devernay) | Owned by: | pmetzger (Perry E. Metzger) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), i0ntempest | |
Port: | py-pyside2 |
Description
The pyside2 install does not contain pyside2.pc, shiboken2.pc, or any of the cmake files (PySide2Targets.cmake, PySide2Targets-release.cmake, PySide2Config.cmake, PySide2Config.cpython-310-darwin.cmake, PySide2ConfigVersion.cmake, Shiboken2Targets.cmake, Shiboken2Targets-release.cmake).
My guess is that these are installed by cmake, but the destroot-args from the Portfile has the --skip-cmake flag.
I couldn't find how to install those files with the package. Maybe someone has an idea? I'm not familiar with the python PortGroup.
Change History (3)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Cc: | pmetzger removed |
---|---|
Owner: | set to pmetzger |
Status: | new → assigned |
comment:2 Changed 8 months ago by i0ntempest
comment:3 Changed 8 months ago by i0ntempest
Cc: | i0ntempest added |
---|
Note: See
TracTickets for help on using
tickets.
Any news on this? I'm writing a new port that needs this port and these missing files are a big problem.