9 |
|
Patch2: root-5.22-00-TClass-Clone |
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 |
14 |
+ |
Patch7: root-5.22-00-TBranchElement-pcanal |
15 |
+ |
Patch8: root-5.22-00-TTreeCloner-CollectBranches-fix |
16 |
|
|
17 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
18 |
|
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
40 |
|
%patch2 -p1 |
41 |
|
%patch3 -p1 |
42 |
|
%patch4 -p1 |
43 |
+ |
%patch5 -p1 |
44 |
+ |
%patch6 -p0 |
45 |
+ |
%patch7 -p1 |
46 |
+ |
%patch8 -p1 |
47 |
|
|
48 |
|
%build |
49 |
|
mkdir -p %i |
97 |
|
|
98 |
|
case $(uname)-$(uname -p) in |
99 |
|
Linux-x86_64) |
100 |
< |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff --disable-cern;; |
100 |
> |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;; |
101 |
|
Linux-i*86) |
102 |
|
./configure linux $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;; |
103 |
|
Darwin*) |