diff --git a/srcpkgs/root/template b/srcpkgs/root/template index 9652152b298..a724270262c 100644 --- a/srcpkgs/root/template +++ b/srcpkgs/root/template @@ -1,7 +1,7 @@ # Template file for 'root' pkgname=root -version=6.28.06 -revision=2 +version=6.30.02 +revision=1 # Only i686 and x86_64 seem to be officially supported archs="i686* x86_64*" build_style=cmake @@ -27,7 +27,7 @@ maintainer="Ben Jargowsky " license="LGPL-2.1-or-later" homepage="https://root.cern" distfiles="https://root.cern/download/root_v${version}.source.tar.gz" -checksum=af3b673b9aca393a5c9ae1bf86eab2672aaf1841b658c5c6e7a30ab93c586533 +checksum=7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183 build_options="fortran" build_options_default="fortran" python_version=3 @@ -36,7 +36,7 @@ shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so case "$XBPS_TARGET_MACHINE" in *-musl) - configure_args+=" -Dssl=OFF -Droot7=OFF" + configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF" ;; esac