10 |
|
Patch3: root-5.22-00-gendict |
11 |
|
Patch4: root-5.22-00-RootSys |
12 |
|
Patch5: root-5.22-00-TMVA-shut-the-hell-up-for-once |
13 |
< |
Patch6: root-5.22-00-TBranchelement_initializeoffsets |
13 |
> |
Patch6: root-5.22-00-TBranchElement_initializeoffsets |
14 |
|
Patch7: root-5.22-00-TBranchElement-pcanal |
15 |
+ |
Patch8: root-5.22-00-TTreeCloner-CollectBranches-fix |
16 |
+ |
Patch9: root-5.22-00-path-length-fix1 |
17 |
+ |
Patch10: root-5.22-00-path-length-fix2 |
18 |
|
|
19 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
20 |
|
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
45 |
|
%patch5 -p1 |
46 |
|
%patch6 -p0 |
47 |
|
%patch7 -p1 |
48 |
+ |
%patch8 -p1 |
49 |
+ |
%patch9 -p1 |
50 |
+ |
%patch10 -p1 |
51 |
|
|
52 |
|
%build |
53 |
|
mkdir -p %i |
85 |
|
--enable-minuit2 |
86 |
|
--enable-roofit |
87 |
|
--disable-ldap |
82 |
– |
--disable-krb5 |
88 |
|
--with-gsl-incdir=${GSL_ROOT}/include |
89 |
|
--with-gsl-libdir=${GSL_ROOT}/lib |
90 |
|
--with-dcap-libdir=${DCAP_ROOT}/lib |
100 |
|
|
101 |
|
case $(uname)-$(uname -p) in |
102 |
|
Linux-x86_64) |
103 |
< |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff --disable-cern;; |
103 |
> |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;; |
104 |
|
Linux-i*86) |
105 |
|
./configure linux $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;; |
106 |
|
Darwin*) |