SlackBuildsOrg/academic/root
Andrei Rabusov 124bcdf71d
academic/root: Fix permissions on README and subdirs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-20 08:51:29 +07:00
..
doinst.sh
README academic/root: update v6.26.10 2022-11-18 21:54:26 +07:00
root.info academic/root: update v6.26.10 2022-11-18 21:54:26 +07:00
root.SlackBuild academic/root: Fix permissions on README and subdirs 2022-11-20 08:51:29 +07:00
slack-desc academic/root: Switch to cmake 2022-02-10 14:13:24 +07:00

ROOT - A data analysis framework.

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
seems impossible to stress all of them in this one script. Therefore
the potential user is strongly advised to check the cmake command
arguments.

Compilation takes quite a while, thus consider to build ROOT like that:
# MAKEFLAGS=-j5 ./root.SlackBuild

REQUIREMENTS: gl2ps libAfterImage python3-numpy tbb ftgl

NOTE: ROOT's python TMVA requires python3-numpy built over blas.