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/slack-desc | |
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/slack-desc')
-rw-r--r-- | academic/root/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/root/slack-desc b/academic/root/slack-desc new file mode 100644 index 0000000000..f5ecc64dd3 --- /dev/null +++ b/academic/root/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +root: ROOT - A data analysis framework. +root: +root: ROOT is a data analysis framework used mostly, but not limited to, +root: high energy physics. It was written in C++ by the techs at CERN to +root: explore the benefits of object oriented programming in physics data +root: analysis. It consists of libraries, CINT or cling interpreter for +root: C/C++, plotting interface and powerful parellel processing support. +root: It is the preferred choice in many laboratories. +root: +root: Homepage: http://root.cern.ch/drupal/ +root: |