mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
root: update to 6.30.02
This commit is contained in:
parent
4493e0cd92
commit
66d53d176c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'root'
|
# Template file for 'root'
|
||||||
pkgname=root
|
pkgname=root
|
||||||
version=6.28.06
|
version=6.30.02
|
||||||
revision=2
|
revision=1
|
||||||
# Only i686 and x86_64 seem to be officially supported
|
# Only i686 and x86_64 seem to be officially supported
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -27,7 +27,7 @@ maintainer="Ben Jargowsky <benjar63@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://root.cern"
|
homepage="https://root.cern"
|
||||||
distfiles="https://root.cern/download/root_v${version}.source.tar.gz"
|
distfiles="https://root.cern/download/root_v${version}.source.tar.gz"
|
||||||
checksum=af3b673b9aca393a5c9ae1bf86eab2672aaf1841b658c5c6e7a30ab93c586533
|
checksum=7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183
|
||||||
build_options="fortran"
|
build_options="fortran"
|
||||||
build_options_default="fortran"
|
build_options_default="fortran"
|
||||||
python_version=3
|
python_version=3
|
||||||
|
@ -36,7 +36,7 @@ shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
configure_args+=" -Dssl=OFF -Droot7=OFF"
|
configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue