File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
- SIRF: a4d8cae6dd014194642d35e7fb9283e8da44a497 (10 July 2024)
7
7
- STIR: a9b18e0f346759ce81ebc0695d9b571079ab48f0 (9 July 2024)
8
8
- parallelproj: 1.9.1 (contains a fix for truncation of the TOF kernel)
9
- - CIL: b3d8ffeeec9413a3b54264e4097a445d2ef5b88b (29 June 2024)
9
+ - CIL: v24.1.0
10
10
11
11
## v3.7.0
12
12
- Adds CCPi-Regularisation-Toolkit as prerequisite for CIL and reinstate unit tests
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN if test "$BUILD_GPU" != 0; then \
32
32
sed -r -i -e '/^\s *- (cil|ccpi-regulariser).*/d' /opt/scripts/requirements.yml; \
33
33
fi \
34
34
&& conda config --env --set channel_priority strict \
35
- && for ch in defaults ccpi intel conda-forge; do conda config --env --add channels $ch; done \
35
+ && for ch in defaults ccpi conda-forge; do conda config --env --add channels $ch; done \
36
36
&& mamba env update -n base -f /opt/scripts/requirements.yml \
37
37
&& mamba clean --all -f -y && fix-permissions "${CONDA_DIR}" /home/${NB_USER}
38
38
Original file line number Diff line number Diff line change 1
1
name : base
2
2
channels :
3
3
- conda-forge
4
- - intel # cil
4
+ - https://software.repos. intel.com/python/conda # cil
5
5
- ccpi # cil
6
6
- defaults
7
7
dependencies :
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ git clone https://github.com/SyneRBI/SIRF-Exercises --recursive $INSTALL_DIR/SIR
15
15
cd $INSTALL_DIR /SIRF-Exercises
16
16
if [ " $PYTHON " = " miniconda" ]; then
17
17
if [ -f environment.yml ]; then
18
+ # remove the intel channel
19
+ sed -r -i -e ' /^\s*- (intel).*/d' environment.yml;
18
20
if test " ${BUILD_GPU:- 0} " ! = 0; then
19
21
# uncomment GPU deps
20
22
sed -r ' s/^(\s*)#\s*(- \S+.*#.*GPU.*)$/\1\2/' environment.yml > environment-sirf.yml
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ set(DEFAULT_JSON_TAG v3.11.3)
161
161
# CCPi CIL
162
162
# minimum supported version of CIL supported is > 22.1.0 or from commit a6062410028c9872c5b355be40b96ed1497fed2a
163
163
set (DEFAULT_CIL_URL https://github.com/TomographicImaging/CIL)
164
- set (DEFAULT_CIL_TAG b3d8ffeeec9413a3b54264e4097a445d2ef5b88b) # 29 June 2024
164
+ set (DEFAULT_CIL_TAG v24.1.0)
165
165
166
166
set (DEFAULT_CCPi-Regularisation-Toolkit_URL https://github.com/TomographicImaging/CCPi-Regularisation-Toolkit)
167
167
set (DEFAULT_CCPi-Regularisation-Toolkit_TAG "v24.0.1" )
You can’t perform that action at this time.
0 commit comments