We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindPython
FindPythonLibs
Python support has changed dramatically in CMake, so we need to update our files
STIR/src/swig/CMakeLists.txt
Lines 94 to 99 in aae4c92
It would for instance enable pypy support since CMake 3.18.1 (https://cmake.org/cmake/help/v3.18/module/FindPython.html)
Unfortunately it means handling differences between PYTHON_EXECUTABLE and Python_EXECUTABLE, see also SyneRBI/SIRF-SuperBuild#313
PYTHON_EXECUTABLE
Python_EXECUTABLE
The text was updated successfully, but these errors were encountered:
This was done in #985
Sorry, something went wrong.
No branches or pull requests
Python support has changed dramatically in CMake, so we need to update our files
STIR/src/swig/CMakeLists.txt
Lines 94 to 99 in aae4c92
It would for instance enable pypy support since CMake 3.18.1 (https://cmake.org/cmake/help/v3.18/module/FindPython.html)
Unfortunately it means handling differences between
PYTHON_EXECUTABLE
andPython_EXECUTABLE
, see also SyneRBI/SIRF-SuperBuild#313The text was updated successfully, but these errors were encountered: