-
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
Update TomoPhantom and CCPi regularisation tags #813
Merged
Merged
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7b5e56f
Update TomoPhantom and CCPi regularisation tags
paskino 3f18dca
Merge branch 'master' into update_ccpi_repos_tags
KrisThielemans dbca236
disable GPU tests
paskino 21ce6de
[docker] remove obsolete copying of gadgetron.xml
KrisThielemans 7e285c3
[GHA] clean-up some disk space first
KrisThielemans a9e5d55
[GHA] clear more docker images before saving
KrisThielemans d46a296
use environment.yml from SIRF-Exercise
paskino 2e295c7
Update CHANGES.md
paskino 42e5771
Use value of BUILD_TESTING_Gadgetron
KrisThielemans 523d2b6
remove python requirement for patching Gadgetron
KrisThielemans 053bdae
remove CMAKE_INCLUDE/LIBRARY_PATH in Gadgetron
KrisThielemans 59c9f4b
fix mamba install
casperdcl 5004488
suppress pip warning
casperdcl cfc92dd
Update version_config.cmake
paskino 92e0da6
Update CHANGES.md
paskino 998e31b
Update VM_version.txt
paskino fef68c6
Update Vagrantfile
paskino 84798be
disable CCPi regularisation unittests of CIL
paskino 2c1f7f8
disable build of CCPi Regularisation with CIL by default
paskino cdce881
[ci skip] Update CHANGES.md
paskino 893a655
remove comments
paskino 3fc68fa
[CMAKE] default DISABLE_MATLAB to ON
KrisThielemans 160a02e
remove obsolete version restriction for SciPy
KrisThielemans cfa66b4
Add SIRF/CIL integration tests
paskino e04bd69
Update CIL version
paskino 408a142
[ci skip] Update CHANGES.md
paskino 4090d04
Update version_config.cmake
paskino 68f5cec
use new CIL hash
paskino cc3ea5f
Merge branch 'master' into update_ccpi_repos_tags
paskino d0ed5b6
update changelog [ci skip]
paskino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
can't we discover if there's a GPU (I think we have a CMake variable for it)? If not, then this is fine.
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.
We have a variable
${${proj}_USE_CUDA}
but it only detects if CUDA SDK is present not the availability of a GPU.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.
At any rate this should be handled upstream, TomographicImaging/CCPi-Regularisation-Toolkit#177