-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
.. _ROOT-6: | ||
|
||
|
||
ROOT 6 | ||
=========== | ||
|
||
.. contents:: Table of Contents | ||
|
||
Basic information | ||
----------------- | ||
|
||
- **Official Website:** https://root.cern/ | ||
- **Install page:** https://root.cern/install/ | ||
- **Installed on:** APOLO II | ||
|
||
Tested on (Requirements) | ||
------------------------ | ||
|
||
- **OS base:** Rocky Linux 8.5 (x86_64) :math:`\boldsymbol{\ge}` 8 | ||
|
||
- **Compiler** GCC 9.3.0 | ||
|
||
Installation | ||
------------- | ||
|
||
#. First of all, we need to load the following module for the compilation | ||
|
||
.. code-block:: bash | ||
$ module load python/3.9_miniconda-4.10.3 | ||
#. Then, we create a conda environment | ||
|
||
.. code-block:: bash | ||
$ conda config --set channel_priority strict | ||
$ conda create -c conda-forge --name <my-environment> root | ||
.. note:: | ||
|
||
Replace <my-environment> for a proper name for the environment. | ||
|
||
#. Then, we activate the environment in order to use ROOT | ||
|
||
.. code-block:: bash | ||
$ conda activate <my-environment> | ||
#. Now we are ready to use ROOT. | ||
|
||
.. code-block:: bash | ||
$ root | ||
.. note:: | ||
|
||
Always that we want to use ROOT, we must activate the environment. | ||
|
||
:Author: | ||
|
||
- Juan Manuel Gómez <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _ ROOT-index: | ||
|
||
ROOT | ||
===== | ||
|
||
.. toctree:: | ||
:caption: Versions | ||
:maxdepth: 1 | ||
|
||
6/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters