ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/herwig.spec
Revision: 1.8
Committed: Wed Apr 25 22:28:30 2007 UTC (18 years ago) by dlange
Branch: MAIN
Changes since 1.7: +3 -4 lines
Log Message:
refix herwig and document reason

File Contents

# User Rev Content
1 dlange 1.7 ### RPM external herwig 6.510-cms2
2 ratnik 1.4 Requires: gcc-wrapper
3     %define gccwrapperarch slc4_ia32_gcc345
4 ratnik 1.3 %define realversion %(echo %v | cut -d- -f1)
5     Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
6 ratnik 1.1 %prep
7     %setup -q -n %n
8 dlange 1.8 # Danger - herwig doesn't actually need the hepmc, clhep,lhapdf
9     # that appear to be used in the configure
10     ./configure
11 ratnik 1.1
12     %build
13 ratnik 1.5 ## IMPORT gcc-wrapper
14 ratnik 1.1 make
15    
16     %install
17 ratnik 1.3 tar -c lib include | tar -x -C %i
18 ratnik 1.1