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.73 by dlange, Mon Oct 15 12:31:04 2007 UTC vs.
Revision 1.99 by elmer, Wed Feb 20 13:05:34 2008 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.14.00g-CMS11
1 > ### RPM lcg root 5.14.00g-CMS18c
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
# Line 12 | Line 12 | Patch4: root_TXMLSetup
12   Patch5: root-Cintex
13   Patch6: root_Reflex_Cintex
14   Patch7: root_CallFunc
15 < Patch8: root-proofd
15 > # The following patch should only be applied for gcc4.x (x>0) and when
16 > # using gccxml 0.7.0
17 > Patch9: root_5.14_reflex_gccxml070_update
18 > Patch10: root-5.14-xrootd-20071001-0000a
19 > Patch11: root-5.14-silence-tmva
20 > Patch12: root_5.14-CINTFunctional
21  
22   %define cpu %(echo %cmsplatf | cut -d_ -f2)
23   %define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2)
# Line 32 | Line 37 | Requires: libtiff
37   %patch5 -p1
38   %patch6 -p0
39   %patch7 -p0
40 < %patch8 -p1
40 > %if "%cmsplatf" == "slc4_ia32_gcc412"
41 > %patch9 -p1
42 > %endif
43 > %patch10 -p1
44 > %patch11 -p1
45 > %patch12 -p0
46  
47   %build
48   mkdir -p %i
# Line 65 | Line 75 | CONFIG_ARGS="--enable-table
75               --disable-pgsql
76               --disable-xml"
77  
78 + %if (("%cmsplatf" == "slc4_ia32_gcc412")||("%cmsplatf" == "slc4_amd64_gcc345"))
79 +  CONFIG_ARGS="$CONFIG_ARGS --disable-cern"
80 + %endif
81 +
82   case $(uname)-$(uname -p) in
83    Linux-x86_64)
84      ./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;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines