mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
@@ -125,38 +125,28 @@ This module will set the following variables in your project
|
||||
``Python_STDLIB``
|
||||
Standard platform independent installation directory.
|
||||
|
||||
Information returned by
|
||||
``distutils.sysconfig.get_python_lib(plat_specific=False,standard_lib=True)``
|
||||
or else ``sysconfig.get_path('stdlib')``.
|
||||
Information returned by ``sysconfig.get_path('stdlib')``.
|
||||
``Python_STDARCH``
|
||||
Standard platform dependent installation directory.
|
||||
|
||||
Information returned by
|
||||
``distutils.sysconfig.get_python_lib(plat_specific=True,standard_lib=True)``
|
||||
or else ``sysconfig.get_path('platstdlib')``.
|
||||
Information returned by ``sysconfig.get_path('platstdlib')``.
|
||||
``Python_SITELIB``
|
||||
Third-party platform independent installation directory.
|
||||
|
||||
Information returned by
|
||||
``distutils.sysconfig.get_python_lib(plat_specific=False,standard_lib=False)``
|
||||
or else ``sysconfig.get_path('purelib')``.
|
||||
Information returned by ``sysconfig.get_path('purelib')``.
|
||||
``Python_SITEARCH``
|
||||
Third-party platform dependent installation directory.
|
||||
|
||||
Information returned by
|
||||
``distutils.sysconfig.get_python_lib(plat_specific=True,standard_lib=False)``
|
||||
or else ``sysconfig.get_path('platlib')``.
|
||||
Information returned by ``sysconfig.get_path('platlib')``.
|
||||
|
||||
``Python_SOABI``
|
||||
.. versionadded:: 3.17
|
||||
|
||||
Extension suffix for modules.
|
||||
|
||||
Information computed from ``distutils.sysconfig.get_config_var('EXT_SUFFIX')``
|
||||
or ``distutils.sysconfig.get_config_var('SOABI')`` or
|
||||
``python3-config --extension-suffix``. If package ``distutils.sysconfig`` is
|
||||
not available, ``sysconfig.get_config_var('EXT_SUFFIX')`` or
|
||||
``sysconfig.get_config_var('SOABI')`` are used.
|
||||
Information computed from ``sysconfig.get_config_var('EXT_SUFFIX')`` or
|
||||
``sysconfig.get_config_var('SOABI')`` or
|
||||
``python3-config --extension-suffix``.
|
||||
|
||||
``Python_SOSABI``
|
||||
.. versionadded:: 3.26
|
||||
|
||||
Reference in New Issue
Block a user