Marc Chevrier
1f39a679e1
FindPython*: Add missing registry paths
...
Fixes : #18443
2018-10-11 14:13:31 -04:00
Marc Chevrier
96a526b135
FindPython*: fix erroneous handling of virtual environments
...
fixes : #18408
2018-10-02 11:09:45 +02:00
Marc Chevrier
e985623fd5
FindPython*: Windows: add facility to select lookup order for registry.
...
Fixes : #18302
2018-09-12 10:04:05 +02:00
Marc Chevrier
cde14ede5f
FindPython*: MacOS: Fix erroneous handling of Frameworks.
...
Fixes : #18204
2018-09-12 10:04:04 +02:00
Marc Chevrier
189eae0682
FindPython: clean-up lookup names strategy
2018-09-12 10:04:04 +02:00
Marc Chevrier
3afc065f5d
FindPython*: fix erroneous behavior on multiple 'find_package' calls
...
Fixes : #18192
2018-07-23 11:08:16 -04:00
Marcel Plch
b98834fae7
FindPython: Add support for version 3.8
...
Python 3.7 is about to be released, making the development version 3.8.
2018-06-08 09:42:18 -04:00
luz.paz
104125d800
Fix misc. typos
...
Found via `codespell` and `grep`
2018-06-04 10:32:49 -04:00
Marc Chevrier
1502b65ef4
FindPython: ensure correct architecture (i.e. 32/64bit) is used
2018-04-20 14:30:32 +02:00
Yee Fan
3b1d4f97ae
FindPython: Add cross-compilation support for Debian-based systems.
...
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
2018-04-19 02:53:46 +08:00
Marc Chevrier
297d7a3851
FindPython: enhance multiple major versions lookup
2018-04-03 09:41:19 +02:00
Marc Chevrier
780bfef533
FindPython*: New implementation for Python stuff
...
Fixes : #16142
2018-03-20 09:29:44 +01:00