# | Line 2 | Line 2 | |
---|---|---|
2 | Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz | |
3 | %prep | |
4 | %setup -q -n %{n}/%{realversion} | |
5 | < | ./configure --lcgplatform=%cmsplatf |
5 | > | ./configure --lcgplatform=%cmsplatf --pythia_fragmentation |
6 | ||
7 | %build | |
8 | which g77 | |
# | Line 22 | Line 22 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n | |
22 | </Client> | |
23 | <lib name=charybdis> | |
24 | <use name=f77compiler> | |
25 | + | <use name=herwig> |
26 | </Tool> | |
27 | EOF_TOOLFILE | |
28 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |