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.1 by dlange, Wed Feb 20 16:34:39 2008 UTC vs.
Revision 1.4 by andreasp, Wed May 7 13:22:34 2008 UTC

# Line 1 | Line 1
1 < ### RPM external thepeg 1.1.1
2 < Source: http://www.thep.lu.se/ThePEG/ThePEG++-%{realversion}.tgz
1 > ### RPM external thepeg 1.2.0
2 > Source: http://www.thep.lu.se/~leif/ThePEG/ThePEG-%{realversion}.tgz
3   Requires: lhapdf
4 <
4 > Requires: gsl
5  
6   %prep
7 < %setup -q -n ThePEG++-%{realversion}/ThePEG
7 > %setup -q -n ThePEG-%{realversion}
8   perl -p -i -e 's|-lLHAPDF|-llhapdf -llhapdf_dummy|' configure
9   perl -p -i -e 's|libLHAPDF|liblhapdf|' configure
10 < ./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i
10 > ./configure --with-LHAPDF=$LHAPDF_ROOT/lib --without-javagui --prefix=%i --with-gsl=$GSL_ROOT
11  
12   %build
13   make
# Line 21 | Line 21 | rm %i/share/ThePEG/Doc/fixinterfaces.pl
21   mkdir -p %i/etc/scram.d
22   cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
23   <doc type=BuildSystem::ToolDoc version=1.0>
24 < <Tool name=tauola version=%v>
24 > <Tool name=thepeg version=%v>
25   <Client>
26   <Environment name=THEPEG_BASE default="%i"></Environment>
27   <Environment name=LIBDIR default="$THEPEG_BASE/lib"></Environment>
28   <Environment name=INCLUDE default="$THEPEG_BASE/include"></Environment>
29   </Client>
30 < <lib name=tauola>
31 < <lib name=pretauola>
32 < <use name=f77compiler>
33 < <use name=pythia6>
30 > <lib name=thepeg>
31 > <use name=lhapdf>
32 > <use name=gsl>
33   </Tool>
34   EOF_TOOLFILE
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines