numpy.distutils.ccompiler.CCompiler_customize_cmd
- distutils.ccompiler.CCompiler_customize_cmd(self, cmd, ignore=())[source]
-
Настройка компилятора с помощью команды distutils.
- Параметры:
-
- cmdэкземпляр класса
-
Экземпляр, наследующий от
distutils.cmd.Command. - ignoreпоследовательность str, необязательно
-
Список команд
distutils.ccompiler.CCompiler, (без'set_') которые не должны изменяться. Проверяемые строки:('include_dirs', 'define', 'undef', 'libraries', 'library_dirs', 'rpath', 'link_objects').
- Возвращает:
-
- None
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/generated/numpy.distutils.ccompiler.CCompiler_customize_cmd.html