summaryrefslogtreecommitdiffstats
path: root/academic/root/README
diff options
context:
space:
mode:
author David Spencer2016-04-16 15:21:05 +0200
committer Willy Sudiarto Raharjo2016-04-19 17:47:49 +0200
commitf7308a3f13fe61ba6fd3aa3ce6dd1726c761cb0c (patch)
tree45d2e5c0b6fc0908786986621201dc318a20b92a /academic/root/README
parentd8957c2de20aa1b68e2c49d5992acb82cb31544f (diff)
downloadold.slackbuilds-f7308a3f13fe61ba6fd3aa3ce6dd1726c761cb0c.tar.gz
academic/root: Updated for version 5.34.36.
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.
Diffstat (limited to 'academic/root/README')
-rw-r--r--academic/root/README21
1 files changed, 3 insertions, 18 deletions
diff --git a/academic/root/README b/academic/root/README
index fd6cfdc83d..c8beb68da7 100644
--- a/academic/root/README
+++ b/academic/root/README
@@ -12,24 +12,9 @@ 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.
+For mathmore support, run the SlackBuild script with MATHMORE=yes, and
+for QT support, run the SlackBuild script with QT=yes, for example
-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.
+ MATHMORE=yes ./root.SlackBuild
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.