Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: ensure correct architecture (i.e. 32/64bit) is used | Marc Chevrier | 2018-04-20 | 1 | -5/+74 |
| | |||||
* | FindPython: Add cross-compilation support for Debian-based systems. | Yee Fan | 2018-04-18 | 1 | -15/+23 |
| | | | | | | | | | | | Debian-based Linux distributions locate their architecture-specific pythonX.Y-config tool at /usr/bin/<arch>-python<X.Y>-config. We first attempt to find and use the architecture-specific pythonX.Y-config tool. If the pythonX.Y-config tools are absent, then we proceed to find the architecture-specific Python libraries. Fixes: #17912 | ||||
* | FindPython: enhance multiple major versions lookup | Marc Chevrier | 2018-04-03 | 1 | -0/+9 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+843 |
Fixes: #16142 |