web
web copied to clipboard
root.cern
In the explanation on how to source standalone ROOT, there is a problem with the path: https://root.cern/install/#standalone-root ```bash source /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.02/-almalinux9-.3-x86_64-gcc11-opt/bin/thisroot.sh ``` The correct path would be: ```bash source /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.02/x86_64-almalinux9.3-gcc114-opt/bin/thisroot.sh ```...
The original command contains packages which are virtual (see https://www.debian.org/doc/debian-policy/ch-binary.html#virtual-packages). Running the command gives the following message ```bash Note, selecting 'libglu1-mesa-dev' instead of 'xlibmesa-glu-dev' Note, selecting 'libgraphviz-dev' instead of 'graphviz-dev'...
Here, https://root.cern/cling/cling_build_instructions/, it is said: You can find our nightly binary snapshots [here](https://root.cern/download/cling/) But the latest nightly is from 2020. So this should be either removed or the CI release...
Fixes https://github.com/root-project/web/issues/953 Duplicate of Axels PR to get fresh CI results: https://github.com/root-project/web/pull/955
We agreed at the end of last year to have a code of conduct. The information about this is missing!
Point out that graphics of function-local objects disappears when the function ends.
See https://github.com/root-project/web/issues/942