-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add CCPi CIL to SuperBuild #1
base: master
Are you sure you want to change the base?
Conversation
Adds CCPi-Framework and CCPi-RGL requires additional packages: cython
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.
regularisers config will break on Windows. just disable I guess.
This PR should go to the main repo, no tthe hackathon one.
some commits here and changes that shouldn't be here (e.g. the glog change)
set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${SUPERBUILD_INSTALL_DIR}) | ||
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} ${SUPERBUILD_INSTALL_DIR}) | ||
|
||
set(ENV{CIL_VERSION} 0.10.1) |
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.
not sure why an env variable. and shouldn't it be in version_config.cmake ? also some hard-wired 0.10.1 below
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.
This is for a silly reason on the CCPi package. It should be removed from it, but it's needed for the time being.
# Author: Kris Thielemans | ||
# Author: Edoardo Pasca | ||
# Copyright 2017 University College London | ||
# Copyright 2017 STFC |
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.
dates
|
||
# CCPi CIL | ||
set(DEFAULT_CCPi-Framework_URL https://github.com/vais-ral/CCPi-Framework.git) | ||
set(DEFAULT_CCPi-Framework_TAG origin/master) |
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.
really master
?
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.
I'm removing it in favour of a specific tag.
This gets superseded by SyneRBI/SIRF-SuperBuild#154 |
Requires
cython