aboutsummaryrefslogtreecommitdiff
path: root/academic/root/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/root/README')
-rw-r--r--academic/root/README26
1 files changed, 13 insertions, 13 deletions
diff --git a/academic/root/README b/academic/root/README
index c8beb68da7717..ca62905ea0100 100644
--- a/academic/root/README
+++ b/academic/root/README
@@ -1,20 +1,20 @@
ROOT - A data analysis framework.
-ROOT is a data analysis framework used mostly, but not limited to,
-high energy physics. It was written in C++ by the techs at CERN to
-explore the benefits of object oriented programming in physics data
-analysis. It consists of libraries, CINT or cling interpreter for
-C/C++, plotting interface and powerful parellel processing support.
-It is the preferred choice in many laboratories.
+ROOT provides a set of frameworks with the functionality needed to
+handle and analyze large amounts of data in an efficient way. It
+includes specialized storage methods such as histograms, curve
+fitting, function evaluation, minimization, graphics, visualization
+classes; the C++ interpreter cling for fast prototyping; and powerful
+parallel processing support.
-It comes with A LOT of different options for compilation. And it
+It comes with a lot of different options for compilation. And it
seems impossible to stress all of them in this one script. Therefore
-the potential user is strongly advised to check the configure
-script.
+the potential user is strongly advised to check the cmake command
+arguments.
-For mathmore support, run the SlackBuild script with MATHMORE=yes, and
-for QT support, run the SlackBuild script with QT=yes, for example
+Compilation takes quite a while, thus consider to build ROOT like that:
+# MAKEFLAGS=-j5 ./root.SlackBuild
- MATHMORE=yes ./root.SlackBuild
+REQUIREMENTS: gl2ps libAfterImage numpy3 tbb ftgl
-Compilation takes quite a while.
+NOTE: ROOT's python TMVA requires numpy3 built over blas.