We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cvmfs
In the explanation on how to source standalone ROOT, there is a problem with the path: https://root.cern/install/#standalone-root
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:
source /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.02/x86_64-almalinux9.3-gcc114-opt/bin/thisroot.sh
This needs to be fixed in the creation of the root_stable_dir variable: https://github.com/root-project/web/pull/838/files
root_stable_dir
Alternatively, maybe one can just link to the release website of latest stable, where the cvmfs path is also listed explicitly.
The text was updated successfully, but these errors were encountered:
I'll check root_stable_dir
Sorry, something went wrong.
couet
No branches or pull requests
In the explanation on how to source standalone ROOT, there is a problem with the path:
https://root.cern/install/#standalone-root
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:
source /cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.02/x86_64-almalinux9.3-gcc114-opt/bin/thisroot.sh
This needs to be fixed in the creation of the
root_stable_dir
variable:https://github.com/root-project/web/pull/838/files
Alternatively, maybe one can just link to the release website of latest stable, where the
cvmfs
path is also listed explicitly.The text was updated successfully, but these errors were encountered: