-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Problems
- upstream channel changes (conda: use upstream intel channel #1866 <- Can't install CIL due to intel anaconda channel not existing, which is needed to supply the ipp package #1856)
- new
intelchannel sometimes timing out - running out of space at
ccpi - long installation command (lots of long
-c channel_name_or_URL)
Proposal
I've mirrored all ccpi packages as well as intel ipp-* packages for all platforms (linux-64,win-64,noarch,...) at https://tomography.stfc.ac.uk/conda.
This means installation can be as simple as:
conda install -c https://tomography.stfc.ac.uk/conda cil
- if not already in the user's default channel list, add
-c conda-forge- for optional deps, add e.g.
astra-toolbox=*=cuda* tigre ccpi-regulariser tomophantom ipywidgets
/CC @samtygier-stfc
- CI: GHA conda build & upload #1914
- update docs
-c https://tomography.stfc.ac.uk/condain lieu of-c https://software.repos.intel.com/python/conda -c ccpi- devs docs
anaconda -c ccpi(on master->dev, on tag->main)conda -c https://tomography.stfc.ac.uk/conda(on tag)
Reactions are currently unavailable