29 |
|
Patch20: root-5.22-00a-tmplt |
30 |
|
Patch21: root-5.22-00a-TBranchElement_TStreamerInfo |
31 |
|
Patch22: root-5.22-00a-gcc43-array-bounds-dictionary-workaround |
32 |
+ |
Patch23: root-5.22-00a-CINT-dict-init-speedup |
33 |
+ |
Patch24: root-5.22-00a-fireworks4 |
34 |
|
|
35 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
36 |
|
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
78 |
|
# work around patch issue... |
79 |
|
rm graf3d/gl/src/gl2ps.c |
80 |
|
# patch22 is compiler version dependent, see below |
81 |
+ |
# patch23 is (for now) only applied for gcc4.3, see below |
82 |
+ |
%patch24 -p1 |
83 |
|
|
84 |
|
case %gccver in |
85 |
|
4.3.*) |
86 |
|
%patch22 -p1 |
87 |
+ |
%patch23 -p1 |
88 |
|
;; |
89 |
|
4.4.*) |
90 |
|
%patch16 -p1 |