# | 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 23 | Line 23 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n | |
23 | <lib name=charybdis> | |
24 | <use name=f77compiler> | |
25 | <use name=herwig> | |
26 | + | <use name=pythia6> |
27 | </Tool> | |
28 | EOF_TOOLFILE | |
29 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |