Skip to content

Commit

Permalink
update parallelproj to 1.9.0 (and require it)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Jun 18, 2024
1 parent ec7905b commit 542823b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## v3.8.0
- Updated Versions:
- parallelproj: 1.9.0 (contains a fix for truncation of the TOF kernel)

## v3.7.0
- Adds CCPi-Regularisation-Toolkit as prerequisite for CIL and reinstate unit tests
- Docker:
Expand Down
4 changes: 2 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ set(DEFAULT_NiftyPET_TAG 70b97da0a4eea9445e34831f7393947a37bc77e7)

## parallelproj
set(DEFAULT_parallelproj_URL https://github.com/gschramm/parallelproj)
set(DEFAULT_parallelproj_TAG v1.7.3)
set(DEFAULT_parallelproj_TAG v1.9.0)

## STIR
set(STIR_REQUIRED_VERSION "6.0.0")
Expand Down Expand Up @@ -284,7 +284,7 @@ set(NiftyPET_TAG ${DEFAULT_NiftyPET_TAG} CACHE STRING ON)

set(parallelproj_URL ${DEFAULT_parallelproj_URL} CACHE STRING ON)
set(parallelproj_TAG ${DEFAULT_parallelproj_TAG} CACHE STRING ON)
set(parallelproj_REQUIRED_VERSION "1.3.4")
set(parallelproj_REQUIRED_VERSION "1.9.0") # needed for TOF kernel fix

set(SIRF-Contribs_URL ${DEFAULT_SIRF-Contribs_URL} CACHE STRING ON)
set(SIRF-Contribs_TAG ${DEFAULT_SIRF-Contribs_TAG} CACHE STRING ON)
Expand Down

0 comments on commit 542823b

Please sign in to comment.