Closed YanzhaoW closed 3 months ago
Hi @jose-luis-rs . It's ready to be merged.
Hi @YanzhaoW
Let me know if you want to change/update something wrt this message:
==> WARNING: A newer version of conda exists. <== current version: 23.5.2 latest version: 24.7.1
Please update conda by running
$ conda update -n base -c defaults conda
Or to minimize the number of packages updated during conda update use
conda install conda=24.7.1
@jose-luis-rs
Thanks for the info. I will update the conda version directly from the container. So there is no need to do any change in this PR regarding this.
Purpose
Adding conan package manager to R3BRoot such that users can freely utilize popular C++ packages without waiting for updates from FairSoft.
By default, conan package manager is not enabled. To enable it, users have to configure cmake with cmake presets (in project root folder):
This PR is one part of the PR #890. Other parts will be presented in the following PRs.
Any reviews and comments are welcome.
Checklist:
dev
branch