Skip to content

Commit

Permalink
Set CIL version to commit before CIL-ASTRA merge (#749)
Browse files Browse the repository at this point in the history
* Set CIL version to commit before CIL-ASTRA merge

CIL-ASTRA has been merged (and patched) into CIL code (after a lengthy relicensing procedure), so now, the SuperBuild installs CIL-ASTRA master on top of the right master CIL code, resulting in the error. https://github.com/SyneRBI/SIRF-SuperBuild/runs/7601445525?check_suite_focus=true

* add numba dependency
  • Loading branch information
paskino authored Aug 1, 2022
1 parent 2772354 commit 02d30f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
- VM:
- set BUILD_CIL=ON
- add CITATION.cff (and remove .zenodo.json)
- added numba as dependency in docker files
- updated versions:
- SIRF: 3.3.0
- STIR: 5.0.2
- parallelproj: v0.8
- CCPi Regularisation: v21.0.0
- CIL: v21.4.1 (CIL devel build to commit hash ef66083de231492f9571f5512b33068f6950e877 )


## v3.2.0
Expand Down
1 change: 1 addition & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ wget # CIL
six # CIL
olefile # CIL
git+https://github.com/data-exchange/dxchange.git # CIL
numba # CIL
pandas
tifffile
nibabel
Expand Down
1 change: 1 addition & 0 deletions docker/requirements_conda_forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ tigre
tomophantom=1.4.10
python-wget
dxchange
numba
2 changes: 1 addition & 1 deletion version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if (DEVEL_BUILD)

# CCPi CIL
set(DEFAULT_CIL_URL https://github.com/TomographicImaging/CIL.git)
set(DEFAULT_CIL_TAG origin/master)
set(DEFAULT_CIL_TAG ef66083de231492f9571f5512b33068f6950e877 )
set(DEFAULT_CIL-ASTRA_URL https://github.com/TomographicImaging/CIL-ASTRA.git)
set(DEFAULT_CIL-ASTRA_TAG origin/master)

Expand Down

0 comments on commit 02d30f8

Please sign in to comment.