diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2023-06-26 04:31:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:31:48 +0200 |
commit | ce0b9ea8cf184c9048cac1ae88f2d69f0e4520c7 (patch) | |
tree | 4564ee74a70dcdb9b74c0f025a414ea033e0c0ad /bin | |
parent | c560053c39cc1e67136c60d5ed8b34d986f61eb7 (diff) | |
download | spack-ce0b9ea8cf184c9048cac1ae88f2d69f0e4520c7.tar.gz spack-ce0b9ea8cf184c9048cac1ae88f2d69f0e4520c7.tar.bz2 spack-ce0b9ea8cf184c9048cac1ae88f2d69f0e4520c7.tar.xz spack-ce0b9ea8cf184c9048cac1ae88f2d69f0e4520c7.zip |
acts: ensure Python_EXECUTABLE uses ^python when +python (#38540)
By default, `find_package(Python)` searches from highest version to lowest version, identifying the highest version that satisfies the requirements. This means that `/usr/bin/python3.11` will be found before `$(spack location -i python)/bin/python3.10`, even when other packages have been built with the `python` in spack.
This ensures that the `python` dependency is explicitly the `python` version that is used.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions