ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/thepeg.spec
(Generate patch)

Comparing COMP/CMSDIST/thepeg.spec (file contents):
Revision 1.7 by elmer, Wed Jun 11 19:08:53 2008 UTC vs.
Revision 1.13 by dlange, Thu Sep 24 07:09:11 2009 UTC

# Line 1 | Line 1
1 < ### RPM external thepeg 1.2.0
2 < Source: http://www.thep.lu.se/~leif/ThePEG/ThePEG-%{realversion}.tgz
3 < Patch0: thepeg-1.2.0-LHAPDF
1 > ### RPM external thepeg 1.4.2
2 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
3 >
4 > #Source: http://www.thep.lu.se/~leif/ThePEG/ThePEG-%{realversion}.tgz
5 > Source: http://projects.hepforge.org/herwig/files/ThePEG-%{realversion}.tar.gz
6 > Patch0: thepeg-1.3.0-LHAPDF
7 > Patch1: thepeg-1.4.2
8   Requires: lhapdf
9   Requires: gsl
10  
11   %prep
12   %setup -q -n ThePEG-%{realversion}
13 < %patch0 -p0
14 < perl -p -i -e 's|-lLHAPDF|-llhapdf -llhapdf_dummy|' configure
11 < perl -p -i -e 's|libLHAPDF|liblhapdf|' configure
12 < ./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i --with-gsl=$GSL_ROOT
13 > %patch0 -p1
14 > %patch1 -p1
15  
16   %build
17 + ./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i --with-gsl=$GSL_ROOT
18   make
19  
20   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines