mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
f7308a3f13
Fixes build failure with gcc-5.3 on i586. Enabled gsl and fftw by default, since they are both in Slackware. Moved from /usr/ROOT to /opt/ROOT. Script cleanups.
20 lines
833 B
Text
20 lines
833 B
Text
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.
|
|
|
|
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.
|
|
|
|
For mathmore support, run the SlackBuild script with MATHMORE=yes, and
|
|
for QT support, run the SlackBuild script with QT=yes, for example
|
|
|
|
MATHMORE=yes ./root.SlackBuild
|
|
|
|
Compilation takes quite a while.
|