academic/root: update v6.26.10

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrei Rabusov 2022-11-17 17:41:38 +01:00 committed by Willy Sudiarto Raharjo
parent 8729bad77b
commit aa2b330a14
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 6 deletions

View File

@ -15,6 +15,6 @@ arguments.
Compilation takes quite a while, thus consider to build ROOT like that:
# MAKEFLAGS=-j5 ./root.SlackBuild
REQUIREMENTS: gl2ps libAfterImage numpy3 tbb ftgl
REQUIREMENTS: gl2ps libAfterImage python3-numpy tbb ftgl
NOTE: ROOT's python TMVA requires numpy3 built over blas.
NOTE: ROOT's python TMVA requires python3-numpy built over blas.

View File

@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=root
VERSION=${VERSION:-6.24.06}
VERSION=${VERSION:-6.26.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="root"
VERSION="6.24.06"
VERSION="6.26.10"
HOMEPAGE="https://root.cern"
DOWNLOAD="https://root.cern/download/root_v6.24.06.source.tar.gz"
MD5SUM="267e08ba9bf957e82b4236f3c50f0219"
DOWNLOAD="https://root.cern/download/root_v6.26.10.source.tar.gz"
MD5SUM="ced6a80c97fad19c153bcc21b097e7fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gl2ps libAfterImage python3-numpy tbb ftgl"