slackbuilds_ponce/academic/root
Andrei Rabusov 108446d40b
academic/root: Switch to cmake
This will allow us to compile ROOT v6.14 or higher. Current version
is v6.24-06. Many thanks to ponce for fixing some typos in this update.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-10 14:13:24 +07:00
..
doinst.sh
README academic/root: Switch to cmake 2022-02-10 14:13:24 +07:00
root.info academic/root: Switch to cmake 2022-02-10 14:13:24 +07:00
root.SlackBuild academic/root: Switch to cmake 2022-02-10 14:13:24 +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 numpy3 tbb ftgl

NOTE: ROOT's python TMVA requires numpy3 built over blas.