academic/root: update v6.26.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8729bad77b
commit
aa2b330a14
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue