Skip to content

Commit

Permalink
Doc: added documentation for ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM0412 committed Sep 19, 2023
1 parent 7b3331a commit 9355fd1
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
61 changes: 61 additions & 0 deletions docs/source/software/applications/ROOT/6/index.rst
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]>
10 changes: 10 additions & 0 deletions docs/source/software/applications/ROOT/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _ ROOT-index:

ROOT
=====

.. toctree::
:caption: Versions
:maxdepth: 1

6/index
1 change: 1 addition & 0 deletions docs/source/software/applications/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ and :ref:`Cronos <about_cronos>`) you can review the following entries:
wps/index
wrf/index
Geant4/index
ROOT/index

0 comments on commit 9355fd1

Please sign in to comment.