SyneRBI / SIRF-SuperBuild

SIRF CMake SuperBuild
http://www.ccpsynerbi.ac.uk
Apache License 2.0
15 stars 17 forks source link

revert to `conda` but with `libmamba` solver #839

Closed casperdcl closed 3 months ago

casperdcl commented 9 months ago

diff: https://github.com/SyneRBI/SIRF-SuperBuild/pull/839/files?w=1

casperdcl commented 9 months ago

What is the difference?

We rely one one less thing, don't have to add FAQs & docs for mamba everywhere, and the conda commands pple expect "just work"

KrisThielemans commented 9 months ago

This is failing on the conda env update --file environment.yml for 3 of the docker builds with (e.g. here

#58 89.21 Collecting package metadata (repodata.json): ...working... done
Error: The operation was canceled.

After 5 hours. Presumably the libmamba-solver didn't help. Sigh.

casperdcl commented 6 months ago

actually as per https://conda.org/blog/2023-11-06-conda-23-10-0-release we can just revert to plain conda>=23.10 now. No need to explicitly use mamba or the libmamba solver.

paskino commented 4 months ago

shall we close this @casperdcl ?

KrisThielemans commented 4 months ago

Yes please. Could do a new but simpler one later as conda now defaults to the mamba solver, but I personally see no good reason to do the effort.