1 |
< |
### RPM lcg root 5.22.00a |
1 |
> |
### RPM lcg root 5.22.00d |
2 |
|
## INITENV +PATH PYTHONPATH %i/lib/python |
3 |
< |
## INITENV SET ROOTSYS %i |
3 |
> |
## INITENV SET ROOTSYS %i |
4 |
|
#Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %realversion | tr . -)&module=root&output=/%{n}_v%{realversion}.source.tar.gz |
5 |
|
Source: ftp://root.cern.ch/%n/%{n}_v%{realversion}.source.tar.gz |
6 |
+ |
%define closingbrace ) |
7 |
+ |
%define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac) |
8 |
|
|
9 |
< |
Patch0: root-5.18-00-libpng |
9 |
> |
Patch0: root-5.18-00-libpng |
10 |
|
Patch1: root-5.21-04-CINT-maxlongline |
11 |
|
Patch2: root-5.22-00-TMVA-shut-the-hell-up-for-once |
12 |
|
Patch3: root-5.22-00a-TMVA-shut-the-hell-up-again |
13 |
< |
Patch4: root-5.22-00a-CINTFunctional |
14 |
< |
Patch5: root-5.22-00a-TClass |
15 |
< |
Patch6: root-5.22-00a-fireworks-graf3d-gui |
16 |
< |
Patch7: root-5.22-00a-Reflex-Class |
17 |
< |
Patch8: root-5.22-00a-Cintex |
18 |
< |
Patch9: root-5.22-00a-roofit-silence-static-printout |
13 |
> |
Patch4: root-5.22-00d-fireworks-graf3d-gui |
14 |
> |
Patch5: root-5.22-00a-roofit-silence-static-printout |
15 |
> |
Patch6: root-5.22-00a-TMVA-just-shut-the-hell-up |
16 |
> |
Patch7: root-5.22-00a-th1 |
17 |
> |
Patch8: root-5.22-00a-smatrix |
18 |
> |
Patch9: root-5.22-00a-fireworks1 |
19 |
> |
Patch10: root-5.22-00a-gcc44 |
20 |
> |
Patch11: root-5.22-00a-fireworks2 |
21 |
> |
Patch12: root-5.22-00a-fireworks3 |
22 |
> |
Patch13: root-5.22-00a-gcc43-array-bounds-dictionary-workaround |
23 |
> |
Patch14: root-5.22-00a-fireworks4 |
24 |
> |
Patch15: root-5.22-00d-fireworks5 |
25 |
> |
Patch16: root-5.22-00d-genreflex_python26_popen3 |
26 |
> |
Patch17: root-5.22-00d-fireworks6 |
27 |
> |
Patch18: root-5.22-00d-linker-gnu-hash-style |
28 |
|
|
29 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
19 |
– |
%define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2) |
30 |
|
|
31 |
|
Requires: gccxml gsl castor libjpg dcap pcre python |
32 |
|
|
33 |
< |
%if "%cmsplatf" != "slc4onl_ia32_gcc346" |
34 |
< |
Requires: qt openssl mysql libpng zlib libungif xrootd |
33 |
> |
%if "%online" != "true" |
34 |
> |
Requires: qt openssl libpng zlib libungif xrootd |
35 |
|
%else |
36 |
|
%define skiplibtiff true |
37 |
|
%endif |
51 |
|
%patch2 -p1 |
52 |
|
%patch3 -p1 |
53 |
|
%patch4 -p1 |
54 |
+ |
|
55 |
|
%patch5 -p1 |
56 |
|
%patch6 -p1 |
57 |
+ |
%patch7 -p1 |
58 |
+ |
%patch8 -p1 |
59 |
+ |
%patch9 -p1 |
60 |
+ |
|
61 |
+ |
# patch10 is compiler version dependent, see below |
62 |
+ |
%patch11 -p1 |
63 |
+ |
%patch12 -p1 |
64 |
+ |
# patch13 is compiler version dependent, see below |
65 |
+ |
|
66 |
+ |
# work around patch issue... |
67 |
+ |
rm graf3d/gl/src/gl2ps.c |
68 |
+ |
%patch14 -p1 |
69 |
+ |
#work around patch issues in patch14(?) |
70 |
+ |
rm graf3d/eve/inc/TEveLegoOverlay.h.orig |
71 |
+ |
rm graf3d/eve/src/TEveLegoOverlay.cxx |
72 |
+ |
rm graf3d/gl/inc/gl2ps.h.orig |
73 |
+ |
rm graf3d/gl/src/gl2ps.c.orig |
74 |
+ |
%patch15 -p1 |
75 |
+ |
%patch16 -p1 |
76 |
+ |
%patch17 -p1 |
77 |
+ |
|
78 |
+ |
case %gccver in |
79 |
+ |
4.3.*) |
80 |
+ |
%patch13 -p1 |
81 |
+ |
;; |
82 |
+ |
4.4.*) |
83 |
+ |
%patch10 -p1 |
84 |
+ |
;; |
85 |
+ |
esac |
86 |
|
|
87 |
+ |
# The following patch can only be applied on SLC5 or later (extra linker |
88 |
+ |
# options only available with the SLC5 binutils) |
89 |
+ |
case %cmsplatf in |
90 |
+ |
slc5_* | slc5onl_* ) |
91 |
+ |
%patch18 -p1 |
92 |
+ |
;; |
93 |
+ |
esac |
94 |
+ |
|
95 |
|
%build |
96 |
+ |
|
97 |
|
mkdir -p %i |
98 |
|
export ROOTSYS=%_builddir/root |
99 |
+ |
export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.) |
100 |
|
|
101 |
< |
%if "%cmsplatf" == "slc4onl_ia32_gcc346" |
102 |
< |
# Build without mysql, and use system qt. |
53 |
< |
# Also skip xrootd and odbc for online case: |
101 |
> |
%if "%online" == "true" |
102 |
> |
# Use system qt. Also skip xrootd and odbc for online case: |
103 |
|
|
104 |
< |
EXTRA_CONFIG_ARGS=" |
56 |
< |
--disable-mysql |
104 |
> |
EXTRA_CONFIG_ARGS="--with-f77=/usr |
105 |
|
--disable-xrootd |
106 |
|
--disable-odbc |
107 |
< |
--enable-qt" |
107 |
> |
--disable-qt --disable-qtgsi" |
108 |
|
%else |
109 |
< |
EXTRA_CONFIG_ARGS=" |
109 |
> |
EXTRA_CONFIG_ARGS="--with-f77=${GCC_ROOT} |
110 |
|
--with-xrootd=$XROOTD_ROOT |
63 |
– |
--enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include |
111 |
|
--enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include |
112 |
|
--with-ssl-incdir=${OPENSSL_ROOT}/include |
113 |
< |
--with-ssl-libdir=${OPENSSL_ROOT}/lib" |
113 |
> |
--with-ssl-libdir=${OPENSSL_ROOT}/lib |
114 |
> |
--enable-qtgsi" |
115 |
|
%endif |
116 |
|
|
117 |
< |
CONFIG_ARGS="--with-f77=${GCC_ROOT} |
70 |
< |
--enable-table |
117 |
> |
CONFIG_ARGS="--enable-table |
118 |
|
--disable-builtin-pcre |
119 |
|
--disable-builtin-freetype |
120 |
|
--disable-builtin-zlib |
121 |
|
--with-gccxml=${GCCXML_ROOT} |
122 |
< |
--enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python2.4 |
122 |
> |
--enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python${PYTHONV} |
123 |
|
--enable-explicitlink |
77 |
– |
--enable-qtgsi |
124 |
|
--enable-mathmore |
125 |
|
--enable-reflex |
126 |
|
--enable-cintex |
127 |
|
--enable-minuit2 |
82 |
– |
--enable-roofit |
128 |
|
--disable-ldap |
129 |
|
--disable-krb5 |
130 |
|
--with-gsl-incdir=${GSL_ROOT}/include |
132 |
|
--with-dcap-libdir=${DCAP_ROOT}/lib |
133 |
|
--with-dcap-incdir=${DCAP_ROOT}/include |
134 |
|
--disable-pgsql |
135 |
+ |
--disable-mysql |
136 |
|
--disable-xml ${EXTRA_CONFIG_ARGS}" |
137 |
|
|
138 |
< |
#case %gccver in |
93 |
< |
# 4.*) |
94 |
< |
# CONFIG_ARGS="$CONFIG_ARGS --disable-cern" |
95 |
< |
# ;; |
96 |
< |
#esac |
97 |
< |
|
98 |
< |
case $(uname)-$(uname -p) in |
138 |
> |
case $(uname)-$(uname -m) in |
139 |
|
Linux-x86_64) |
140 |
|
./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;; |
141 |
|
Linux-i*86) |
142 |
|
./configure linux $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;; |
143 |
|
Darwin*) |
144 |
< |
./configure macosx $CONFIG_ARGS --disable-rfio;; |
144 |
> |
./configure macosx $CONFIG_ARGS --disable-rfio --disable-builtin_afterimage ;; |
145 |
|
Linux-ppc64*) |
146 |
|
./configure linux $CONFIG_ARGS --disable-rfio;; |
147 |
|
esac |
183 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
184 |
|
<Tool name=rootcore version=%v> |
185 |
|
<info url="http://root.cern.ch/root/"></info> |
146 |
– |
<lib name=Cint> |
147 |
– |
<lib name=Core> |
148 |
– |
<lib name=RIO> |
149 |
– |
<lib name=Net> |
186 |
|
<lib name=Tree> |
187 |
+ |
<lib name=Net> |
188 |
+ |
<lib name=Thread> |
189 |
+ |
<lib name=MathCore> |
190 |
+ |
<lib name=RIO> |
191 |
+ |
<lib name=Core> |
192 |
+ |
<lib name=Cint> |
193 |
|
<Client> |
194 |
|
<Environment name=ROOTCORE_BASE default="%i"></Environment> |
195 |
|
<Environment name=LIBDIR default="$ROOTCORE_BASE/lib"></Environment> |
225 |
|
</Tool> |
226 |
|
EOF_TOOLFILE |
227 |
|
|
228 |
+ |
# rootgpad toolfile |
229 |
+ |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad |
230 |
+ |
<doc type=BuildSystem::ToolDoc version=1.0> |
231 |
+ |
<Tool name=rootgpad version=%v> |
232 |
+ |
<info url="http://root.cern.ch/root/"></info> |
233 |
+ |
<lib name=Gpad> |
234 |
+ |
<lib name=Graf> |
235 |
+ |
<use name=roothistmatrix> |
236 |
+ |
</Tool> |
237 |
+ |
EOF_TOOLFILE |
238 |
+ |
|
239 |
|
# rootphysics toolfile |
240 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics |
241 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
252 |
|
<Tool name=rootgraphics version=%v> |
253 |
|
<info url="http://root.cern.ch/root/"></info> |
254 |
|
<lib name=TreePlayer> |
202 |
– |
<lib name=Gpad> |
255 |
|
<lib name=Graf3d> |
204 |
– |
<lib name=Graf> |
205 |
– |
<lib name=Hist> |
206 |
– |
<lib name=Matrix> |
207 |
– |
<lib name=Physics> |
256 |
|
<lib name=Postscript> |
257 |
< |
<use name=ROOTCore> |
257 |
> |
<use name=rootgpad> |
258 |
|
</Tool> |
259 |
|
EOF_TOOLFILE |
260 |
|
|
276 |
|
<Tool name=rootinteractive version=%v> |
277 |
|
<info url="http://root.cern.ch/root/"></info> |
278 |
|
<lib name=Rint> |
231 |
– |
<use name=libjpg> |
232 |
– |
<use name=libpng> |
233 |
– |
<use name=ROOT> |
234 |
– |
</Tool> |
235 |
– |
EOF_TOOLFILE |
236 |
– |
|
237 |
– |
# rootinteractive2 toolfile (temporary, to allow access to Qt4) |
238 |
– |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive2 |
239 |
– |
<doc type=BuildSystem::ToolDoc version=1.0> |
240 |
– |
<Tool name=rootinteractive2 version=%v> |
241 |
– |
<info url="http://root.cern.ch/root/"></info> |
242 |
– |
<lib name=Rint> |
279 |
|
<lib name=GQt> |
280 |
+ |
<lib name=Gui> |
281 |
|
<use name=qt> |
282 |
|
<use name=libjpg> |
283 |
|
<use name=libpng> |
284 |
< |
<use name=ROOT> |
284 |
> |
<use name=rootgpad> |
285 |
|
</Tool> |
286 |
|
EOF_TOOLFILE |
287 |
|
|
251 |
– |
|
288 |
|
# rootmath toolfile |
289 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath |
290 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
291 |
|
<Tool name=rootmath version=%v> |
292 |
|
<info url="http://root.cern.ch/root/"></info> |
257 |
– |
<lib name=MathCore> |
258 |
– |
<lib name=MathMore> |
293 |
|
<lib name=GenVector> |
294 |
+ |
<lib name=MathMore> |
295 |
|
<use name=ROOTCore> |
296 |
|
<use name=gsl> |
297 |
|
</Tool> |
303 |
|
<Tool name=rootminuit version=%v> |
304 |
|
<info url="http://root.cern.ch/root/"></info> |
305 |
|
<lib name=Minuit> |
306 |
< |
<use name=ROOT> |
306 |
> |
<use name=rootgpad> |
307 |
|
</Tool> |
308 |
|
EOF_TOOLFILE |
309 |
|
|
313 |
|
<Tool name=rootminuit2 version=%v> |
314 |
|
<info url="http://root.cern.ch/root/"></info> |
315 |
|
<lib name=Minuit2> |
316 |
< |
<use name=ROOT> |
316 |
> |
<use name=rootgpad> |
317 |
|
</Tool> |
318 |
|
EOF_TOOLFILE |
319 |
|
|
342 |
|
<Tool name=roothtml version=%v> |
343 |
|
<info url="http://root.cern.ch/root/"></info> |
344 |
|
<lib name=Html> |
345 |
< |
<use name=ROOT> |
311 |
< |
</Tool> |
312 |
< |
EOF_TOOLFILE |
313 |
< |
|
314 |
< |
# rootroofit toolfile |
315 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootroofit |
316 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
317 |
< |
<Tool name=rootroofit version=%v> |
318 |
< |
<info url="http://root.cern.ch/root/"></info> |
319 |
< |
<lib name=RooFitCore> |
320 |
< |
<lib name=RooFit> |
321 |
< |
<use name=ROOTMinuit> |
322 |
< |
<use name=ROOTHtml> |
345 |
> |
<use name=rootgpad> |
346 |
|
</Tool> |
347 |
|
EOF_TOOLFILE |
348 |
|
|
352 |
|
<Tool name=rootmlp version=%v> |
353 |
|
<info url="http://root.cern.ch/root/"></info> |
354 |
|
<lib name=MLP> |
355 |
< |
<use name=ROOT> |
355 |
> |
<use name=RootGraphics> |
356 |
|
</Tool> |
357 |
|
EOF_TOOLFILE |
358 |
|
|
363 |
|
<info url="http://root.cern.ch/root/"></info> |
364 |
|
<lib name=TMVA> |
365 |
|
<use name=ROOTMLP> |
366 |
+ |
<use name=rootminuit> |
367 |
|
</Tool> |
368 |
|
EOF_TOOLFILE |
369 |
|
|
372 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
373 |
|
<Tool name=rootthread version=%v> |
374 |
|
<info url="http://root.cern.ch/root/"></info> |
351 |
– |
<lib name=Thread> |
375 |
|
<use name=ROOTCore> |
376 |
|
</Tool> |
377 |
|
EOF_TOOLFILE |
389 |
|
%{relocateConfig}etc/scram.d/rootminuit2 |
390 |
|
%{relocateConfig}etc/scram.d/rootrflx |
391 |
|
%{relocateConfig}etc/scram.d/roothtml |
369 |
– |
%{relocateConfig}etc/scram.d/rootroofit |
392 |
|
%{relocateConfig}etc/scram.d/rootmlp |
393 |
|
%{relocateConfig}etc/scram.d/roottmva |
394 |
|
%{relocateConfig}etc/scram.d/rootthread |