summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'FindPython-version-validation-fix'Brad King2020-03-182-15/+67
|\ | | | | | | | | | | | | 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-172-15/+67
| | | | | | | | | | | | | | | | | | | | 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-053-3/+56
|/ | | | Fixes: #20362
* FindPython: python_add_library can now manage SOABI suffix.Marc Chevrier2020-03-031-0/+10
| | | | Fixes: #20408
* FindPython: reduces consumption of resourcesMarc Chevrier2020-02-101-0/+1
| | | | | | | Stores more information in the cache to reduce the number of sub-processes required on subsequent find_package calls. Fixes: #20337
* FindPython: Add variable Python_SOABIMarc Chevrier2020-01-092-0/+40
| | | | | | This variable holds the standard extension suffix for modules. Fixes: #20150
* FindPython: Extend virtual environment handling by considering condaSebastian Müller2019-12-216-0/+92
| | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111
* FindPython: customize failure messageMarc Chevrier2019-11-013-0/+98
|
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-023-0/+164
| | | | Fixes: #19492
* FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-243-1/+63
| | | | This variable will enable to specify will ABIs will be searched.
* 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-079-0/+134
| | | | | | | 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-035-0/+82
| | | | Fixes: #19097
* FindPython: Fix NumPy component include directoryMarc Chevrier2019-03-041-1/+1
| | | | | | | Update the component added by commit 513e77550d (FindPython: Introduce NumPy component, 2018-12-12, v3.14.0-rc1~95^2). The `numpy/` sub-directory should not be part of the include directory. It should be part of the `#include` line.
* FindPython: Introduce NumPy componentHiroshi Miura2019-01-244-63/+182
| | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* FindPython: Support script modeKyle Edwards2019-01-234-0/+13
| | | | Fixes: #18827
* FindPython: Test existence of imported targetsKyle Edwards2019-01-233-0/+24
|
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-208-0/+232
Fixes: #16142