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.107 by dlange, Sat Mar 8 02:24:13 2008 UTC vs.
Revision 1.314 by eulisse, Thu Dec 1 10:29:56 2011 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.18.00a
1 > ### RPM lcg root 5.30.02
2   ## INITENV +PATH PYTHONPATH %i/lib/python
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 <
7 < Patch0: root-5.18-00-libpng
8 < Patch1: root-5.18-00a-CINT-maxlongline
9 < Patch2: root_5.18-00-CINTFunctional
10 < Patch3: root-5.18-00a-TBufferXML
11 < Patch4: root-5.18-00a-Cintex
12 <
13 <
3 > ## INITENV SET ROOTSYS %i  
4 > #Source: ftp://root.cern.ch/%n/%{n}_v%{realversion}.source.tar.gz
5 > %define svntag %(echo %realversion | tr . -)
6 > Source: svn://root.cern.ch/svn/root/tags/v%{svntag}/?scheme=http&strategy=export&module=%n-%{realversion}&output=/%n-%{realversion}.tgz
7 > %define online %(case %cmsplatf in (*onl_*_*) echo true;; (*) echo false;; esac)
8 > %define ismac %(case %cmsplatf in (osx*) echo true;; (*) echo false;; esac)
9 >
10 > Patch0: root-5.28-00d-externals
11 > Patch1: root-5.28-00d-CINT-maxlongline-maxtypedef
12 > Patch2: root-5.28-00d-roofit-silence-static-printout
13 > Patch3: root-5.28-00d-linker-gnu-hash-style
14 > #Patch4: root-5.28-00d-TBranchElement-dropped-data-member
15 > #Patch5: root-5.30-00-TSchemaRuleProcessor-nested-space
16 > #Patch5: root-5.28-00d-r37582-tmva
17 > #Patch6: root-5.28-00d-TTreeCache-r37919
18 > #Patch7: root-5.28-00d-r38248-r38259-r38264-r38265-r38267
19 > #Patch8: root-5.28-00d-fireworks1
20 > #Patch9: root-5.28-00d-r39155
21 > #Patch10: root-5.28-00d-r39525
22 > #Patch11: root-5.28-00d-r39657
23 > #Patch12: root-5.28-00d-r39759
24 > #Patch13: root-5.28-00d-fix-tsystem-load-macosx
25 > Patch14: root-5.30.02-detect-arch
26 > #Patch15: root-5.30.02-fix-isnan
27 > Patch16: root-5.30.02-fix-gcc46
28 > Patch17: root-5.30.02-r41453
29 > Patch18: root-5.30.02-r41523
30 > Patch19: root-5.30.02-fix-isnan-again
31 > Patch20: root-5.30.02-r41402
32 >
33   %define cpu %(echo %cmsplatf | cut -d_ -f2)
15 %define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2)
34  
35 < Requires: gccxml gsl castor libjpg dcap pcre python
35 > Requires: gccxml gsl libjpg libpng libtiff libungif pcre python fftw3 xz xrootd
36  
37 < %if "%{?online_release:set}" != "set"
38 < Requires: qt openssl mysql libpng zlib oracle libungif xrootd
39 < %else
40 < %define skiplibtiff true
37 > %if "%ismac" != "true"
38 > Requires: castor dcap
39 > %endif
40 >
41 > %if "%online" != "true"
42 > Requires: openssl zlib
43   %endif
44  
45 < %if "%cpu" == "amd64"
46 < %define skiplibtiff true
45 > %define keep_archives true
46 > %if "%(case %cmsplatf in (osx*_*_gcc421) echo true ;; (*) echo false ;; esac)" == "true"
47 > Requires: gfortran-macosx
48   %endif
49  
50 < %if "%skiplibtiff" != "true"
51 < Requires: libtiff
50 > %if "%(case %cmsplatf in (osx*) echo true ;; (*) echo false ;; esac)" == "true"
51 > Requires: freetype
52   %endif
53  
54   %prep
55 < %setup -n root
55 > %setup -n root-%realversion
56   %patch0 -p1
57   %patch1 -p1
58 < %patch2 -p0
58 > %patch2 -p1
59 > # patch3 is OS version dependent, see below
60 > # patch4 -p1
61 > # patch5 -p2
62 > # patch5 -p1
63 > # patch6 -p1
64 > # patch7 -p1
65 > # patch8 -p1
66 > # patch9 -p1
67 > # patch10 -p1 TRY AGAIN!
68 > # patch11 -p0
69 > # patch12 -p2
70 > # patch13 -p1
71 > %patch14 -p0
72 > # patch15 -p1
73 > %patch16 -p1
74 > %patch17 -p1
75 > %patch18 -p2
76 > %patch19 -p1
77 > %patch20 -p2
78 >
79 > # The following patch can only be applied on SLC5 or later (extra linker
80 > # options only available with the SLC5 binutils)
81 > case %cmsplatf in
82 >  slc[56]_* | slc5onl_* )
83   %patch3 -p1
84 < %patch4 -p0
84 >  ;;
85 > esac
86 >
87 > # Delete these (irrelevant) files as the fits appear to confuse rpm on OSX
88 > # (It tries to run install_name_tool on them.)
89 > rm -fR tutorials/fitsio
90  
91   %build
92 +
93   mkdir -p %i
94 + export LIBJPG_ROOT
95   export ROOTSYS=%_builddir/root
96 + export PYTHONV=$(echo $PYTHON_VERSION | cut -f1,2 -d.)
97  
98 < %if "%{?online_release:set}" == "set"
99 < # Use oracle from xdaq installation:
100 < ORACLE_ROOT="/opt/xdaq"
101 < # Build without mysql, and use system qt and openssl:
102 < EXTRA_CONFIG_ARGS="
50 <             --disable-mysql
51 <             --enable-qt
52 <             --enable-ssl"
53 < # Also skip xrootd option for online case.
98 > %if "%online" == "true"
99 > # Also skip xrootd and odbc for online case:
100 >
101 > EXTRA_CONFIG_ARGS="--with-f77=/usr
102 >             --disable-odbc --disable-astiff"
103   %else
104 < EXTRA_CONFIG_ARGS="
105 <             --with-xrootd=$XROOTD_ROOT
57 <             --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
58 <             --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
104 > export LIBPNG_ROOT ZLIB_ROOT LIBTIFF_ROOT LIBUNGIF_ROOT
105 > EXTRA_CONFIG_ARGS="--with-f77=${GCC_ROOT}
106               --with-ssl-incdir=${OPENSSL_ROOT}/include
107               --with-ssl-libdir=${OPENSSL_ROOT}/lib"
108   %endif
109 <
109 > LZMA=${XZ_ROOT}
110 > export LZMA
111   CONFIG_ARGS="--enable-table
112               --disable-builtin-pcre
113               --disable-builtin-freetype
114               --disable-builtin-zlib
115               --with-gccxml=${GCCXML_ROOT}
116 <             --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python2.4
116 >             --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python${PYTHONV}
117               --enable-explicitlink
70             --enable-qtgsi
71             --enable-mathcore
118               --enable-mathmore
119               --enable-reflex  
120               --enable-cintex
121 <             --enable-minuit2
122 <             --enable-roofit
121 >             --enable-minuit2
122 >             --disable-builtin-lzma
123 >             --enable-fftw3
124 >             --with-fftw3-incdir=${FFTW3_ROOT}/include
125 >             --with-fftw3-libdir=${FFTW3_ROOT}/lib
126               --disable-ldap
127               --disable-krb5
128 +             --with-xrootd=${XROOTD_ROOT}
129               --with-gsl-incdir=${GSL_ROOT}/include
130               --with-gsl-libdir=${GSL_ROOT}/lib
131               --with-dcap-libdir=${DCAP_ROOT}/lib
132               --with-dcap-incdir=${DCAP_ROOT}/include
133               --disable-pgsql
134 <             --disable-xml ${EXTRA_CONFIG_ARGS}"
135 <
136 < %if (("%cmsplatf" == "slc4_ia32_gcc412")||("%cmsplatf" == "slc4_ia32_gcc422")||("%cmsplatf" == "slc4_amd64_gcc345"))
137 <  CONFIG_ARGS="$CONFIG_ARGS --disable-cern"
138 < %endif
139 <
140 < case $(uname)-$(uname -p) in
141 <  Linux-x86_64)
142 <    ./configure linuxx8664gcc $CONFIG_ARGS --enable-oracle --with-oracle-libdir=${ORACLE_ROOT}/lib --with-oracle-incdir=${ORACLE_ROOT}/include --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff --disable-cern;;
143 <  Linux-i*86)
144 <    ./configure linux  $CONFIG_ARGS --enable-oracle --with-oracle-libdir=${ORACLE_ROOT}/lib --with-oracle-incdir=${ORACLE_ROOT}/include --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;;
145 <  Darwin*)
96 <    ./configure macosx $CONFIG_ARGS --disable-rfio;;
97 <  Linux-ppc64*)
134 >             --disable-mysql
135 >             --disable-qt --disable-qtgsi
136 >             --disable-oracle ${EXTRA_CONFIG_ARGS}"
137 >
138 > case %cmsos in
139 >  slc*)
140 >    ./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 ;;
141 >  osx*)
142 >    comparch=x86_64
143 >    macconfig=macosx64
144 >    ./configure $arch $CONFIG_ARGS --disable-rfio --disable-builtin_afterimage ;;
145 >  slc*_ppc64*)
146      ./configure linux $CONFIG_ARGS --disable-rfio;;
147   esac
148  
149 < make  %makeprocesses
150 < make cintdlls
149 > makeopts="%makeprocesses"
150 >
151 > make $makeopts
152 >
153   %install
154   # Override installers if we are using GNU fileutils cp.  On OS X
155   # ROOT's INSTALL is defined to "cp -pPR", which only works with
# Line 115 | Line 165 | fi
165   export ROOTSYS=%i
166   make INSTALL="$cp" INSTALLDATA="$cp" install
167   mkdir -p $ROOTSYS/lib/python
168 < cp -r reflex/python/genreflex $ROOTSYS/lib/python
169 < #
168 > cp -r cint/reflex/python/genreflex $ROOTSYS/lib/python
169 > # This file confuses rpm's find-requires because it starts with
170 > # a """ and it thinks is the shebang.
171 > rm -f %i/tutorials/pyroot/mrt.py
172 >
173  
121 # SCRAM ToolBox toolfile
122 mkdir -p %i/etc/scram.d
123 # rootcore toolfile
124 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcore
125 <doc type=BuildSystem::ToolDoc version=1.0>
126 <Tool name=rootcore version=%v>
127 <info url="http://root.cern.ch/root/"></info>
128 <lib name=Cint>
129 <lib name=Core>
130 <lib name=RIO>
131 <lib name=Net>
132 <lib name=Tree>
133 <Client>
134 <Environment name=ROOTCORE_BASE default="%i"></Environment>
135 <Environment name=LIBDIR default="$ROOTCORE_BASE/lib"></Environment>
136 <Environment name=INCLUDE default="$ROOTCORE_BASE/include"></Environment>
137 <Environment name=INCLUDE default="$ROOTCORE_BASE/cint"></Environment>
138 </Client>
139 <use name=sockets>
140 <use name=pcre>
141 <use name=zlib>
142 <Runtime name=PATH value="$ROOTCORE_BASE/bin" type=path>
143 <Runtime name=ROOTSYS value="$ROOTCORE_BASE/">
144 <Runtime name=PYTHONPATH value="$ROOTCORE_BASE/lib" type=path>
145 </Tool>
146 EOF_TOOLFILE
147
148 # root toolfile
149 cat << \EOF_TOOLFILE >%i/etc/scram.d/root
150 <doc type=BuildSystem::ToolDoc version=1.0>
151 <Tool name=root version=%v>
152 <info url="http://root.cern.ch/root/"></info>
153 <lib name=TreePlayer>
154 <lib name=Gpad>
155 <lib name=Graf3d>
156 <lib name=Graf>
157 <lib name=Hist>
158 <lib name=Matrix>
159 <lib name=Physics>
160 <lib name=Postscript>
161 <use name=ROOTCore>
162 </Tool>
163 EOF_TOOLFILE
164
165 # rootcintex toolfile
166 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootcintex
167 <doc type=BuildSystem::ToolDoc version=1.0>
168 <Tool name=rootcintex version=%v>
169 <info url="http://root.cern.ch/root/"></info>
170 <lib name=Cintex>
171 <use name=ROOTRflx>
172 <use name=ROOTCore>
173 </Tool>
174 EOF_TOOLFILE
175
176 # rootinteractive toolfile
177 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootinteractive
178 <doc type=BuildSystem::ToolDoc version=1.0>
179 <Tool name=rootinteractive version=%v>
180 <info url="http://root.cern.ch/root/"></info>
181 <lib name=Rint>
182 <lib name=GQt>
183 <use name=qt>
184 <use name=libjpg>
185 <use name=libpng>
186 <use name=ROOT>
187 </Tool>
188 EOF_TOOLFILE
189
190 # rootmath toolfile
191 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmath
192 <doc type=BuildSystem::ToolDoc version=1.0>
193 <Tool name=rootmath version=%v>
194 <info url="http://root.cern.ch/root/"></info>
195 <lib name=MathCore>
196 <lib name=MathMore>
197 <use name=ROOTCore>
198 <use name=gsl>
199 </Tool>
200 EOF_TOOLFILE
201
202 # rootminuit toolfile
203 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit
204 <doc type=BuildSystem::ToolDoc version=1.0>
205 <Tool name=rootminuit version=%v>
206 <info url="http://root.cern.ch/root/"></info>
207 <lib name=Minuit>
208 <use name=ROOT>
209 </Tool>
210 EOF_TOOLFILE
211
212 # rootminuit2 toolfile
213 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootminuit2
214 <doc type=BuildSystem::ToolDoc version=1.0>
215 <Tool name=rootminuit2 version=%v>
216 <info url="http://root.cern.ch/root/"></info>
217 <lib name=Minuit2>
218 <use name=ROOT>
219 </Tool>
220 EOF_TOOLFILE
221
222 # rootrflx toolfile
223 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootrflx
224 <doc type=BuildSystem::ToolDoc version=1.0>
225 <Tool name=rootrflx version=%v>
226 <info url="http://root.cern.ch/root/"></info>
227 <lib name=Reflex>
228 <Client>
229 <Environment name=ROOTRFLX_BASE default="%i"></Environment>
230 <Environment name=LIBDIR default="$ROOTRFLX_BASE/lib"></Environment>
231 <Environment name=INCLUDE default="$ROOTRFLX_BASE/include"></Environment>
232 </Client>
233 <use name=sockets>
234 <use name=gccxml>
235 <Runtime name=PATH value="$ROOTRFLX_BASE/bin" type=path>
236 <Runtime name=ROOTSYS value="$ROOTRFLX_BASE/">
237 <Runtime name=GENREFLEX value="$ROOTRFLX_BASE/bin/genreflex">
238 </Tool>
239 EOF_TOOLFILE
240
241 # roothtml toolfile
242 cat << \EOF_TOOLFILE >%i/etc/scram.d/roothtml
243 <doc type=BuildSystem::ToolDoc version=1.0>
244 <Tool name=roothtml version=%v>
245 <info url="http://root.cern.ch/root/"></info>
246 <lib name=Html>
247 <use name=ROOT>
248 </Tool>
249 EOF_TOOLFILE
250
251 # rootroofit toolfile
252 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootroofit
253 <doc type=BuildSystem::ToolDoc version=1.0>
254 <Tool name=rootroofit version=%v>
255 <info url="http://root.cern.ch/root/"></info>
256 <lib name=RooFitCore>
257 <lib name=RooFit>
258 <use name=ROOTMinuit>
259 <use name=ROOTHtml>
260 </Tool>
261 EOF_TOOLFILE
262
263 # rootmlp toolfile
264 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootmlp
265 <doc type=BuildSystem::ToolDoc version=1.0>
266 <Tool name=rootmlp version=%v>
267 <info url="http://root.cern.ch/root/"></info>
268 <lib name=MLP>
269 <use name=ROOT>
270 </Tool>
271 EOF_TOOLFILE
272
273 # roottmva toolfile
274 cat << \EOF_TOOLFILE >%i/etc/scram.d/roottmva
275 <doc type=BuildSystem::ToolDoc version=1.0>
276 <Tool name=roottmva version=%v>
277 <info url="http://root.cern.ch/root/"></info>
278 <lib name=TMVA>
279 <use name=ROOTMLP>
280 </Tool>
281 EOF_TOOLFILE
282
283 # rootthread toolfile
284 cat << \EOF_TOOLFILE >%i/etc/scram.d/rootthread
285 <doc type=BuildSystem::ToolDoc version=1.0>
286 <Tool name=rootthread version=%v>
287 <info url="http://root.cern.ch/root/"></info>
288 <lib name=Thread>
289 <use name=ROOTCore>
290 </Tool>
291 EOF_TOOLFILE
292
293 %post
294 %{relocateConfig}etc/scram.d/root
295 %{relocateConfig}etc/scram.d/rootcore
296 %{relocateConfig}etc/scram.d/rootcintex
297 %{relocateConfig}etc/scram.d/rootinteractive
298 %{relocateConfig}etc/scram.d/rootmath
299 %{relocateConfig}etc/scram.d/rootminuit
300 %{relocateConfig}etc/scram.d/rootminuit2
301 %{relocateConfig}etc/scram.d/rootrflx
302 %{relocateConfig}etc/scram.d/roothtml
303 %{relocateConfig}etc/scram.d/rootroofit
304 %{relocateConfig}etc/scram.d/rootmlp
305 %{relocateConfig}etc/scram.d/roottmva
306 %{relocateConfig}etc/scram.d/rootthread

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines