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.4 by ratnik, Wed Apr 4 17:37:48 2007 UTC vs.
Revision 1.10 by elmer, Tue May 1 17:56:14 2007 UTC

# Line 1 | Line 1
1 < ### RPM external herwig 6.510-cms
2 < Requires: gcc-wrapper
1 > ### RPM external herwig 6.510-cms2
2   %define gccwrapperarch slc4_ia32_gcc345
3   %define realversion %(echo %v | cut -d- -f1)
4   Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
5   %prep
6   %setup -q -n %n
7 + # Danger - herwig doesn't actually need the hepmc, clhep,lhapdf
8 + # that appear to be used in the configure
9   ./configure
10  
11   %build
11 %if "%{cmsplatf}" == "%{gccwrapperarch}"
12 echo "Using gcc wrapper for %cmsplatf"
13 source $GCC_WRAPPER_ROOT/etc/profile.d/init.sh
14 %endif
12   make
13  
14 + # then hack include area as jimmy depends on missing header file..
15 + cd include
16 + ln -sf HERWIG65.INC herwig65.inc
17 +
18   %install
19   tar -c lib include | tar -x -C %i
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines