Revision: | 1.6 |
Committed: | Tue May 1 17:58:02 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | CMSSW_1_5_4, CMSSW_1_5_3, dl070725, CMSSW_1_5_2, CMSSW_1_5_1, dl070629t2, dl070629, ge20070629, CMSSW_1_5_0-ignominy470, pe20070626c-ports, ge20070625, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, CMSSW_1_5_0, ge20070622, dl070621, CMSSW_1_5_0_pre6, dl070616, nrFWLITE_150pre5_noseal_newboost, dl070615, dl070614xdaq, dl070614, pe20070607a-ports, CMSSW_1_5_0_pre5, dl070602t2, dl070602, CMSSW_1_5_0_pre4, nrFWLITE_150pre4, dl070522_150pre4cand, pe20070522a-ports, CMSSW_1_5_0_pre3, pe20070518c, pe20070519a-ports, pe20070518b, pe20070518a, pe20070517-for150p3ext, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, CMSSW_1_5_0_pre2, dl070505t4, dl070505t3, dl070505t2, dl070505, pe20070501c-ports |
Changes since 1.5: | +0 -1 lines |
Log Message: | Remove also %define of gccwrapperarch |
# | User | Rev | Content |
---|---|---|---|
1 | dlange | 1.1 | ### RPM external pythia8 070 |
2 | dlange | 1.2 | Requires: hepmc |
3 | Requires: clhep | ||
4 | dlange | 1.3 | Requires: pythia6 |
5 | dlange | 1.1 | %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}/%{realversion} | ||
9 | dlange | 1.4 | |
10 | export PYTHIA6LOCATION=${PYTHIA6_ROOT} | ||
11 | export PYTHIA6VERSION=${PYTHIA6_VERSION} | ||
12 | export HEPMCLOCATION=${HEPMC_ROOT} | ||
13 | export HEPMCVERSION=${HEPMC_VERSION} | ||
14 | export CLHEPLOCATION=${CLHEP_ROOT} | ||
15 | export CLHEPVERSION=${CLHEP_VERSION} | ||
16 | ./configure | ||
17 | dlange | 1.1 | |
18 | %build | ||
19 | make | ||
20 | |||
21 | %install | ||
22 | tar -c lib include | tar -x -C %i | ||
23 |