Open traversaro opened 3 weeks ago
I'm not sure why we have the headers duplicated in include/pybind11
and include/python3.13/pybind11_global/pybind11
The "global" package installs both, we don't break it up further. We could just delete the python specific ones here, perhaps?
I was also confused why the headers in Windows were installed in %CONDA_PREFIX%/include
and not %CONDA_PREFIX%/Library/include
, but I guess this is because Python headers are installed in %CONDA_PREFIX%/include
.
Solution to issue cannot be found in the documentation.
Issue
PR https://github.com/conda-forge/pybind11-feedstock/pull/84 changed the
pybind11-global
package in to be anoarch: python
package, but it seems that contains headers that are installed ininclude/python3.13/
, see https://conda-metadata-app.streamlit.app/?q=conda-forge%2Fnoarch%2Fpybind11-global-2.13.6-pyh085cc03_1.conda .Installed packages
pybind11-global-2.13.6-pyh085cc03_1
Environment info
.