ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/genser.spec
Revision: 1.27
Committed: Fri Oct 27 13:49:52 2006 UTC (18 years, 6 months ago) by argiro
Branch: MAIN
CVS Tags: for120p2-slc4-rc1
Changes since 1.26: +2 -1 lines
Log Message:
fixes for slc4

File Contents

# User Rev Content
1 argiro 1.27 ### RPM lcg genser GENSER_1_4_1
2 eulisse 1.10 ## IMPORT configurations
3 eulisse 1.1 Requires: genser-tool-conf
4     Patch0: genser
5    
6 argiro 1.27 %define patchsrc2 perl -p -i -e "s/slc4_ia32_gcc34/slc4_ia32_gcc345/" %configtree/RequirementsDoc %configtree/BuildFile
7 eulisse 1.10 %define confversion %lcgConfiguration
8 eulisse 1.3 %define toolconf ${GENSER_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf
9 eulisse 1.1 %define patchsrc %%patch0
10     %define cvsdir simu
11     %define cvsserver simu
12     %define cvsproj GENSER
13     %define cvsconfig simu/GENSER/config/scram
14 eulisse 1.26 %define isGenser true
15 eulisse 1.2
16 eulisse 1.4 %define srctree1 pythia/6_227
17     %define pythiaversion pythia-6227-0
18 eulisse 1.2 %define additionalSrc0 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{pythiaversion}&module=simu/GENSER/pythia&export=%{srctree1}
19    
20 argiro 1.21 %define toprexversion toprex-421-0
21     %define srctree2 toprex/421
22     %define additionalSrc1 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{toprexversion}&module=simu/GENSER/toprex&export=%{srctree2}
23    
24    
25     %define tauolaversion tauola-27-121-1
26     %define srctree3 tauola/27.121.1
27     %define additionalSrc2 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{tauolaversion}&module=simu/GENSER/tauola&export=%{srctree3}
28    
29     %define charybdis charybdis-1002-0
30     %define srctree4 charybdis/1_002
31     %define additionalSrc3 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{charybdis}&module=simu/GENSER/charybdis&export=%{srctree4}
32    
33     %define photos photos-215-1
34     %define srctree5 photos/215
35     %define additionalSrc4 cvs://:pserver:anonymous@simu.cvs.cern.ch:2401/cvs/simu?passwd=Ah<Z&tag=-r%{photos}&module=simu/GENSER/photos&export=%{srctree5}
36    
37    
38 eulisse 1.2 %define additionalSubst s!cvs:[?]module=simu/GENSER/config/scram!file:config!;
39    
40 eulisse 1.1 %define buildtarget release
41     %define conflevel %{nil}
42 eulisse 1.4 %define buildtarget %{nil}
43 argiro 1.21
44     %define bootstrapfile %_builddir/%{configtree}/BootStrapFile
45     %define scrambuildcmd rm -rf pythia/6_227/examples; scram b lib ; cd pythia/6_227/dummy ; scram b lib ; cd ../pdfdummy ; scram b lib ; cd ../../../toprex/421 ; scram b lib; cd ../../tauola/27.121.1; scram b lib; cd aux1; scram b; cd ..; cd ../../charybdis/1_002; scram b lib ; cd ../../photos/215; scram b lib
46 eulisse 1.1
47     ## IMPORT lcg-scram-build
48     ## IMPORT scram-build
49