Revision: | 1.2 |
Committed: | Tue Apr 24 16:15:37 2007 UTC (18 years ago) by dlange |
Branch: | MAIN |
CVS Tags: | apFor1412, apFor1411, CMSSW_1_4_10, apForCMSSW1410, CMSSW_1_4_9, apForCMSSW149, apForCMSSW148, CMSSW_1_4_8-slc3ap, CMSSW_1_4_8-slc3, CMSSW_1_4_7-slc3, ap-20071013, ap20071012b, ap20071012a, CMSSW_1_4_6-slc3, dl070719, CMSSW_1_4_5-slc4, CMSSW_1_4_5-slc3, CMSSW_1_4_4-slc3, CMSSW_1_4_4-slc4, ap-144-slc3, ap-144-slc4, ap-143g483-slc3, ap-143g483-slc4, CMSSW_1_4_3-slc4, CMSSW_1_4_3-slc3, CMSSW_1_4_2-slc4, CMSSW_1_4_2-slc3, CMSSW_1_4_1-slc4, CMSSW_1_4_1-slc3, CMSSW_1_4_0_DAQ1-slc3, CMSSW_1_4_0_DAQ1-slc4, ap-140daq1-1-slc3, ap-140daq1-1-slc4, ap-140-1-slc3, ap-140-1-slc4, CMSSW_1_4_0_pre7-slc3, CMSSW_1_4_0_pre7, ap-140p7-1-slc4, ap-140p7-1-slc3, ap-140p6-1-slc4, ap-140p5-1-slc3, ap-140p5-1-slc4, dl070501, dl070428_for140pre5_slc3, dl070428_for140pre5slc4t2, dl070428_for140pre5slc4 |
Changes since 1.1: | +2 -1 lines |
Log Message: | starting to get dependencies |
# | Content |
---|---|
1 | ### RPM external jimmy 4.2 |
2 | Requires: gcc-wrapper |
3 | Requires: herwig |
4 | %define gccwrapperarch slc4_ia32_gcc345 |
5 | %define realversion %(echo %v | cut -d- -f1 ) |
6 | Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz |
7 | %prep |
8 | %setup -q -n %{n} |
9 | ./configure --with-herwig=$HERWIG_ROOT |
10 | |
11 | %build |
12 | %if "%{cmsplatf}" == "%{gccwrapperarch}" |
13 | echo "Using gcc wrapper for %cmsplatf" |
14 | source $GCC_WRAPPER_ROOT/etc/profile.d/init.sh |
15 | %endif |
16 | make |
17 | |
18 | %install |
19 | tar -c lib include | tar -x -C %i |
20 |