slackbuilds/academic/root
Andrei Rabusov 377da07501
academic/root: Updated for version 6.32.04 (+fix 32 bit)
Added a patch from the 6.34 fixes branch to fix the issue #15738. It
shall be removed later when we switch to the 6.34 branch.

remove ld.so.conf and PATH manipulations

Wrapper scripts are created in /usr/bin for all ROOT binaries.
The trick does not work for python though, one needs to run
LD_LIBRARY_PATH=${ROOTSYS}/lib python3 in order to import ROOT
modules correctly.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-23 21:37:39 +07:00
..
README academic/root: do not download and use gtest 2023-04-05 14:52:11 +07:00
fixWriteFastArray.patch academic/root: Updated for version 6.32.04 (+fix 32 bit) 2024-08-23 21:37:39 +07:00
root.SlackBuild academic/root: Updated for version 6.32.04 (+fix 32 bit) 2024-08-23 21:37:39 +07:00
root.info academic/root: Updated for version 6.32.04 (+fix 32 bit) 2024-08-23 21:37:39 +07:00
slack-desc academic/root: Switch to cmake 2022-02-10 14:13:24 +07:00

README

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

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

  - This SlackBuild sets the root7 build option to ON in order to
    prepare the migration to the new ROOT 7 release. More on the ROOT 7
    features you can find here:
        https://root.cern/for_developers/root7

  - Starting from ROOT version 6.26/00 it uses the web-based version for
    the TBrowser if it is build with the root7 option being ON. You can
    switch back to the Win95-looking TBrowser by adding the following
    line to your $HOME/.rootrc file:
        Browser.Name: TRootBrowser

  - Starting from ROOT 6.28/00 version, one can use rootssh script for
    automatic configuration of ssh tunnel, necessary for web widgets:
        rootssh username@remotenode