diff options
author | Andrei Rabusov <arabusov@gmail.com> | 2022-11-17 17:41:38 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-18 21:54:26 +0700 |
commit | aa2b330a1444b174d5845fdf9decf3d43f1f6c00 (patch) | |
tree | a99d916ae4d215d49306e1618ef16f0d31aeb7ac /academic | |
parent | 8729bad77b09e80fcf41e5c5d9c7ccf417eaae06 (diff) |
academic/root: update v6.26.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/root/README | 4 | ||||
-rw-r--r-- | academic/root/root.SlackBuild | 2 | ||||
-rw-r--r-- | academic/root/root.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/academic/root/README b/academic/root/README index ca62905ea010..3eee74b242bb 100644 --- a/academic/root/README +++ b/academic/root/README @@ -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. diff --git a/academic/root/root.SlackBuild b/academic/root/root.SlackBuild index 9725527197b5..b94e268fbae0 100644 --- a/academic/root/root.SlackBuild +++ b/academic/root/root.SlackBuild @@ -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} diff --git a/academic/root/root.info b/academic/root/root.info index 115464acfe35..53378ef3274d 100644 --- a/academic/root/root.info +++ b/academic/root/root.info @@ -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" |