summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
Diffstat (limited to 'academic')
-rw-r--r--academic/root/README4
-rw-r--r--academic/root/root.SlackBuild2
-rw-r--r--academic/root/root.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/academic/root/README b/academic/root/README
index ca62905ea0..3eee74b242 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 9725527197..b94e268fba 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 115464acfe..53378ef327 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"