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

Comparing COMP/CMSDIST/pythia6-toolfile.spec (file contents):
Revision 1.1 by muzaffar, Tue Aug 10 14:20:19 2010 UTC vs.
Revision 1.5 by muzaffar, Tue Apr 3 10:24:11 2012 UTC

# Line 1 | Line 1
1 < ### RPM external pythia6-toolfile 1.0
1 > ### RPM external pythia6-toolfile 2.0
2   Requires: pythia6
3   %prep
4  
# Line 15 | Line 15 | cat << \EOF_TOOLFILE >%i/etc/scram.d/pyt
15    <client>
16      <environment name="PYTHIA6_BASE" default="@TOOL_ROOT@"/>
17      <environment name="LIBDIR" default="$PYTHIA6_BASE/lib"/>
18    <environment name="INCLUDE" default="$PYTHIA6_BASE/include"/>
18    </client>
19 +  <use name="pythia6_headers"/>
20    <use name="f77compiler"/>
21   </tool>
22   EOF_TOOLFILE
23  
24 + cat << \EOF_TOOLFILE >%i/etc/scram.d/pythia6_headers.xml
25 + <tool name="pythia6_headers" version="@TOOL_VERSION@">
26 +  <client>
27 +    <environment name="PYTHIA6_HEADERS_BASE" default="@TOOL_ROOT@"/>
28 +    <environment name="INCLUDE" default="$PYTHIA6_HEADERS_BASE/include"/>
29 +  </client>
30 + </tool>
31 + EOF_TOOLFILE
32 +
33 + cat << \EOF_TOOLFILE >%i/etc/scram.d/pydata.xml
34 + <tool name="pydata" version="@TOOL_VERSION@">
35 +  <client>
36 +    <environment name="PYDATA_BASE" default="@TOOL_ROOT@"/>
37 +  </client>
38 +  <architecture name="slc.*[^_]*_gcc4[5-9]">
39 +    <flags LDFLAGS="$PYDATA_BASE/lib/pydata.o"/>
40 +  </architecture>
41 +  <flags NO_RECURSIVE_EXPORT="1"/>
42 + </tool>
43 + EOF_TOOLFILE
44 +
45   ## IMPORT scram-tools-post
46 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines