Skip to content

Commit

Permalink
Update to STIR 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed May 16, 2024
1 parent 276813f commit 8505aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- CMake:
- only pass through `OpenMP*LIBRARY` variables if set, and add OpenMP_iomp_LIBRARY to the list (for Intel compiler)
- updated versions:
- STIR: v6.1.0

## v3.6.0
- build the STIR native Python interface by default (STIR_BUILD_SWIG_PYTHON=ON). You can still switch this off.
Expand Down
4 changes: 2 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ set(DEFAULT_parallelproj_URL https://github.com/gschramm/parallelproj)
set(DEFAULT_parallelproj_TAG v1.7.3)

## STIR
set(STIR_REQUIRED_VERSION "5.1.0")
set(STIR_REQUIRED_VERSION "6.0.0")
set(DEFAULT_STIR_URL https://github.com/UCL/STIR)
set(DEFAULT_STIR_TAG rel_6.0.0)
set(DEFAULT_STIR_TAG rel_6.1.0)

## SIRF
set(DEFAULT_SIRF_URL https://github.com/SyneRBI/SIRF)
Expand Down

0 comments on commit 8505aa0

Please sign in to comment.