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.131 by elmer, Tue Jan 13 23:51:21 2009 UTC vs.
Revision 1.139 by gowdy, Tue Feb 3 14:07:32 2009 UTC

# Line 7 | Line 7 | Source: ftp://root.cern.ch/%n/%{n}_v%{re
7   Patch0:  root-5.18-00-libpng
8   Patch1:  root-5.21-04-CINT-maxlongline
9   Patch2:  root-5.22-00-TClass-Clone
10 + Patch3:  root-5.22-00-gendict
11 + Patch4:  root-5.22-00-RootSys
12 + Patch5:  root-5.22-00-TMVA-shut-the-hell-up-for-once
13 + Patch6:  root-5.22-00-TBranchElement_initializeoffsets
14 + Patch7:  root-5.22-00-TBranchElement-pcanal
15 + Patch8:  root-5.22-00-TTreeCloner-CollectBranches-fix
16 + Patch9:  root-5.22-00-path-length-fix1
17 + Patch10:  root-5.22-00-path-length-fix2
18  
19   %define cpu %(echo %cmsplatf | cut -d_ -f2)
20   %define pythonv %(echo $PYTHON_VERSION | cut -d. -f1,2)
# Line 32 | Line 40 | Requires: libtiff
40   %patch0 -p1
41   %patch1 -p1
42   %patch2 -p1
43 + %patch3 -p1
44 + %patch4 -p1
45 + %patch5 -p1
46 + %patch6 -p0
47 + %patch7 -p1
48 + %patch8 -p1
49 + %patch9 -p1
50 + %patch10 -p1
51  
52   %build
53   mkdir -p %i
# Line 69 | Line 85 | CONFIG_ARGS="--with-f77=${GCC_ROOT}
85               --enable-minuit2
86               --enable-roofit
87               --disable-ldap
72             --disable-krb5
88               --with-gsl-incdir=${GSL_ROOT}/include
89               --with-gsl-libdir=${GSL_ROOT}/lib
90               --with-dcap-libdir=${DCAP_ROOT}/lib
# Line 85 | Line 100 | CONFIG_ARGS="--with-f77=${GCC_ROOT}
100  
101   case $(uname)-$(uname -p) in
102    Linux-x86_64)
103 <    ./configure linuxx8664gcc $CONFIG_ARGS --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;;
104    Linux-i*86)
105      ./configure linux  $CONFIG_ARGS --with-shift-libdir=${CASTOR_ROOT}/lib --with-shift-incdir=${CASTOR_ROOT}/include/shift;;
106    Darwin*)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines