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.134 by elmer, Fri Jan 23 19:46:26 2009 UTC vs.
Revision 1.139 by gowdy, Tue Feb 3 14:07:32 2009 UTC

# Line 10 | Line 10 | 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
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 42 | Line 45 | Requires: libtiff
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 79 | Line 85 | CONFIG_ARGS="--with-f77=${GCC_ROOT}
85               --enable-minuit2
86               --enable-roofit
87               --disable-ldap
82             --disable-krb5
88               --with-gsl-incdir=${GSL_ROOT}/include
89               --with-gsl-libdir=${GSL_ROOT}/lib
90               --with-dcap-libdir=${DCAP_ROOT}/lib
# Line 95 | 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