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

Comparing COMP/CMSDIST/herwig.spec (file contents):
Revision 1.3 by ratnik, Tue Apr 3 19:38:59 2007 UTC vs.
Revision 1.7 by dlange, Wed Apr 25 21:31:47 2007 UTC

# Line 1 | Line 1
1 < ### RPM external herwig 6.510-cms
2 < %define realversion %(echo %v | cut -d- -f1)
3 < Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
1 > ### RPM external herwig 6.510-cms2
2   Requires: gcc-wrapper
3 + Requires: clhep
4 + Requires: hepmc
5 + Requires: lhapdf
6   %define gccwrapperarch slc4_ia32_gcc345
7 + %define realversion %(echo %v | cut -d- -f1)
8 + Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
9   %prep
10   %setup -q -n %n
11 < ./configure
11 > ./configure --with-hepmc=$HEPMC_BASE --with-clhep=$CLHEP_BASE --with-lhapdf=$LHAPDF_BASE
12  
13   %build
14 < %if "%{cmsplatf}" == "%{gccwrapperarch}"
12 < echo "Using gcc wrapper for %cmsplatf"
13 < source $GCC_WRAPPER_ROOT/etc/profile.d/init.sh
14 < %endif
14 > ## IMPORT gcc-wrapper
15   make
16  
17   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines