21 |
|
mkdir -p %i/etc/scram.d |
22 |
|
cat << \EOF_TOOLFILE >%i/etc/scram.d/%n |
23 |
|
<doc type=BuildSystem::ToolDoc version=1.0> |
24 |
< |
<Tool name=tauola version=%v> |
24 |
> |
<Tool name=thepeg version=%v> |
25 |
|
<Client> |
26 |
|
<Environment name=THEPEG_BASE default="%i"></Environment> |
27 |
|
<Environment name=LIBDIR default="$THEPEG_BASE/lib"></Environment> |
28 |
|
<Environment name=INCLUDE default="$THEPEG_BASE/include"></Environment> |
29 |
|
</Client> |
30 |
< |
<lib name=tauola> |
31 |
< |
<lib name=pretauola> |
32 |
< |
<use name=f77compiler> |
33 |
< |
<use name=pythia6> |
30 |
> |
<lib name=thepeg> |
31 |
> |
<use name=lhapdf> |
32 |
> |
<use name=gsl> |
33 |
|
</Tool> |
34 |
|
EOF_TOOLFILE |
35 |
|
|