ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/root.spec
(Generate patch)

Comparing COMP/CMSDIST/root.spec (file contents):
Revision 1.169 by elmer, Tue Jul 7 15:06:48 2009 UTC vs.
Revision 1.237 by elmer, Mon Jan 24 22:49:09 2011 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.22.00a
1 > ### RPM lcg root 5.27.06b
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 flase;; esac)
8 <
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
19 < Patch10: root-5.22-00a-TMVA-just-shut-the-hell-up
20 < Patch11: root-5.22-00a-th1
21 < Patch12: root-5.22-00a-smatrix
22 < Patch13: root-5.22-00a-fireworks1
23 < Patch14: root-5.22-00a-Reflex-gendict_selclass
24 < Patch15: root-5.22-00a-MatrixInversion
25 < Patch16: root-5.22-00a-gcc44
26 < Patch17: root-5.22-00a-fireworks2
27 < Patch18: root-5.22-00a-fireworks3
28 < Patch19: root-5.22-00a-TBranchElement
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
7 > %define online %(case %cmsplatf in *onl_*_*%closingbrace echo true;; *%closingbrace echo false;; esac)
8 > %define ismac %(case %cmsplatf in osx*%closingbrace echo true;; *%closingbrace e
9 > cho false;; esac)
10 >
11 > Patch0: root-5.27-06-externals
12 > Patch1: root-5.27-04-CINT-maxlongline-maxtypedef
13 > Patch2: root-5.22-00a-roofit-silence-static-printout
14 > Patch3: root-5.22-00d-linker-gnu-hash-style
15 > Patch4: root-5.22-00d-TBranchElement-dropped-data-member
16 > Patch5: root-5.27-06-fireworks9
17 > Patch6: root-5.27-06b-gdb-backtrace
18 > Patch7: root-5.27-06-tmva-DecisionTreeNode
19 > Patch8: root-5.27-06b-r36567
20 > Patch9: root-5.27-06b-r36572
21 > Patch10: root-5.27-06b-r36707
22 > Patch11: root-5.27-06b-r36594
23 > Patch12: root-5.27-06b-tmva-MethodBase-initvar
24 > Patch13: root-5.27-06b-r37582-tmva
25 > Patch14: root-5.27-06b-r37405
26 > Patch15: root-5.27-06b-r37556
27 > Patch16: root-5.27-06-fireworks10
28  
29   %define cpu %(echo %cmsplatf | cut -d_ -f2)
34 %define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2)
30  
31 < Requires: gccxml gsl castor libjpg dcap pcre python
31 > Requires: gccxml gsl libjpg libpng libtiff libungif pcre python fftw3
32 >
33 > %if "%ismac" != "true"
34 > Requires: castor dcap
35 > %endif
36  
37   %if "%online" != "true"
38 < Requires: qt openssl mysql libpng zlib libungif xrootd
40 < %else
41 < %define skiplibtiff true
38 > Requires: openssl zlib xrootd
39   %endif
40  
41 < %if "%cpu" == "amd64"
42 < %define skiplibtiff true
41 > %if "%ismac" == "true"
42 > Requires: gfortran-macosx
43   %endif
44  
45 < %if "%skiplibtiff" != "true"
46 < Requires: libtiff
45 > %if "%online" != "true"
46 > %if "%ismac" != "true"
47 > Requires: qt
48 > %endif
49   %endif
50  
51   %prep
# Line 54 | Line 53 | Requires: libtiff
53   %patch0 -p1
54   %patch1 -p1
55   %patch2 -p1
56 < %patch3 -p1
56 > # patch3 is OS version dependent, see below
57   %patch4 -p1
58   %patch5 -p1
59   %patch6 -p1
60 < %patch7 -p0
61 < %patch8 -p0
60 > %patch7 -p1
61 > %patch8 -p1
62   %patch9 -p1
63   %patch10 -p1
64   %patch11 -p1
65   %patch12 -p1
66   %patch13 -p1
67 < %patch14 -p0
68 < %patch15 -p0
70 < # patch16 is compiler version dependent, see below
71 < %patch17 -p1
72 < %patch18 -p1
73 < %patch19 -p0
74 < %patch20 -p0
75 < %patch21 -p0
76 < # work around patch issue...
77 < rm graf3d/gl/src/gl2ps.c
78 < # patch22 is compiler version dependent, see below
79 <
80 < case %gccver in
81 <  4.3.*)
82 < %patch22 -p1
83 <  ;;
84 <  4.4.*)
67 > %patch14 -p1
68 > %patch15 -p1
69   %patch16 -p1
70 +
71 + # The following patch can only be applied on SLC5 or later (extra linker
72 + # options only available with the SLC5 binutils)
73 + case %cmsplatf in
74 +  slc5_* | slc5onl_* )
75 + %patch3 -p1
76    ;;
77   esac
78 <
78 >
79 > # Delete these (irrelevant) files as the fits appear to confuse rpm on OSX
80 > # (It tries to run install_name_tool on them.)
81 > rm -fR tutorials/fitsio
82 >
83   %build
84  
85   mkdir -p %i
86 + export LIBJPG_ROOT
87   export ROOTSYS=%_builddir/root
88 + export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.)
89  
90   %if "%online" == "true"
91 < # Build without mysql, and use system qt.
96 < # Also skip xrootd and odbc for online case:
91 > # Use system qt. Also skip xrootd and odbc for online case:
92  
93   EXTRA_CONFIG_ARGS="--with-f77=/usr
99             --disable-mysql
100             --disable-xrootd
94               --disable-odbc
95 <             --disable-qt --disable-qtgsi"
95 >             --disable-qt --disable-qtgsi --disable-astiff"
96   %else
97 + export LIBPNG_ROOT ZLIB_ROOT LIBTIFF_ROOT LIBUNGIF_ROOT
98   EXTRA_CONFIG_ARGS="--with-f77=${GCC_ROOT}
105             --with-xrootd=$XROOTD_ROOT
106             --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
99               --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
100               --with-ssl-incdir=${OPENSSL_ROOT}/include
101               --with-ssl-libdir=${OPENSSL_ROOT}/lib
# Line 115 | Line 107 | CONFIG_ARGS="--enable-table
107               --disable-builtin-freetype
108               --disable-builtin-zlib
109               --with-gccxml=${GCCXML_ROOT}
110 <             --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python2.4
110 >             --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python${PYTHONV}
111               --enable-explicitlink
112               --enable-mathmore
113               --enable-reflex  
114               --enable-cintex
115               --enable-minuit2
116 <             --enable-roofit
116 >             --enable-fftw3
117 >             --with-fftw3-incdir=${FFTW3_ROOT}/include
118 >             --with-fftw3-libdir=${FFTW3_ROOT}/lib
119               --disable-ldap
120               --disable-krb5
121 +             --with-xrootd=${XROOTD_ROOT}
122               --with-gsl-incdir=${GSL_ROOT}/include
123               --with-gsl-libdir=${GSL_ROOT}/lib
124               --with-dcap-libdir=${DCAP_ROOT}/lib
125               --with-dcap-incdir=${DCAP_ROOT}/include
126               --disable-pgsql
127 +             --disable-mysql
128 +             --disable-oracle
129               --disable-xml ${EXTRA_CONFIG_ARGS}"
130  
131 < #case %gccver in
132 < #  4.*)
133 < #  CONFIG_ARGS="$CONFIG_ARGS --disable-cern"
134 < #  ;;
135 < #esac
136 <
137 < case $(uname)-$(uname -p) in
138 <  Linux-x86_64)
139 <    ./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff;;
140 <  Linux-i*86)
141 <    ./configure linux  $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;;
142 <  Darwin*)
143 <    ./configure macosx $CONFIG_ARGS --disable-rfio --disable-builtin_afterimage ;;
144 <  Linux-ppc64*)
131 > case %cmsos in
132 >  slc*_amd64)
133 >    ./configure linuxx8664gcc $CONFIG_ARGS --with-rfio-libdir=${CASTOR_ROOT}/lib --with-rfio-incdir=${CASTOR_ROOT}/include/shift --with-castor-libdir=${CASTOR_ROOT}/lib --with-castor-incdir=${CASTOR_ROOT}/include/shift ;;
134 >  slc*_ia32)
135 >    ./configure linux  $CONFIG_ARGS --with-rfio-libdir=${CASTOR_ROOT}/lib --with-rfio-incdir=${CASTOR_ROOT}/include/shift --with-castor-libdir=${CASTOR_ROOT}/lib --with-castor-incdir=${CASTOR_ROOT}/include/shift ;;
136 >  osx*)
137 >    case %cmsplatf in
138 >    *_ia32_* )
139 >      comparch=i386
140 >      macconfig=macosx
141 >      ;;
142 >    *_amd64_* )
143 >      comparch=x86_64
144 >      macconfig=macosx64
145 >      ;;
146 >    * )
147 >      comparch=ppc
148 >      macconfig=macosx
149 >      ;;
150 >    esac
151 >    export CC=`which gcc` CXX=`which g++`
152 >    ./configure $arch $CONFIG_ARGS --with-cc="$CC" --with-cxx="$CXX" --disable-rfio --disable-builtin_afterimage ;;
153 >  slc*_ppc64*)
154      ./configure linux $CONFIG_ARGS --disable-rfio;;
155   esac
156  
# Line 156 | Line 162 | case %cmsplatf in
162     makeopts="%makeprocesses"
163    ;;
164   esac
165 <
166 < make $makeopts
165 >
166 > make $makeopts
167   make cintdlls
168  
169   %install
# Line 176 | Line 182 | export ROOTSYS=%i
182   make INSTALL="$cp" INSTALLDATA="$cp" install
183   mkdir -p $ROOTSYS/lib/python
184   cp -r cint/reflex/python/genreflex $ROOTSYS/lib/python
185 < #
185 > # This file confuses rpm's find-requires because it starts with
186 > # a """ and it thinks is the shebang.
187 > rm -f %i/tutorials/pyroot/mrt.py
188  
189   # SCRAM ToolBox toolfile
190   mkdir -p %i/etc/scram.d
191   # rootcore toolfile
192 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore
193 < <doc type=BuildSystem::ToolDoc version=1.0>
194 < <Tool name=rootcore version=%v>
195 < <info url="http://root.cern.ch/root/"></info>
196 < <lib name=Tree>
197 < <lib name=Net>
198 < <lib name=Thread>
199 < <lib name=MathCore>
200 < <lib name=RIO>
201 < <lib name=Core>
202 < <lib name=Cint>
203 < <Client>
204 < <Environment name=ROOTCORE_BASE default="%i"></Environment>
205 < <Environment name=LIBDIR default="$ROOTCORE_BASE/lib"></Environment>
206 < <Environment name=INCLUDE default="$ROOTCORE_BASE/include"></Environment>
207 < <Environment name=INCLUDE default="$ROOTCORE_BASE/cint"></Environment>
208 < </Client>
209 < <use name=sockets>
210 < <use name=pcre>
211 < <use name=zlib>
212 < <Runtime name=PATH value="$ROOTCORE_BASE/bin" type=path>
213 < <Runtime name=ROOTSYS value="$ROOTCORE_BASE/">
214 < <Runtime name=PYTHONPATH value="$ROOTCORE_BASE/lib" type=path>
207 < </Tool>
192 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore.xml
193 >  <tool name="rootcore" version="%v">
194 >    <info url="http://root.cern.ch/root/"/>
195 >    <lib name="Tree"/>
196 >    <lib name="Net"/>
197 >    <lib name="Thread"/>
198 >    <lib name="MathCore"/>
199 >    <lib name="RIO"/>
200 >    <lib name="Core"/>
201 >    <lib name="Cint"/>
202 >    <client>
203 >      <environment name="ROOTCORE_BASE" default="%i"/>
204 >      <environment name="LIBDIR" default="$ROOTCORE_BASE/lib"/>
205 >      <environment name="INCLUDE" default="$ROOTCORE_BASE/include"/>
206 >      <environment name="INCLUDE" default="$ROOTCORE_BASE/cint"/>
207 >    </client>
208 >    <runtime name="PATH" value="$ROOTCORE_BASE/bin" type="path"/>
209 >    <runtime name="ROOTSYS" value="$ROOTCORE_BASE/"/>
210 >    <runtime name="PYTHONPATH" value="$ROOTCORE_BASE/lib" type="path"/>
211 >    <use name="sockets"/>
212 >    <use name="pcre"/>
213 >    <use name="zlib"/>
214 >  </tool>
215   EOF_TOOLFILE
216  
217   # root toolfile, alias for rootphysics. Using rootphysics is preferred.
218 < cat << \EOF_TOOLFILE >%i/etc/scram.d/root
219 < <doc type=BuildSystem::ToolDoc version=1.0>
220 < <Tool name=root version=%v>
221 < <info url="http://root.cern.ch/root/"></info>
222 < <use name=rootphysics>
216 < </Tool>
218 > cat << \EOF_TOOLFILE >%i/etc/scram.d/root.xml
219 >  <tool name="root" version="%v">
220 >    <info url="http://root.cern.ch/root/"/>
221 >    <use name="rootphysics"/>
222 >  </tool>
223   EOF_TOOLFILE
224  
225   # roothistmatrix toolfile
226 < cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix
227 < <doc type=BuildSystem::ToolDoc version=1.0>
228 < <Tool name=roothistmatrix version=%v>
229 < <info url="http://root.cern.ch/root/"></info>
230 < <lib name=Hist>
231 < <lib name=Matrix>
232 < <use name=ROOTCore>
227 < </Tool>
226 > cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix.xml
227 >  <tool name="roothistmatrix" version="%v">
228 >    <info url="http://root.cern.ch/root/"/>
229 >    <lib name="Hist"/>
230 >    <lib name="Matrix"/>
231 >    <use name="ROOTCore"/>
232 >  </tool>
233   EOF_TOOLFILE
234  
235   # rootgpad toolfile
236 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad
237 < <doc type=BuildSystem::ToolDoc version=1.0>
238 < <Tool name=rootgpad version=%v>
239 < <info url="http://root.cern.ch/root/"></info>
240 < <lib name=Gpad>
241 < <lib name=Graf>
242 < <use name=roothistmatrix>
238 < </Tool>
236 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgpad.xml
237 >  <tool name="rootgpad" version="%v">
238 >    <info url="http://root.cern.ch/root/"/>
239 >    <lib name="Gpad"/>
240 >    <lib name="Graf"/>
241 >    <use name="roothistmatrix"/>
242 >  </tool>
243   EOF_TOOLFILE
244  
245   # rootphysics toolfile
246 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics
247 < <doc type=BuildSystem::ToolDoc version=1.0>
248 < <Tool name=rootphysics version=%v>
249 < <info url="http://root.cern.ch/root/"></info>
250 < <lib name=Physics>
251 < <use name=roothistmatrix>
248 < </Tool>
246 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics.xml
247 >  <tool name="rootphysics" version="%v">
248 >    <info url="http://root.cern.ch/root/"/>
249 >    <lib name="Physics"/>
250 >    <use name="roothistmatrix"/>
251 >  </tool>
252   EOF_TOOLFILE
253  
254   # rootgraphics toolfile, identical to old "root" toolfile
255 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics
256 < <doc type=BuildSystem::ToolDoc version=1.0>
257 < <Tool name=rootgraphics version=%v>
258 < <info url="http://root.cern.ch/root/"></info>
259 < <lib name=TreePlayer>
260 < <lib name=Graf3d>
261 < <lib name=Postscript>
262 < <use name=rootgpad>
260 < </Tool>
255 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics.xml
256 >  <tool name="rootgraphics" version="%v">
257 >    <info url="http://root.cern.ch/root/"/>
258 >    <lib name="TreePlayer"/>
259 >    <lib name="Graf3d"/>
260 >    <lib name="Postscript"/>
261 >    <use name="rootgpad"/>
262 >  </tool>
263   EOF_TOOLFILE
264  
265   # rootcintex toolfile
266 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex
267 < <doc type=BuildSystem::ToolDoc version=1.0>
268 < <Tool name=rootcintex version=%v>
269 < <info url="http://root.cern.ch/root/"></info>
270 < <lib name=Cintex>
271 < <use name=ROOTRflx>
272 < <use name=ROOTCore>
273 < </Tool>
274 < EOF_TOOLFILE
275 <
276 < # (temporarily eviscerated) rootinteractive toolfile (GQt/qt lib dependencies
277 < # have been removed for the moment)
278 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive
279 < <doc type=BuildSystem::ToolDoc version=1.0>
280 < <Tool name=rootinteractive version=%v>
281 < <info url="http://root.cern.ch/root/"></info>
282 < <lib name=Rint>
283 < <lib name=GQt>
284 < <lib name=Gui>
285 < <use name=qt>
286 < <use name=libjpg>
287 < <use name=libpng>
288 < <use name=rootgpad>
289 < </Tool>
266 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex.xml
267 >  <tool name="rootcintex" version="%v">
268 >    <info url="http://root.cern.ch/root/"/>
269 >    <lib name="Cintex"/>
270 >    <use name="ROOTRflx"/>
271 >    <use name="ROOTCore"/>
272 >  </tool>
273 > EOF_TOOLFILE
274 >
275 > # rootinteractive toolfile (GQt/qt lib dependencies
276 > # have been moved to rootqt.xml)
277 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive.xml
278 >  <tool name="rootinteractive" version="%v">
279 >    <info url="http://root.cern.ch/root/"/>
280 >    <lib name="Rint"/>
281 >    <lib name="Gui"/>
282 >    <use name="libjpg"/>
283 >    <use name="libpng"/>
284 >    <use name="rootgpad"/>
285 >  </tool>
286 > EOF_TOOLFILE
287 >
288 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootqt.xml
289 >  <tool name="rootqt" version="%v">
290 >    <info url="http://root.cern.ch/root/"/>
291 >    <lib name="GQt"/>
292 >    <use name="qt"/>
293 >  </tool>
294   EOF_TOOLFILE
295  
296   # rootmath toolfile
297 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath
298 < <doc type=BuildSystem::ToolDoc version=1.0>
299 < <Tool name=rootmath version=%v>
300 < <info url="http://root.cern.ch/root/"></info>
301 < <lib name=GenVector>
302 < <lib name=MathMore>
303 < <use name=ROOTCore>
304 < <use name=gsl>
299 < </Tool>
297 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath.xml
298 >  <tool name="rootmath" version="%v">
299 >    <info url="http://root.cern.ch/root/"/>
300 >    <lib name="GenVector"/>
301 >    <lib name="MathMore"/>
302 >    <use name="ROOTCore"/>
303 >    <use name="gsl"/>
304 >  </tool>
305   EOF_TOOLFILE
306  
307   # rootminuit toolfile
308 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit
309 < <doc type=BuildSystem::ToolDoc version=1.0>
310 < <Tool name=rootminuit version=%v>
311 < <info url="http://root.cern.ch/root/"></info>
312 < <lib name=Minuit>
313 < <use name=rootgpad>
309 < </Tool>
308 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit.xml
309 >  <tool name="rootminuit" version="%v">
310 >    <info url="http://root.cern.ch/root/"/>
311 >    <lib name="Minuit"/>
312 >    <use name="rootgpad"/>
313 >  </tool>
314   EOF_TOOLFILE
315  
316   # rootminuit2 toolfile
317 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2
318 < <doc type=BuildSystem::ToolDoc version=1.0>
319 < <Tool name=rootminuit2 version=%v>
320 < <info url="http://root.cern.ch/root/"></info>
321 < <lib name=Minuit2>
322 < <use name=rootgpad>
319 < </Tool>
317 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2.xml
318 >  <tool name="rootminuit2" version="%v">
319 >    <info url="http://root.cern.ch/root/"/>
320 >    <lib name="Minuit2"/>
321 >    <use name="rootgpad"/>
322 >  </tool>
323   EOF_TOOLFILE
324  
325   # rootrflx toolfile
326 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx
327 < <doc type=BuildSystem::ToolDoc version=1.0>
328 < <Tool name=rootrflx version=%v>
329 < <info url="http://root.cern.ch/root/"></info>
330 < <lib name=Reflex>
331 < <Client>
332 < <Environment name=ROOTRFLX_BASE default="%i"></Environment>
333 < <Environment name=LIBDIR default="$ROOTRFLX_BASE/lib"></Environment>
334 < <Environment name=INCLUDE default="$ROOTRFLX_BASE/include"></Environment>
335 < </Client>
336 < <use name=sockets>
337 < <use name=gccxml>
338 < <Runtime name=PATH value="$ROOTRFLX_BASE/bin" type=path>
339 < <Runtime name=ROOTSYS value="$ROOTRFLX_BASE/">
340 < <Runtime name=GENREFLEX value="$ROOTRFLX_BASE/bin/genreflex">
338 < </Tool>
326 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx.xml
327 >  <tool name="rootrflx" version="%v">
328 >    <info url="http://root.cern.ch/root/"/>
329 >    <lib name="Reflex"/>
330 >    <client>
331 >      <environment name="ROOTRFLX_BASE" default="%i"/>
332 >      <environment name="LIBDIR" default="$ROOTRFLX_BASE/lib"/>
333 >      <environment name="INCLUDE" default="$ROOTRFLX_BASE/include"/>
334 >    </client>
335 >    <runtime name="PATH" value="$ROOTRFLX_BASE/bin" type="path"/>
336 >    <runtime name="ROOTSYS" value="$ROOTRFLX_BASE/"/>
337 >    <runtime name="GENREFLEX" value="$ROOTRFLX_BASE/bin/genreflex"/>
338 >    <use name="sockets"/>
339 >    <use name="gccxml"/>
340 >  </tool>
341   EOF_TOOLFILE
342  
343   # roothtml toolfile
344 < cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml
345 < <doc type=BuildSystem::ToolDoc version=1.0>
346 < <Tool name=roothtml version=%v>
347 < <info url="http://root.cern.ch/root/"></info>
348 < <lib name=Html>
349 < <use name=rootgpad>
348 < </Tool>
349 < EOF_TOOLFILE
350 <
351 < # rootroofit toolfile
352 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootroofit
353 < <doc type=BuildSystem::ToolDoc version=1.0>
354 < <Tool name=rootroofit version=%v>
355 < <info url="http://root.cern.ch/root/"></info>
356 < <lib name=RooFit>
357 < <lib name=RooFitCore>
358 < <use name=ROOTMinuit>
359 < </Tool>
344 > cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml.xml
345 >  <tool name="roothtml" version="%v">
346 >    <info url="http://root.cern.ch/root/"/>
347 >    <lib name="Html"/>
348 >    <use name="rootgpad"/>
349 >  </tool>
350   EOF_TOOLFILE
351  
352   # rootmlp toolfile
353 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp
354 < <doc type=BuildSystem::ToolDoc version=1.0>
355 < <Tool name=rootmlp version=%v>
356 < <info url="http://root.cern.ch/root/"></info>
357 < <lib name=MLP>
358 < <use name=RootGraphics>
369 < </Tool>
353 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp.xml
354 >  <tool name="rootmlp" version="%v">
355 >    <info url="http://root.cern.ch/root/"/>
356 >    <lib name="MLP"/>
357 >    <use name="RootGraphics"/>
358 >  </tool>
359   EOF_TOOLFILE
360  
361   # roottmva toolfile
362 < cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva
363 < <doc type=BuildSystem::ToolDoc version=1.0>
364 < <Tool name=roottmva version=%v>
365 < <info url="http://root.cern.ch/root/"></info>
366 < <lib name=TMVA>
367 < <use name=ROOTMLP>
368 < <use name=rootminuit>
380 < </Tool>
362 > cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva.xml
363 >  <tool name="roottmva" version="%v">
364 >    <info url="http://root.cern.ch/root/"/>
365 >    <lib name="TMVA"/>
366 >    <use name="ROOTMLP"/>
367 >    <use name="rootminuit"/>
368 >  </tool>
369   EOF_TOOLFILE
370  
371   # rootthread toolfile
372 < cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread
373 < <doc type=BuildSystem::ToolDoc version=1.0>
374 < <Tool name=rootthread version=%v>
375 < <info url="http://root.cern.ch/root/"></info>
376 < <use name=ROOTCore>
389 < </Tool>
372 > cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread.xml
373 >  <tool name="rootthread" version="%v">
374 >    <info url="http://root.cern.ch/root/"/>
375 >    <use name="ROOTCore"/>
376 >  </tool>
377   EOF_TOOLFILE
378  
379   %post
380 < %{relocateConfig}etc/scram.d/root
381 < %{relocateConfig}etc/scram.d/rootcore
395 < %{relocateConfig}etc/scram.d/roothistmatrix
396 < %{relocateConfig}etc/scram.d/rootphysics
397 < %{relocateConfig}etc/scram.d/rootgraphics
398 < %{relocateConfig}etc/scram.d/rootcintex
399 < %{relocateConfig}etc/scram.d/rootinteractive
400 < %{relocateConfig}etc/scram.d/rootmath
401 < %{relocateConfig}etc/scram.d/rootminuit
402 < %{relocateConfig}etc/scram.d/rootminuit2
403 < %{relocateConfig}etc/scram.d/rootrflx
404 < %{relocateConfig}etc/scram.d/roothtml
405 < %{relocateConfig}etc/scram.d/rootroofit
406 < %{relocateConfig}etc/scram.d/rootmlp
407 < %{relocateConfig}etc/scram.d/roottmva
408 < %{relocateConfig}etc/scram.d/rootthread
380 > perl -p -i -e "s|%{instroot}|$RPM_INSTALL_PREFIX|g" $(find $RPM_INSTALL_PREFIX/%pkgrel/etc/scram.d -type f)
381 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines