pybind11/tools
Stefano Rivera bdec573794 Use sysconfig in Python >= 3.10 (#3764)
* Use sysconfig in Python >= 3.10

Rely on sysconfig for installation paths for Python >= 3.10. distutils
has been deprecated and will be removed.

Fixes: #3677

* Explicitly select the posix_prefix scheme for platinclude on Debian

Debian's default scheme is posix_local, for installing locally-built
packages to /usr/local/.  We want to find the Python headers in /usr/,
so search posix_prefix.
2022-03-02 17:27:23 -05:00
..
FindCatch.cmake fix: minor CMake warning fix for unused variable (#3718) 2022-03-02 17:27:23 -05:00
FindEigen3.cmake style: avoid using unintialized variables (#2806) 2021-01-19 18:48:22 -05:00
FindPythonLibsNew.cmake Use sysconfig in Python >= 3.10 (#3764) 2022-03-02 17:27:23 -05:00
check-style.sh Add shellcheck style checking (#3114) 2021-07-14 16:52:13 -04:00
cmake_uninstall.cmake.in format: include .in files 2020-08-06 11:54:41 -04:00
libsize.py maint(precommit): Apply isort (#3195) 2021-08-13 12:37:05 -04:00
make_changelog.py maint(precommit): Apply isort (#3195) 2021-08-13 12:37:05 -04:00
pybind11Common.cmake fix: do not use LTS on mips64 and ppc64le (#3557) 2021-12-21 15:42:34 -05:00
pybind11Config.cmake.in docs: Correct minor typos (#3721) 2022-03-02 17:27:23 -05:00
pybind11NewTools.cmake fix: module extension detection for python 3.10 (#3663) 2022-01-31 11:10:45 -05:00
pybind11Tools.cmake fix(build): support conan's multiple includes of all files (#3420) 2021-10-27 15:06:02 -04:00
pyproject.toml ci: releases (#2530) 2020-09-30 15:48:08 -04:00
setup_global.py.in Splitting out pybind11/stl/filesystem.h. (#3077) 2021-07-08 09:02:48 -07:00
setup_main.py.in feat(package): support pipx run (#3117) 2021-07-15 15:01:29 -04:00