Skip to content

Commit

Permalink
Update TomoPhantom and CCPi regularisation tags (#813)
Browse files Browse the repository at this point in the history
* Update TomoPhantom and CCPi regularisation tags
closes #812
  • Loading branch information
paskino authored Sep 12, 2023
1 parent c7b6973 commit d858fda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- ISMRMRD: v1.13.2
- SIRF: v3.5.0
- CIL: 0ba2f8e2935db66ec3dfe8c88e407e8d0eb5609f
- CCPi-Regularisation: v22.0.0
- TomoPhantom: v2.0.0

## v3.4.0
- Removed CIL-ASTRA as it has been merged into CIL code base.
Expand Down
4 changes: 2 additions & 2 deletions SuperBuild/External_CCPi-Regularisation-Toolkit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ if(NOT ( DEFINED "USE_SYSTEM_${externalProjName}" AND "${USE_SYSTEM_${externalPr

set(${proj}_ROOT ${${proj}_SOURCE_DIR})
set(${proj}_INCLUDE_DIR ${${proj}_SOURCE_DIR})
add_test(NAME CIL_REGULARISATION_TEST_1
COMMAND ${PYTHON_EXECUTABLE} -m unittest discover -s test -p test_*.py
add_test(NAME CIL_REGULARISATION_TEST_CPU
COMMAND ${PYTHON_EXECUTABLE} -m unittest discover -s test -p test_CPU_*.py
WORKING_DIRECTORY ${${proj}_SOURCE_DIR})

else()
Expand Down
4 changes: 2 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ set(DEFAULT_astra-toolbox_TAG origin/master)

## TomoPhantom
set(DEFAULT_TomoPhantom_URL https://github.com/dkazanc/TomoPhantom )
set(DEFAULT_TomoPhantom_TAG v1.4)
set(DEFAULT_TomoPhantom_TAG v2.0.0)

## NiftyPET
set(DEFAULT_NiftyPET_URL https://github.com/pjmark/NIPET )
Expand All @@ -151,7 +151,7 @@ set(DEFAULT_CIL_URL https://github.com/TomographicImaging/CIL.git)
set(DEFAULT_CIL_TAG 0ba2f8e2935db66ec3dfe8c88e407e8d0eb5609f)

set(DEFAULT_CCPi-Regularisation-Toolkit_URL https://github.com/vais-ral/CCPi-Regularisation-Toolkit.git)
set(DEFAULT_CCPi-Regularisation-Toolkit_TAG "v21.0.0")
set(DEFAULT_CCPi-Regularisation-Toolkit_TAG "v22.0.0")

# CERN ROOT
set(DEFAULT_ROOT_URL https://github.com/root-project/root)
Expand Down

0 comments on commit d858fda

Please sign in to comment.