Skip to content
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

set STIR and SIRF tag to most recent on 10 Jul 2024 #919

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## v3.8.0
- Removed ACE as no longer needed by Gadgetron
- Updated Versions:
- SIRF: 81f5c0a7878ed60577ee526abf8d0cd2b64e334f (20 June 2024)
- STIR: 12bfa873522653936a4818e9bad9b9da41f11706 (20 June 2024)
- SIRF: a4d8cae6dd014194642d35e7fb9283e8da44a497 (10 July 2024)
- STIR: a9b18e0f346759ce81ebc0695d9b571079ab48f0 (9 July 2024)
- parallelproj: 1.9.1 (contains a fix for truncation of the TOF kernel)
- CIL: b3d8ffeeec9413a3b54264e4097a445d2ef5b88b (29 June 2024)

Expand Down
4 changes: 2 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ set(DEFAULT_parallelproj_TAG v1.9.1)
## STIR
set(STIR_REQUIRED_VERSION "6.0.0")
set(DEFAULT_STIR_URL https://github.com/UCL/STIR)
set(DEFAULT_STIR_TAG 12bfa873522653936a4818e9bad9b9da41f11706)
set(DEFAULT_STIR_TAG a9b18e0f346759ce81ebc0695d9b571079ab48f0)

## SIRF
set(DEFAULT_SIRF_URL https://github.com/SyneRBI/SIRF)
set(DEFAULT_SIRF_TAG 81f5c0a7878ed60577ee526abf8d0cd2b64e334f)
set(DEFAULT_SIRF_TAG a4d8cae6dd014194642d35e7fb9283e8da44a497)

## pet-rd-tools
set(DEFAULT_pet_rd_tools_URL https://github.com/UCL/pet-rd-tools)
Expand Down
Loading