diff options
author | Jože Zobec <jozze.zepl@gmail.com> | 2012-12-18 00:22:52 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-18 00:23:15 +0100 |
commit | d09d9f85a046796effdac096e59dc703a91ace18 (patch) | |
tree | 40ce64a490170c7aeb0d0298c23bbd2eae018a92 /academic/root/README | |
parent | 528caab66f31c8e9960d0c6494736c83c431716c (diff) | |
download | slackbuilds-d09d9f85a046796effdac096e59dc703a91ace18.tar.gz |
academic/root: Added (data analysis framework).
(changed PREFIX from /usr to /usr/ROOT -with profile.d scripts
and ld.so.conf- moved python stuff, use system libs --ponce)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/root/README')
-rw-r--r-- | academic/root/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/academic/root/README b/academic/root/README new file mode 100644 index 0000000000..fd6cfdc83d --- /dev/null +++ b/academic/root/README @@ -0,0 +1,35 @@ +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. + +The script was written to suit basic offline data analysis with +possible GSL and FFTW support with full documentation and tutorials. +It should be more than enough for normal user. + +It has 2 optional dependencies: GSL (accessible from SlackBuilds) +and fftw (part of the official Slackware packages). + +Script has also mathmore support, for which one needs to GSL. + +Compilation takes quite a while. + +To steer the SlackBuild script, run it with these variables: + +GSL=yes(no) MATHMORE=yes(no) FFTW=yes(no) QT=yes(no) ./root.SlackBuild + +where the values in brackets are the default values that will +be used unless specified otherwise. + +Note that by default this script will install things in /usr/ROOT: +it will add /usr/ROOT/lib$LIBDIRSUFFIX to /etc/ld.so.conf and a +profile.d script to set the correct PATHs. |