3 |
|
Patch0: genser |
4 |
|
|
5 |
|
%define confversion 42 |
6 |
< |
%define toolconf ${GENSER_TOOL_CONF_ROOT} |
6 |
> |
%define toolconf ${GENSER_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
7 |
|
%define patchsrc %%patch0 |
8 |
|
%define cvsdir simu |
9 |
|
%define cvsserver simu |
10 |
|
%define cvsproj GENSER |
11 |
|
%define cvsconfig simu/GENSER/config/scram |
12 |
+ |
|
13 |
+ |
%define srctree1 pythia/6_227 |
14 |
+ |
%define pythiaversion pythia-6227-0 |
15 |
+ |
%define additionalSrc0 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{pythiaversion}&module=simu/GENSER/pythia&export=%{srctree1} |
16 |
+ |
|
17 |
+ |
%define additionalSubst s!cvs:[?]module=simu/GENSER/config/scram!file:config!; |
18 |
+ |
|
19 |
|
%define buildtarget release |
20 |
|
%define conflevel %{nil} |
21 |
< |
%define buildtarget %{nil} |
21 |
> |
%define buildtarget %{nil} |
22 |
|
%define bootstrapfile config/BootStrapFile |
23 |
+ |
%define scrambuildcmd rm -rf pythia/6_227/examples; scram b lib ; cd pythia/6_227/dummy ; scram b lib ; cd ../pdfdummy ; scram b lib |
24 |
|
|
25 |
|
## IMPORT lcg-scram-build |
26 |
|
## IMPORT scram-build |
27 |
|
|
20 |
– |
|