-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
PYTHON_DEST fixes #623
PYTHON_DEST fixes #623
Conversation
We passed PYTHON_DEST_DIR to SIRF and TomoPhantom. However, when it is set, this would write in /. Fix is to pass PYTHON_DEST (which defaults to CMAKE_INSTALL_PREFIX/python)
lines related to PYTHON_DEST and PYTHON_STRATEGY were copied here but potentially overwrote what was set in SuperBuild.cmake
@paskino @evgueni-ovtchinnikov can we merge this? I think it looks great 😄 |
same trouble persist on my VM, I am afraid: |
I don't understand, and will have a look later. I notice
that's bound to give problems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. Significantly simplifies the code and it's all green!
changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a comment on Python needed in the installation instructions
fixes problem when PYTHON_DEST_DIR (or CMAKE_INSTALL_PREFIX?) isn't set
fixes SyneRBI/SIRF#1020