Skip to content

Commit c22d7ea

Browse files
committed
Merge #1000 (bump-tigre), #1001 (KUL-parallelproj)
2 parents 44cdaac + 84d90ba commit c22d7ea

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- SIRF: 6e429c2d1862057086720c543d220730feb3eecb (2026-05-12)
2020
- STIR: 6.4.0
2121
- TomoPhantom: 3.1.4
22+
- parallelproj: 2.0.5
23+
- CMake: 3.31.12
2224
- TIGRE: 3.1.3
2325
- CUDA: 12.9.2
2426

VirtualBox/scripts/INSTALL_CMake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
INSTALL_LOC=$1
1717
fi
1818
# default version, but can be set externally
19-
: ${ver=3.29.6}
19+
: ${ver=3.31.12}
2020

2121
echo "Downloading CMake $ver in /tmp"
2222
cd /tmp

docker/build_essential-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apt-get clean
2020
pushd $INSTALL_DIR
2121

2222
# CMake
23-
curl -o cmake.tgz -L https://github.com/Kitware/CMake/releases/download/v3.29.6/cmake-3.29.6-linux-x86_64.tar.gz
23+
curl -o cmake.tgz -L https://github.com/Kitware/CMake/releases/download/v3.31.12/cmake-3.31.12-linux-x86_64.tar.gz
2424
mkdir -p /usr/local
2525
pushd /usr/local
2626
tar xzf $INSTALL_DIR/cmake.tgz --strip 1

version_config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ set(DEFAULT_NiftyPET_URL https://github.com/pjmark/NIPET)
126126
set(DEFAULT_NiftyPET_TAG 70b97da0a4eea9445e34831f7393947a37bc77e7)
127127

128128
## parallelproj
129-
set(DEFAULT_parallelproj_URL https://github.com/gschramm/parallelproj)
130-
set(DEFAULT_parallelproj_TAG v1.10.2)
129+
set(DEFAULT_parallelproj_URL https://github.com/KUL-recon-lab/libparallelproj)
130+
set(DEFAULT_parallelproj_TAG v2.0.5)
131131

132132
## STIR
133133
# SIRF might work with STIR 6.3.0, but that version has a bug

0 commit comments

Comments
 (0)