slackbuilds_ponce/academic/root/root.info
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

10 lines
314 B
Text

PRGNAM="root"
VERSION="6.32.04"
HOMEPAGE="https://root.cern"
DOWNLOAD="https://root.cern/download/root_v6.32.04.source.tar.gz"
MD5SUM="d71795311fae41b0b53573ce24197a2b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gl2ps libAfterImage python3-numpy tbb ftgl"
MAINTAINER="Andrei Rabusov"
EMAIL="arabusov@gmail.com"