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.93 by elmer, Fri Jan 18 21:22:01 2008 UTC vs.
Revision 1.124 by andreasp, Tue Sep 23 20:20:41 2008 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.18.00-CMS19
1 > ### RPM lcg root 5.18.00a
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-00-CINT-maxlongline
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 > Patch5:  root-5.18-00a-Cintex2
13 > Patch6:  root-5.18-00a-TBufferFile
14 > Patch7:  root-5.18-00a-cintexquickfix2
15 > Patch8:  root-5.18-00a-gendict-performance
16 > Patch9:  root-5.18-00a-TClass-classNameSize
17 > Patch10: root-5.18-00a-TFile-stlStreamerInfo
18  
19   %define cpu %(echo %cmsplatf | cut -d_ -f2)
20   %define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2)
12 Requires: gccxml python qt gsl castor openssl mysql libpng libjpg dcap pcre zlib oracle libungif xrootd
21  
22 < %if "%cpu" != "amd64"
22 > Requires: gccxml gsl castor libjpg dcap pcre python
23 >
24 > %if "%cmsplatf" != "slc4onl_ia32_gcc346"
25 > Requires: qt openssl mysql libpng zlib libungif xrootd
26 > %else
27 > %define skiplibtiff true
28 > %endif
29 >
30 > %if "%cpu" == "amd64"
31 > %define skiplibtiff true
32 > %endif
33 >
34 > %if "%skiplibtiff" != "true"
35   Requires: libtiff
36   %endif
37  
# Line 19 | Line 39 | Requires: libtiff
39   %setup -n root
40   %patch0 -p1
41   %patch1 -p1
42 + %patch2 -p0
43 + %patch3 -p1
44 + %patch4 -p0
45 + %patch5 -p0
46 + %patch6 -p0
47 + %patch7 -p0
48 + %patch8 -p1
49 + %patch9 -p0
50 + %patch10 -p0
51  
52   %build
53   mkdir -p %i
54   export ROOTSYS=%_builddir/root
55 +
56 + %if "%cmsplatf" == "slc4onl_ia32_gcc346"
57 + # Build without mysql, and use system qt.
58 + # Also skip xrootd and odbc for online case:
59 +
60 + EXTRA_CONFIG_ARGS="
61 +             --disable-mysql
62 +             --disable-xrootd
63 +             --disable-odbc
64 +             --enable-qt"
65 + %else
66 + EXTRA_CONFIG_ARGS="
67 +             --with-xrootd=$XROOTD_ROOT
68 +             --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
69 +             --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
70 +             --with-ssl-incdir=${OPENSSL_ROOT}/include
71 +             --with-ssl-libdir=${OPENSSL_ROOT}/lib"
72 + %endif
73 +
74   CONFIG_ARGS="--enable-table
75               --disable-builtin-pcre
76               --disable-builtin-freetype
77               --disable-builtin-zlib
78               --with-gccxml=${GCCXML_ROOT}
79               --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include/python2.4
32             --enable-mysql --with-mysql-libdir=${MYSQL_ROOT}/lib --with-mysql-incdir=${MYSQL_ROOT}/include
80               --enable-explicitlink
81               --enable-qtgsi
35             --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
82               --enable-mathcore
83               --enable-mathmore
84               --enable-reflex  
# Line 41 | Line 87 | CONFIG_ARGS="--enable-table
87               --enable-roofit
88               --disable-ldap
89               --disable-krb5
44             --with-ssl-incdir=${OPENSSL_ROOT}/include
45             --with-ssl-libdir=${OPENSSL_ROOT}/lib
90               --with-gsl-incdir=${GSL_ROOT}/include
91               --with-gsl-libdir=${GSL_ROOT}/lib
92               --with-dcap-libdir=${DCAP_ROOT}/lib
93               --with-dcap-incdir=${DCAP_ROOT}/include
50             --with-xrootd=$XROOTD_ROOT
94               --disable-pgsql
95 <             --disable-xml"
95 >             --disable-xml ${EXTRA_CONFIG_ARGS}"
96  
97   %if (("%cmsplatf" == "slc4_ia32_gcc412")||("%cmsplatf" == "slc4_ia32_gcc422")||("%cmsplatf" == "slc4_amd64_gcc345"))
98    CONFIG_ARGS="$CONFIG_ARGS --disable-cern"
# Line 57 | Line 100 | CONFIG_ARGS="--enable-table
100  
101   case $(uname)-$(uname -p) in
102    Linux-x86_64)
103 <    ./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;;
103 >    ./configure linuxx8664gcc $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift --disable-astiff --disable-cern;;
104    Linux-i*86)
105 <    ./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;;
105 >    ./configure linux  $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;;
106    Darwin*)
107      ./configure macosx $CONFIG_ARGS --disable-rfio;;
108    Linux-ppc64*)
# Line 113 | Line 156 | cat << \EOF_TOOLFILE >%i/etc/scram.d/roo
156   </Tool>
157   EOF_TOOLFILE
158  
159 < # root toolfile
159 > # root toolfile, alias for rootphysics. Using rootphysics is preferred.
160   cat << \EOF_TOOLFILE >%i/etc/scram.d/root
161   <doc type=BuildSystem::ToolDoc version=1.0>
162   <Tool name=root version=%v>
163   <info url="http://root.cern.ch/root/"></info>
164 + <use name=rootphysics>
165 + </Tool>
166 + EOF_TOOLFILE
167 +
168 + # roothistmatrix toolfile
169 + cat << \EOF_TOOLFILE >%i/etc/scram.d/roothistmatrix
170 + <doc type=BuildSystem::ToolDoc version=1.0>
171 + <Tool name=roothistmatrix version=%v>
172 + <info url="http://root.cern.ch/root/"></info>
173 + <lib name=Hist>
174 + <lib name=Matrix>
175 + <use name=ROOTCore>
176 + </Tool>
177 + EOF_TOOLFILE
178 +
179 + # rootphysics toolfile
180 + cat << \EOF_TOOLFILE >%i/etc/scram.d/rootphysics
181 + <doc type=BuildSystem::ToolDoc version=1.0>
182 + <Tool name=rootphysics version=%v>
183 + <info url="http://root.cern.ch/root/"></info>
184 + <lib name=Physics>
185 + <use name=roothistmatrix>
186 + </Tool>
187 + EOF_TOOLFILE
188 +
189 + # rootgraphics toolfile, identical to old "root" toolfile
190 + cat << \EOF_TOOLFILE >%i/etc/scram.d/rootgraphics
191 + <doc type=BuildSystem::ToolDoc version=1.0>
192 + <Tool name=rootgraphics version=%v>
193 + <info url="http://root.cern.ch/root/"></info>
194   <lib name=TreePlayer>
195   <lib name=Gpad>
196   <lib name=Graf3d>
# Line 261 | Line 334 | EOF_TOOLFILE
334   %post
335   %{relocateConfig}etc/scram.d/root
336   %{relocateConfig}etc/scram.d/rootcore
337 + %{relocateConfig}etc/scram.d/roothistmatrix
338 + %{relocateConfig}etc/scram.d/rootphysics
339 + %{relocateConfig}etc/scram.d/rootgraphics
340   %{relocateConfig}etc/scram.d/rootcintex
341   %{relocateConfig}etc/scram.d/rootinteractive
342   %{relocateConfig}etc/scram.d/rootmath

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines