ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/alpgen.spec
(Generate patch)

Comparing COMP/CMSDIST/alpgen.spec (file contents):
Revision 1.8 by dlange, Thu Jul 19 19:57:48 2007 UTC vs.
Revision 1.14 by dlange, Wed Aug 29 21:39:30 2007 UTC

# Line 1 | Line 1
1 < ### RPM external alpgen 213
2 < Source: http://mlm.home.cern.ch/mlm/alpgen/V2.1/v%{v}.tgz
1 > ### RPM external alpgen 212-CMS1
2 > %define realversion %(echo %v | cut -d- -f1 )
3 > Source: http://mlm.home.cern.ch/mlm/alpgen/V2.1/v%{realversion}.tgz
4   Source1: config.sub-amd64
5 + Patch0: alpgen
6  
5 Patch: alpgen
7   %prep
8   %setup -c -n alpgen-%v
9 + %patch0 -p1
10  
11   %build
12   cd 2Qphwork; make gen; cd ..
# Line 19 | Line 21 | cd wcjetwork; make gen; cd ..
21   cd wphjetwork; make gen; cd ..
22   cd wphqqwork; make gen; cd ..
23   cd wqqwork; make gen; cd ..
24 < cd zjetwork; make gen; cd ..
24 > cd zqqwork; make gen; cd ..
25  
26   cd phjetwork; make gen;
27   export USRF=120_180bin
# Line 53 | Line 55 | export USRF=VBFHiggsTo2Tau
55   make gen -f cmsMakefile
56   cd ..
57  
58 < cd zqqwork; make gen;
58 > cd zjetwork; make gen;
59   export USRF=0ptz100
60   make gen -f cmsMakefile
61   export USRF=100ptz300
# Line 73 | Line 75 | cd ..
75   %install
76   mkdir -p %{i}/bin
77   mkdir -p %{i}/alplib
78 + cp zjetwork/zjet_*gen %{i}/bin/
79 + cp wjetwork/wjet_*gen %{i}/bin/
80 + cp phjetwork/phjet_*gen %{i}/bin/
81 +
82 + cp 2Qphwork/2Qphgen %{i}/bin/
83   cp 2Qwork/2Qgen %{i}/bin/
84   cp 4Qwork/4Qgen %{i}/bin/
85 +
86   cp hjetwork/hjetgen %{i}/bin/
87   cp Njetwork/Njetgen %{i}/bin/
88   cp phjetwork/phjetgen %{i}/bin/
89 +
90   cp QQhwork/QQhgen %{i}/bin/
91   cp topwork/topgen %{i}/bin/
92   cp vbjetwork/vbjetgen %{i}/bin/
93 +
94   cp wcjetwork/wcjetgen %{i}/bin/
95   cp wjetwork/wjetgen %{i}/bin/
96 + cp wphjetwork/wphjetgen %{i}/bin/
97 + cp wphqqwork/wphqqgen %{i}/bin/
98   cp wqqwork/wqqgen %{i}/bin/
99 +
100   cp zjetwork/zjetgen %{i}/bin/
101   cp zqqwork/zqqgen %{i}/bin/
102 +
103   cp -R alplib/* %{i}/alplib/
104   #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines