Skip to content
New issue

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

Revert "Remove mention of the conda nightlies" #949

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions install/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,22 @@ If you have access to LCG, as it is the case on LXPLUS, for example, ROOT nightl
source /cvmfs/sft.cern.ch/lcg/views/dev3/latest/<Platform+compiler>/setup.sh
```
- To get a ROOT version a few days old, replace `latest` with the desired day.

## Conda package

ROOT nightly builds are available as conda packages hosted on our website.
To create a new conda environment with the latest ROOT build, you can use:

```
conda create -n root-nightly -c https://root.cern/download/conda-nightly/latest -c conda-forge root-nightly
```

You can then activate this environment with

```
conda activate root-nightly
```

More instructions about using the ROOT conda package are available in [this blog post](https://iscinumpy.gitlab.io/post/root-conda/).

Please report any issues with the conda package [here](https://github.com/conda-forge/root-feedstock){:target="\_blank"}.