Package Details: pybind11-git v2.11.0.r55.ge250155-1

Git Clone URL: https://aur.archlinux.org/pybind11-git.git (read-only, click to copy)
Package Base: pybind11-git
Description: A lightweight header-only library that exposes C++ types in Python and vice versa-git
Upstream URL: https://pybind11.readthedocs.org/
Licenses: BSD
Conflicts: pybind11
Provides: pybind11
Submitter: japm48
Maintainer: greyltc
Last Packager: greyltc
Votes: 0
Popularity: 0.000000
First Submitted: 2021-07-31 03:33 (UTC)
Last Updated: 2023-11-15 05:43 (UTC)

Required by (199)

Sources (2)

Latest Comments

daizhirui commented on 2023-10-16 08:11 (UTC)

PKGBUILD is still using setup.py

japm48 commented on 2023-02-27 13:44 (UTC) (edited on 2023-02-27 13:44 (UTC) by japm48)

Thanks for the info! I updated the package to use cmake instead of setup.py

Now it should work again

bemu commented on 2023-02-08 18:14 (UTC)

If someone has the following error:

CMake Error in src/python_pybind11/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

I got it fixed by building the package via cmake instead of using setup.py . The PKGBUILD I used can be found here: https://github.com/muellerbernd/my_arch_packages/blob/master/pybind11/PKGBUILD