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 |
+ |
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) |
42 |
|
%patch2 -p1 |
43 |
|
%patch3 -p1 |
44 |
|
%patch4 -p1 |
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 |
101 |
|
|
102 |
|
case $(uname)-$(uname -p) in |
103 |
|
Linux-x86_64) |
104 |
< |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff --disable-cern;; |
104 |
> |
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;; |
105 |
|
Linux-i*86) |
106 |
|
./configure linux $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;; |
107 |
|
Darwin*) |