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.10 by dlange, Thu May 14 08:01:01 2009 UTC vs.
Revision 1.13 by dlange, Thu Sep 24 07:09:11 2009 UTC

# Line 1 | Line 1
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 -p1
14 < ./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i --with-gsl=$GSL_ROOT
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