Skip to content

Commit 5286fea

Browse files
committed
update to v6.12.04 and consolidate etc folder
1 parent f0b2135 commit 5286fea

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

.SRCINFO

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = root
22
pkgdesc = C++ data analysis framework and interpreter from CERN with extra features enabled.
3-
pkgver = 6.10.02
3+
pkgver = 6.12.04
44
pkgrel = 1
55
url = http://root.cern.ch
66
install = root.install
@@ -9,6 +9,7 @@ pkgbase = root
99
license = LGPL2.1
1010
makedepends = cmake
1111
depends = cfitsio
12+
depends = fcgi
1213
depends = fftw
1314
depends = ftgl
1415
depends = gl2ps
@@ -30,21 +31,25 @@ pkgbase = root
3031
depends = xmlrpc-c
3132
depends = xrootd>=4.6.0-2
3233
optdepends = blas: Optional extensions to TMVA
34+
optdepends = go: Go language support
3335
optdepends = gcc-fortran: Enable the Fortran components of ROOT
36+
optdepends = ocaml: OCAML support
37+
optdepends = python-numpy: numpy bindings
3438
optdepends = tcsh: Legacy CSH support
39+
optdepends = z3: Z3 Theorem prover support
3540
options = !emptydirs
36-
source = https://root.cern.ch/download/root_v6.10.02.source.tar.gz
41+
source = https://root.cern.ch/download/root_v6.12.04.source.tar.gz
3742
source = root.install
3843
source = root.sh
3944
source = root.xml
4045
source = rootd
4146
source = settings.cmake
42-
sha256sums = 6c268d2e483a0946c3b065e8e2b070141475416042086d14ec76dd7ed248d7e7
47+
sha256sums = f438f2ae6e25496fa81df525935fb0bf2a403855d95c40b3e0f3a3e1e861a085
4348
sha256sums = f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f
4449
sha256sums = 9d1f8e7ad923cb5450386edbbce085d258653c0160419cdd6ff154542cc32bd7
4550
sha256sums = 50c08191a5b281a39aa05ace4feb8d5405707b4c54a5dcba061f954649c38cb0
4651
sha256sums = 3c45b03761d5254142710b7004af0077f18efece7c95511910140d0542c8de8a
47-
sha256sums = 40503aebd8a0ab5380a24d69145cf7d93d483d4d9330e4c23fb04e55c9ed2caf
52+
sha256sums = 0878ab24974c7548ddda5619d24d07d7cea14af92de2d8ed3ccef394feaf1d87
4853

4954
pkgname = root
5055

PKGBUILD

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
# Contributor: Sebastian Voecking < voeck at web dot de >
66

77
pkgname=root
8-
pkgver=6.10.02
8+
pkgver=6.12.04
99
pkgrel=1
1010
pkgdesc='C++ data analysis framework and interpreter from CERN with extra features enabled.'
1111
arch=('i686' 'x86_64')
1212
url='http://root.cern.ch'
1313
license=('LGPL2.1')
1414
makedepends=('cmake')
1515
depends=('cfitsio'
16+
'fcgi'
1617
'fftw'
1718
'ftgl'
1819
'gl2ps'
@@ -34,8 +35,12 @@ depends=('cfitsio'
3435
'xmlrpc-c'
3536
'xrootd>=4.6.0-2')
3637
optdepends=('blas: Optional extensions to TMVA'
38+
'go: Go language support'
3739
'gcc-fortran: Enable the Fortran components of ROOT'
38-
'tcsh: Legacy CSH support')
40+
'ocaml: OCAML support'
41+
'python-numpy: numpy bindings'
42+
'tcsh: Legacy CSH support'
43+
'z3: Z3 Theorem prover support')
3944
options=('!emptydirs')
4045
install=root.install
4146
source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz"
@@ -44,12 +49,12 @@ source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz"
4449
'root.xml'
4550
'rootd'
4651
'settings.cmake')
47-
sha256sums=('6c268d2e483a0946c3b065e8e2b070141475416042086d14ec76dd7ed248d7e7'
52+
sha256sums=('f438f2ae6e25496fa81df525935fb0bf2a403855d95c40b3e0f3a3e1e861a085'
4853
'f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f'
4954
'9d1f8e7ad923cb5450386edbbce085d258653c0160419cdd6ff154542cc32bd7'
5055
'50c08191a5b281a39aa05ace4feb8d5405707b4c54a5dcba061f954649c38cb0'
5156
'3c45b03761d5254142710b7004af0077f18efece7c95511910140d0542c8de8a'
52-
'40503aebd8a0ab5380a24d69145cf7d93d483d4d9330e4c23fb04e55c9ed2caf')
57+
'0878ab24974c7548ddda5619d24d07d7cea14af92de2d8ed3ccef394feaf1d87')
5358
prepare() {
5459
cd "${pkgname}-${pkgver}"
5560

@@ -86,6 +91,7 @@ package() {
8691

8792
install -D -m644 "${srcdir}/${pkgname}-${pkgver}/build/package/debian/root-system-bin.desktop.in" \
8893
"${pkgdir}/usr/share/applications/root-system-bin.desktop"
94+
8995
# replace @prefix@ with /usr for the desktop
9096
sed -e 's_@prefix@_/usr_' -i "${pkgdir}/usr/share/applications/root-system-bin.desktop"
9197

settings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set (CMAKE_BUILD_TYPE Release CACHE STRING "" FORCE)
22
set (BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE) # this option is currently incompatible
33
set (CMAKE_INSTALL_PREFIX /usr CACHE PATH "" FORCE)
4-
set (CMAKE_INSTALL_SYSCONFDIR /etc CACHE PATH "" FORCE)
4+
set (CMAKE_INSTALL_SYSCONFDIR /etc/root CACHE PATH "" FORCE)
55
set (CMAKE_INSTALL_DATAROOTDIR /usr/share CACHE PATH "" FORCE)
66
set (LLVM_ENABLE_THREADS ON CACHE BOOL "" FORCE) # try to workaround pthread issue
77
set (asimage ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)