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 |
+ |
Patch19: root-5.22-00d-TFile-version3-Init |
29 |
|
|
30 |
|
%define cpu %(echo %cmsplatf | cut -d_ -f2) |
31 |
|
|
75 |
|
%patch15 -p1 |
76 |
|
%patch16 -p1 |
77 |
|
%patch17 -p1 |
78 |
+ |
%patch19 -p1 |
79 |
|
|
80 |
|
case %gccver in |
81 |
|
4.3.*) |
93 |
|
%patch18 -p1 |
94 |
|
;; |
95 |
|
esac |
96 |
< |
|
96 |
> |
|
97 |
|
%build |
98 |
|
|
99 |
|
mkdir -p %i |
181 |
|
# SCRAM ToolBox toolfile |
182 |
|
mkdir -p %i/etc/scram.d |
183 |
|
# rootcore toolfile |
184 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore |
185 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
186 |
< |
<Tool name=rootcore version=%v> |
187 |
< |
<info url="http://root.cern.ch/root/"></info> |
188 |
< |
<lib name=Tree> |
189 |
< |
<lib name=Net> |
190 |
< |
<lib name=Thread> |
191 |
< |
<lib name=MathCore> |
192 |
< |
<lib name=RIO> |
193 |
< |
<lib name=Core> |
194 |
< |
<lib name=Cint> |
195 |
< |
<Client> |
196 |
< |
<Environment name=ROOTCORE_BASE default="%i"></Environment> |
197 |
< |
<Environment name=LIBDIR default="$ROOTCORE_BASE/lib"></Environment> |
198 |
< |
<Environment name=INCLUDE default="$ROOTCORE_BASE/include"></Environment> |
199 |
< |
<Environment name=INCLUDE default="$ROOTCORE_BASE/cint"></Environment> |
200 |
< |
</Client> |
201 |
< |
<use name=sockets> |
202 |
< |
<use name=pcre> |
203 |
< |
<use name=zlib> |
204 |
< |
<Runtime name=PATH value="$ROOTCORE_BASE/bin" type=path> |
205 |
< |
<Runtime name=ROOTSYS value="$ROOTCORE_BASE/"> |
206 |
< |
<Runtime name=PYTHONPATH value="$ROOTCORE_BASE/lib" type=path> |
205 |
< |
</Tool> |
184 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore.xml |
185 |
> |
<tool name="rootcore" version="%v"> |
186 |
> |
<info url="http://root.cern.ch/root/"/> |
187 |
> |
<lib name="Tree"/> |
188 |
> |
<lib name="Net"/> |
189 |
> |
<lib name="Thread"/> |
190 |
> |
<lib name="MathCore"/> |
191 |
> |
<lib name="RIO"/> |
192 |
> |
<lib name="Core"/> |
193 |
> |
<lib name="Cint"/> |
194 |
> |
<client> |
195 |
> |
<environment name="ROOTCORE_BASE" default="%i"/> |
196 |
> |
<environment name="LIBDIR" default="$ROOTCORE_BASE/lib"/> |
197 |
> |
<environment name="INCLUDE" default="$ROOTCORE_BASE/include"/> |
198 |
> |
<environment name="INCLUDE" default="$ROOTCORE_BASE/cint"/> |
199 |
> |
</client> |
200 |
> |
<runtime name="PATH" value="$ROOTCORE_BASE/bin" type="path"/> |
201 |
> |
<runtime name="ROOTSYS" value="$ROOTCORE_BASE/"/> |
202 |
> |
<runtime name="PYTHONPATH" value="$ROOTCORE_BASE/lib" type="path"/> |
203 |
> |
<use name="sockets"/> |
204 |
> |
<use name="pcre"/> |
205 |
> |
<use name="zlib"/> |
206 |
> |
</tool> |
207 |
|
EOF_TOOLFILE |
208 |
|
|
209 |
|
# root toolfile, alias for rootphysics. Using rootphysics is preferred. |
210 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/root |
211 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
212 |
< |
<Tool name=root version=%v> |
213 |
< |
<info url="http://root.cern.ch/root/"></info> |
214 |
< |
<use name=rootphysics> |
214 |
< |
</Tool> |
210 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/root.xml |
211 |
> |
<tool name="root" version="%v"> |
212 |
> |
<info url="http://root.cern.ch/root/"/> |
213 |
> |
<use name="rootphysics"/> |
214 |
> |
</tool> |
215 |
|
EOF_TOOLFILE |
216 |
|
|
217 |
|
# roothistmatrix toolfile |
218 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix |
219 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
220 |
< |
<Tool name=roothistmatrix version=%v> |
221 |
< |
<info url="http://root.cern.ch/root/"></info> |
222 |
< |
<lib name=Hist> |
223 |
< |
<lib name=Matrix> |
224 |
< |
<use name=ROOTCore> |
225 |
< |
</Tool> |
218 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix.xml |
219 |
> |
<tool name="roothistmatrix" version="%v"> |
220 |
> |
<info url="http://root.cern.ch/root/"/> |
221 |
> |
<lib name="Hist"/> |
222 |
> |
<lib name="Matrix"/> |
223 |
> |
<use name="ROOTCore"/> |
224 |
> |
</tool> |
225 |
|
EOF_TOOLFILE |
226 |
|
|
227 |
|
# rootgpad toolfile |
228 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad |
229 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
230 |
< |
<Tool name=rootgpad version=%v> |
231 |
< |
<info url="http://root.cern.ch/root/"></info> |
232 |
< |
<lib name=Gpad> |
233 |
< |
<lib name=Graf> |
234 |
< |
<use name=roothistmatrix> |
236 |
< |
</Tool> |
228 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad.xml |
229 |
> |
<tool name="rootgpad" version="%v"> |
230 |
> |
<info url="http://root.cern.ch/root/"/> |
231 |
> |
<lib name="Gpad"/> |
232 |
> |
<lib name="Graf"/> |
233 |
> |
<use name="roothistmatrix"/> |
234 |
> |
</tool> |
235 |
|
EOF_TOOLFILE |
236 |
|
|
237 |
|
# rootphysics toolfile |
238 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics |
239 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
240 |
< |
<Tool name=rootphysics version=%v> |
241 |
< |
<info url="http://root.cern.ch/root/"></info> |
242 |
< |
<lib name=Physics> |
243 |
< |
<use name=roothistmatrix> |
246 |
< |
</Tool> |
238 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics.xml |
239 |
> |
<tool name="rootphysics" version="%v"> |
240 |
> |
<info url="http://root.cern.ch/root/"/> |
241 |
> |
<lib name="Physics"/> |
242 |
> |
<use name="roothistmatrix"/> |
243 |
> |
</tool> |
244 |
|
EOF_TOOLFILE |
245 |
|
|
246 |
|
# rootgraphics toolfile, identical to old "root" toolfile |
247 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics |
248 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
249 |
< |
<Tool name=rootgraphics version=%v> |
250 |
< |
<info url="http://root.cern.ch/root/"></info> |
251 |
< |
<lib name=TreePlayer> |
252 |
< |
<lib name=Graf3d> |
253 |
< |
<lib name=Postscript> |
254 |
< |
<use name=rootgpad> |
258 |
< |
</Tool> |
247 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics.xml |
248 |
> |
<tool name="rootgraphics" version="%v"> |
249 |
> |
<info url="http://root.cern.ch/root/"/> |
250 |
> |
<lib name="TreePlayer"/> |
251 |
> |
<lib name="Graf3d"/> |
252 |
> |
<lib name="Postscript"/> |
253 |
> |
<use name="rootgpad"/> |
254 |
> |
</tool> |
255 |
|
EOF_TOOLFILE |
256 |
|
|
257 |
|
# rootcintex toolfile |
258 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex |
259 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
260 |
< |
<Tool name=rootcintex version=%v> |
261 |
< |
<info url="http://root.cern.ch/root/"></info> |
262 |
< |
<lib name=Cintex> |
263 |
< |
<use name=ROOTRflx> |
264 |
< |
<use name=ROOTCore> |
269 |
< |
</Tool> |
258 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex.xml |
259 |
> |
<tool name="rootcintex" version="%v"> |
260 |
> |
<info url="http://root.cern.ch/root/"/> |
261 |
> |
<lib name="Cintex"/> |
262 |
> |
<use name="ROOTRflx"/> |
263 |
> |
<use name="ROOTCore"/> |
264 |
> |
</tool> |
265 |
|
EOF_TOOLFILE |
266 |
|
|
267 |
|
# (temporarily eviscerated) rootinteractive toolfile (GQt/qt lib dependencies |
268 |
|
# have been removed for the moment) |
269 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive |
270 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
271 |
< |
<Tool name=rootinteractive version=%v> |
272 |
< |
<info url="http://root.cern.ch/root/"></info> |
273 |
< |
<lib name=Rint> |
274 |
< |
<lib name=GQt> |
275 |
< |
<lib name=Gui> |
276 |
< |
<use name=qt> |
277 |
< |
<use name=libjpg> |
278 |
< |
<use name=libpng> |
279 |
< |
<use name=rootgpad> |
285 |
< |
</Tool> |
269 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive.xml |
270 |
> |
<tool name="rootinteractive" version="%v"> |
271 |
> |
<info url="http://root.cern.ch/root/"/> |
272 |
> |
<lib name="Rint"/> |
273 |
> |
<lib name="GQt"/> |
274 |
> |
<lib name="Gui"/> |
275 |
> |
<use name="qt"/> |
276 |
> |
<use name="libjpg"/> |
277 |
> |
<use name="libpng"/> |
278 |
> |
<use name="rootgpad"/> |
279 |
> |
</tool> |
280 |
|
EOF_TOOLFILE |
281 |
|
|
282 |
|
# rootmath toolfile |
283 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath |
284 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
285 |
< |
<Tool name=rootmath version=%v> |
286 |
< |
<info url="http://root.cern.ch/root/"></info> |
287 |
< |
<lib name=GenVector> |
288 |
< |
<lib name=MathMore> |
289 |
< |
<use name=ROOTCore> |
290 |
< |
<use name=gsl> |
297 |
< |
</Tool> |
283 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath.xml |
284 |
> |
<tool name="rootmath" version="%v"> |
285 |
> |
<info url="http://root.cern.ch/root/"/> |
286 |
> |
<lib name="GenVector"/> |
287 |
> |
<lib name="MathMore"/> |
288 |
> |
<use name="ROOTCore"/> |
289 |
> |
<use name="gsl"/> |
290 |
> |
</tool> |
291 |
|
EOF_TOOLFILE |
292 |
|
|
293 |
|
# rootminuit toolfile |
294 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit |
295 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
296 |
< |
<Tool name=rootminuit version=%v> |
297 |
< |
<info url="http://root.cern.ch/root/"></info> |
298 |
< |
<lib name=Minuit> |
299 |
< |
<use name=rootgpad> |
307 |
< |
</Tool> |
294 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit.xml |
295 |
> |
<tool name="rootminuit" version="%v"> |
296 |
> |
<info url="http://root.cern.ch/root/"/> |
297 |
> |
<lib name="Minuit"/> |
298 |
> |
<use name="rootgpad"/> |
299 |
> |
</tool> |
300 |
|
EOF_TOOLFILE |
301 |
|
|
302 |
|
# rootminuit2 toolfile |
303 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2 |
304 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
305 |
< |
<Tool name=rootminuit2 version=%v> |
306 |
< |
<info url="http://root.cern.ch/root/"></info> |
307 |
< |
<lib name=Minuit2> |
308 |
< |
<use name=rootgpad> |
317 |
< |
</Tool> |
303 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2.xml |
304 |
> |
<tool name="rootminuit2" version="%v"> |
305 |
> |
<info url="http://root.cern.ch/root/"/> |
306 |
> |
<lib name="Minuit2"/> |
307 |
> |
<use name="rootgpad"/> |
308 |
> |
</tool> |
309 |
|
EOF_TOOLFILE |
310 |
|
|
311 |
|
# rootrflx toolfile |
312 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx |
313 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
314 |
< |
<Tool name=rootrflx version=%v> |
315 |
< |
<info url="http://root.cern.ch/root/"></info> |
316 |
< |
<lib name=Reflex> |
317 |
< |
<Client> |
318 |
< |
<Environment name=ROOTRFLX_BASE default="%i"></Environment> |
319 |
< |
<Environment name=LIBDIR default="$ROOTRFLX_BASE/lib"></Environment> |
320 |
< |
<Environment name=INCLUDE default="$ROOTRFLX_BASE/include"></Environment> |
321 |
< |
</Client> |
322 |
< |
<use name=sockets> |
323 |
< |
<use name=gccxml> |
324 |
< |
<Runtime name=PATH value="$ROOTRFLX_BASE/bin" type=path> |
325 |
< |
<Runtime name=ROOTSYS value="$ROOTRFLX_BASE/"> |
326 |
< |
<Runtime name=GENREFLEX value="$ROOTRFLX_BASE/bin/genreflex"> |
336 |
< |
</Tool> |
312 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx.xml |
313 |
> |
<tool name="rootrflx" version="%v"> |
314 |
> |
<info url="http://root.cern.ch/root/"/> |
315 |
> |
<lib name="Reflex"/> |
316 |
> |
<client> |
317 |
> |
<environment name="ROOTRFLX_BASE" default="%i"/> |
318 |
> |
<environment name="LIBDIR" default="$ROOTRFLX_BASE/lib"/> |
319 |
> |
<environment name="INCLUDE" default="$ROOTRFLX_BASE/include"/> |
320 |
> |
</client> |
321 |
> |
<runtime name="PATH" value="$ROOTRFLX_BASE/bin" type="path"/> |
322 |
> |
<runtime name="ROOTSYS" value="$ROOTRFLX_BASE/"/> |
323 |
> |
<runtime name="GENREFLEX" value="$ROOTRFLX_BASE/bin/genreflex"/> |
324 |
> |
<use name="sockets"/> |
325 |
> |
<use name="gccxml"/> |
326 |
> |
</tool> |
327 |
|
EOF_TOOLFILE |
328 |
|
|
329 |
|
# roothtml toolfile |
330 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml |
331 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
332 |
< |
<Tool name=roothtml version=%v> |
333 |
< |
<info url="http://root.cern.ch/root/"></info> |
334 |
< |
<lib name=Html> |
335 |
< |
<use name=rootgpad> |
346 |
< |
</Tool> |
330 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml.xml |
331 |
> |
<tool name="roothtml" version="%v"> |
332 |
> |
<info url="http://root.cern.ch/root/"/> |
333 |
> |
<lib name="Html"/> |
334 |
> |
<use name="rootgpad"/> |
335 |
> |
</tool> |
336 |
|
EOF_TOOLFILE |
337 |
|
|
338 |
|
# rootmlp toolfile |
339 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp |
340 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
341 |
< |
<Tool name=rootmlp version=%v> |
342 |
< |
<info url="http://root.cern.ch/root/"></info> |
343 |
< |
<lib name=MLP> |
344 |
< |
<use name=RootGraphics> |
356 |
< |
</Tool> |
339 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp.xml |
340 |
> |
<tool name="rootmlp" version="%v"> |
341 |
> |
<info url="http://root.cern.ch/root/"/> |
342 |
> |
<lib name="MLP"/> |
343 |
> |
<use name="RootGraphics"/> |
344 |
> |
</tool> |
345 |
|
EOF_TOOLFILE |
346 |
|
|
347 |
|
# roottmva toolfile |
348 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva |
349 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
350 |
< |
<Tool name=roottmva version=%v> |
351 |
< |
<info url="http://root.cern.ch/root/"></info> |
352 |
< |
<lib name=TMVA> |
353 |
< |
<use name=ROOTMLP> |
354 |
< |
<use name=rootminuit> |
367 |
< |
</Tool> |
348 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva.xml |
349 |
> |
<tool name="roottmva" version="%v"> |
350 |
> |
<info url="http://root.cern.ch/root/"/> |
351 |
> |
<lib name="TMVA"/> |
352 |
> |
<use name="ROOTMLP"/> |
353 |
> |
<use name="rootminuit"/> |
354 |
> |
</tool> |
355 |
|
EOF_TOOLFILE |
356 |
|
|
357 |
|
# rootthread toolfile |
358 |
< |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread |
359 |
< |
<doc type=BuildSystem::ToolDoc version=1.0> |
360 |
< |
<Tool name=rootthread version=%v> |
361 |
< |
<info url="http://root.cern.ch/root/"></info> |
362 |
< |
<use name=ROOTCore> |
376 |
< |
</Tool> |
358 |
> |
cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread.xml |
359 |
> |
<tool name="rootthread" version="%v"> |
360 |
> |
<info url="http://root.cern.ch/root/"/> |
361 |
> |
<use name="ROOTCore"/> |
362 |
> |
</tool> |
363 |
|
EOF_TOOLFILE |
364 |
|
|
365 |
|
%post |
366 |
< |
%{relocateConfig}etc/scram.d/root |
381 |
< |
%{relocateConfig}etc/scram.d/rootcore |
382 |
< |
%{relocateConfig}etc/scram.d/roothistmatrix |
383 |
< |
%{relocateConfig}etc/scram.d/rootphysics |
384 |
< |
%{relocateConfig}etc/scram.d/rootgraphics |
385 |
< |
%{relocateConfig}etc/scram.d/rootcintex |
386 |
< |
%{relocateConfig}etc/scram.d/rootinteractive |
387 |
< |
%{relocateConfig}etc/scram.d/rootmath |
388 |
< |
%{relocateConfig}etc/scram.d/rootminuit |
389 |
< |
%{relocateConfig}etc/scram.d/rootminuit2 |
390 |
< |
%{relocateConfig}etc/scram.d/rootrflx |
391 |
< |
%{relocateConfig}etc/scram.d/roothtml |
392 |
< |
%{relocateConfig}etc/scram.d/rootmlp |
393 |
< |
%{relocateConfig}etc/scram.d/roottmva |
394 |
< |
%{relocateConfig}etc/scram.d/rootthread |
366 |
> |
perl -p -i -e "s|%{instroot}|$RPM_INSTALL_PREFIX|g" $(find $RPM_INSTALL_PREFIX/%pkgrel/etc/scram.d -type f) |