summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'FindPython-version-validation-fix'Brad King2020-03-181-3/+53
|\ | | | | | | | | | | | | cc7f116cb4 FindPython: fix regression on version validation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4492
| * FindPython: fix regression on version validationMarc Chevrier2020-03-171-3/+53
| | | | | | | | | | | | | | | | | | | | In commit 3dab4682f6 (FindPython: reduces consumption of resources, 2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python executable version validation when the "LOCATION" strategy is used with the plain `FindPython` module. Fix the logic and add test cases covering those combinations. Fixes: #20465
* | FindPython: Add possibility to control scope of artifacts.Marc Chevrier2020-03-051-0/+29
|/ | | | Fixes: #20362
* FindPython: Add variable Python_SOABIMarc Chevrier2020-01-091-0/+28
| | | | | | This variable holds the standard extension suffix for modules. Fixes: #20150
* FindPython: Extend virtual environment handling by considering condaSebastian Müller2019-12-211-0/+13
| | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111
* FindPython: customize failure messageMarc Chevrier2019-11-011-0/+14
|
* FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-021-0/+13
| | | | Fixes: #19492
* FindPython: Implement lookup strategies.Marc Chevrier2019-05-211-6/+26
| | | | | | | Configration variable Python_FIND_STRATEGY controls the lookup startegy. Possible values are LOCATION and VERSION. Fixes: #19159
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+22
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-0/+11
| | | | Fixes: #19097
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-241-63/+88
| | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+69
Fixes: #16142