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

Comparing COMP/CMSDIST/gcc-toolfile.spec (file contents):
Revision 1.13 by elmer, Wed Sep 23 16:15:34 2009 UTC vs.
Revision 1.46 by muzaffar, Mon Dec 6 11:50:49 2010 UTC

# Line 1 | Line 1
1 < ### RPM cms gcc-toolfile 4.3.2
1 > ### RPM cms gcc-toolfile 10.0
2  
3   # gcc has a separate spec file for the generating a
4   # toolfile because gcc.spec could be not build because of the
# Line 20 | Line 20 | fi
20   COMPILER_VERSION=`echo %cmsplatf | sed -e 's|.*gcc\([0-9]*\).*|\1|'`
21   COMPILER_VERSION_MAJOR=`echo %cmsplatf | sed -e 's|.*gcc\([0-9]\).*|\1|'`
22  
23 + # Generate general template for the tool files. Note that on top of
24 + # this template there are some additional cmsplatf-dependent substitutions
25 + # and some overall general substitutions below
26   case %cmsplatf in
27 < slc4_ia32_gcc345 )
28 < cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler
29 < <doc type=BuildSystem::ToolDoc version=1.1>
30 < <tool name=cxxcompiler version=@GCC_VERSION@ type=compiler>
31 < <client>
32 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
33 < <Environment name=GCCBINDIR default="$GCC_BASE/bin"></Environment>
34 < <Environment name=CXX value="$GCCBINDIR/c++"></Environment>
35 < </client>
36 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
37 < <Flags CCcompiler="gcc@COMPILER_VERSION_MAJOR@">
38 < <Flags MODULEFLAGS="-shared">
39 < <Flags CXXDEBUGFLAG="-g">
40 < <Flags CPPDEFINES="GNU_GCC">
41 < <Flags CPPDEFINES="_GNU_SOURCE">
42 < <Flags CXXSHAREDOBJECTFLAGS="-fPIC">
43 < <Flags CXXFLAGS="-pedantic -ansi -pthread -pipe">
44 < <Flags CXXFLAGS="-O2">
45 < <Flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300">
46 < <Flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses">
47 < <Flags LDFLAGS="-Wl,-E">
48 < <Flags CXXSHAREDFLAGS="-Wl,-E">
49 < <Flags SHAREDSUFFIX="so">
50 < <Flags SCRAM_LANGUAGE_TYPE="C++">
51 < <Runtime name=LD_LIBRARY_PATH value="$GCC_BASE/lib" type=path>
52 < <Runtime name=PATH value="$GCC_BASE/bin" type=path>
53 < </tool>
54 < EOF_TOOLFILE
55 < cat << \EOF_TOOLFILE >%i/etc/scram.d/ccompiler
56 < <doc type=BuildSystem::ToolDoc version=1.1>
57 < <tool name=ccompiler version=@GCC_VERSION@ type=compiler>
58 < <client>
59 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
60 < <Environment name=GCCBINDIR value="$GCC_BASE/bin"></Environment>
61 < <Environment name=CC value="$GCCBINDIR/gcc"></Environment>
62 < </client>
63 < <Flags CDEBUGFLAG="-g">
64 < <Flags CSHAREDOBJECTFLAGS="-fPIC">
65 < <Flags CFLAGS="-pthread">
66 < <Flags CFLAGS="-O2">
67 < <Flags LDFLAGS="-Wl,-E">
68 < <Flags CSHAREDFLAGS="-Wl,-E">
69 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
70 < <Flags SCRAM_LANGUAGE_TYPE="C">
71 < </tool>
72 < EOF_TOOLFILE
73 < cat << \EOF_TOOLFILE >%i/etc/scram.d/f77compiler
74 < <doc type=BuildSystem::ToolDoc version=1.1>
75 < <tool name=f77compiler version=@GCC_VERSION@ type=compiler>
76 < <lib name=g2c>
77 < <lib name=m>
78 < <client>
79 < <Environment name=G77_BASE default="@GCC_ROOT@"></Environment>
80 < <Environment name=FC default="$G77_BASE/bin/g77"></Environment>
81 < </client>
82 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
83 < <Flags FFLAGS="-fno-second-underscore -Wno-globals -Wunused -Wuninitialized">
84 < <Flags FCO2Flag="-O2">
85 < <Flags FCOPTIMISED="-O2">
86 < <Flags FCDEBUGFLAG="-g">
84 < <Flags FCSHAREDOBJECTFLAGS="-fPIC">
85 < <Flags SCRAM_LANGUAGE_TYPE="FORTRAN">
86 < </tool>
27 > slc5_ia32_gcc4* | slc5_amd64_gcc4* | slc5onl_ia32_gcc4* )
28 > cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler.xml
29 >  <tool name="cxxcompiler" version="@GCC_VERSION@" type="compiler">
30 >    <client>
31 >      <environment name="GCC_BASE" default="@GCC_ROOT@"/>
32 >      <environment name="GCCBINDIR" default="$GCC_BASE/bin"/>
33 >      <environment name="CXX" value="$GCCBINDIR/c++"/>
34 >    </client>
35 >    <flags scram_compiler_name="gcc@COMPILER_VERSION@"/>
36 >    <flags cccompiler="gcc@COMPILER_VERSION_MAJOR@"/>
37 >    <flags moduleflags="-shared"/>
38 >    <flags cxxdebugflag="-g"/>
39 >    <flags cppdefines="GNU_GCC"/>
40 >    <flags cppdefines="_GNU_SOURCE"/>
41 >    <flags cxxsharedobjectflags="-fPIC"/>
42 >    <flags cxxflags="-pedantic -ansi -pthread -pipe"/>
43 >    <flags cxxflags="@GXXOPT@"/>
44 >    <flags cxxflags="-felide-constructors -fmessage-length=0 -ftemplate-depth-300"/>
45 >    <flags cxxflags="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses -Wtype-limits -Werror=array-bounds -Wno-deprecated -Werror=overflow -Werror=return-type -Werror=format-contains-nul -Werror=missing-braces -Werror=unused-value -Werror=address -Werror=format -Werror=sign-compare -Werror=write-strings -Werror=strict-overflow -fdiagnostics-show-option"/>
46 >    <flags ldflags="@LDOPT@"/>
47 >    <flags cxxsharedflags="-Wl,-E"/>
48 >    <flags sharedsuffix="so"/>
49 >    <flags scram_language_type="C++"/>
50 >    <runtime name="LD_LIBRARY_PATH" value="$GCC_BASE/@GXXLIB@" type="path"/>
51 >    <runtime name="PATH" value="$GCC_BASE/bin" type="path"/>
52 >  </tool>
53 > EOF_TOOLFILE
54 > cat << \EOF_TOOLFILE >%i/etc/scram.d/ccompiler.xml
55 >  <tool name="ccompiler" version="@GCC_VERSION@" type="compiler">
56 >    <client>
57 >      <environment name="GCC_BASE" default="@GCC_ROOT@"/>
58 >      <environment name="GCCBINDIR" value="$GCC_BASE/bin"/>
59 >      <environment name="CC" value="$GCCBINDIR/gcc"/>
60 >    </client>
61 >    <flags cdebugflag="-g"/>
62 >    <flags csharedobjectflags="-fPIC"/>
63 >    <flags cflags="-pthread"/>
64 >    <flags cflags="-O2"/>
65 >    <flags ldflags="-Wl,-E"/>
66 >    <flags csharedflags="-Wl,-E"/>
67 >    <flags scram_compiler_name="gcc@COMPILER_VERSION@"/>
68 >    <flags scram_language_type="C"/>
69 >  </tool>
70 > EOF_TOOLFILE
71 > cat << \EOF_TOOLFILE >%i/etc/scram.d/f77compiler.xml
72 >  <tool name="f77compiler" version="@GCC_VERSION@" type="compiler">
73 >    <lib name="gfortran"/>
74 >    <lib name="m"/>
75 >    <client>
76 >      <environment name="G77_BASE" default="@GCC_ROOT@"/>
77 >      <environment name="FC" default="$G77_BASE/bin/gfortran"/>
78 >    </client>
79 >    <flags scram_compiler_name="gcc@COMPILER_VERSION@"/>
80 >    <flags fflags="-fno-second-underscore -Wunused -Wuninitialized -O2"/>
81 >    <flags fco2flag="-O2"/>
82 >    <flags fcoptimised="-O2"/>
83 >    <flags fcdebugflag="-g"/>
84 >    <flags fcsharedobjectflags="-fPIC"/>
85 >    <flags scram_language_type="FORTRAN"/>
86 >  </tool>
87   EOF_TOOLFILE
88   ;;
89 < slc4_ia32_gcc4* | slc5_ia32_gcc4*)
90 < cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler
91 < <doc type=BuildSystem::ToolDoc version=1.1>
92 < <tool name=cxxcompiler version=@GCC_VERSION@ type=compiler>
93 < <client>
94 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
95 < <Environment name=GCCBINDIR default="$GCC_BASE/bin"></Environment>
96 < <Environment name=CXX value="$GCCBINDIR/c++"></Environment>
97 < </client>
98 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
99 < <Flags CCcompiler="gcc@COMPILER_VERSION_MAJOR@">
100 < <Flags MODULEFLAGS="-shared">
101 < <Flags CXXDEBUGFLAG="-g">
102 < <Flags CPPDEFINES="GNU_GCC">
103 < <Flags CPPDEFINES="_GNU_SOURCE">
104 < <Flags CXXSHAREDOBJECTFLAGS="-fPIC">
105 < <Flags CXXFLAGS="-pedantic -ansi -pthread -pipe">
106 < <Flags CXXFLAGS="-O2 -fvisibility-inlines-hidden">
107 < <Flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300">
108 < <Flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses -Werror=array-bounds -Wno-deprecated">
109 < <Flags LDFLAGS="-Wl,-E">
110 < <Flags CXXSHAREDFLAGS="-Wl,-E">
111 < <Flags SHAREDSUFFIX="so">
112 < <Flags SCRAM_LANGUAGE_TYPE="C++">
113 < <Runtime name=LD_LIBRARY_PATH value="$GCC_BASE/lib" type=path>
114 < <Runtime name=PATH value="$GCC_BASE/bin" type=path>
115 < </tool>
116 < EOF_TOOLFILE
117 < cat << \EOF_TOOLFILE >%i/etc/scram.d/ccompiler
118 < <doc type=BuildSystem::ToolDoc version=1.1>
119 < <tool name=ccompiler version=@GCC_VERSION@ type=compiler>
120 < <client>
121 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
122 < <Environment name=GCCBINDIR value="$GCC_BASE/bin"></Environment>
123 < <Environment name=CC value="$GCCBINDIR/gcc"></Environment>
124 < </client>
125 < <Flags CDEBUGFLAG="-g">
126 < <Flags CSHAREDOBJECTFLAGS="-fPIC">
127 < <Flags CFLAGS="-pthread">
128 < <Flags CFLAGS="-O2">
129 < <Flags LDFLAGS="-Wl,-E">
130 < <Flags CSHAREDFLAGS="-Wl,-E">
131 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
132 < <Flags SCRAM_LANGUAGE_TYPE="C">
133 < </tool>
134 < EOF_TOOLFILE
135 < cat << \EOF_TOOLFILE >%i/etc/scram.d/f77compiler
136 < <doc type=BuildSystem::ToolDoc version=1.1>
137 < <tool name=f77compiler version=@GCC_VERSION@ type=compiler>
138 < <lib name=gfortran>
139 < <lib name=m>
140 < <client>
141 < <Environment name=G77_BASE default="@GCC_ROOT@"></Environment>
142 < <Environment name=FC default="$G77_BASE/bin/gfortran"></Environment>
143 < </client>
144 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
145 < <Flags FFLAGS="-fno-second-underscore -Wunused -Wuninitialized">
146 < <Flags FCO2Flag="-O2">
147 < <Flags FCOPTIMISED="-O2">
148 < <Flags FCDEBUGFLAG="-g">
149 < <Flags FCSHAREDOBJECTFLAGS="-fPIC">
150 < <Flags SCRAM_LANGUAGE_TYPE="FORTRAN">
151 < </tool>
152 < EOF_TOOLFILE
153 < ;;
154 < slc4_amd64_gcc4* | slc5_amd64_gcc4* )
155 < cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler
156 < <doc type=BuildSystem::ToolDoc version=1.1>
157 < <tool name=cxxcompiler version=@GCC_VERSION@ type=compiler>
158 < <client>
159 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
160 < <Environment name=GCCBINDIR default="$GCC_BASE/bin"></Environment>
161 < <Environment name=CXX value="$GCCBINDIR/c++"></Environment>
162 < </client>
163 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
164 < <Flags CCcompiler="gcc@COMPILER_VERSION_MAJOR@">
165 < <Flags MODULEFLAGS="-shared">
166 < <Flags CXXDEBUGFLAG="-g">
167 < <Flags CPPDEFINES="GNU_GCC">
168 < <Flags CPPDEFINES="_GNU_SOURCE">
169 < <Flags CXXSHAREDOBJECTFLAGS="-fPIC">
170 < <Flags CXXFLAGS="-pedantic -ansi -pthread -pipe">
171 < <Flags CXXFLAGS="-O2">
172 < <Flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300">
173 < <Flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses -Werror=array-bounds -Wno-deprecated">
174 < <Flags LDFLAGS="-Wl,-E">
175 < <Flags CXXSHAREDFLAGS="-Wl,-E">
176 < <Flags SHAREDSUFFIX="so">
177 < <Flags SCRAM_LANGUAGE_TYPE="C++">
178 < <Runtime name=LD_LIBRARY_PATH value="$GCC_BASE/lib64" type=path>
179 < <Runtime name=PATH value="$GCC_BASE/bin" type=path>
180 < </tool>
181 < EOF_TOOLFILE
182 < cat << \EOF_TOOLFILE >%i/etc/scram.d/ccompiler
183 < <doc type=BuildSystem::ToolDoc version=1.1>
184 < <tool name=ccompiler version=@GCC_VERSION@ type=compiler>
185 < <client>
186 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
187 < <Environment name=GCCBINDIR value="$GCC_BASE/bin"></Environment>
188 < <Environment name=CC value="$GCCBINDIR/gcc"></Environment>
189 < </client>
190 < <Flags CDEBUGFLAG="-g">
191 < <Flags CSHAREDOBJECTFLAGS="-fPIC">
192 < <Flags CFLAGS="-pthread">
193 < <Flags CFLAGS="-O2">
194 < <Flags LDFLAGS="-Wl,-E">
195 < <Flags CSHAREDFLAGS="-Wl,-E">
196 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
197 < <Flags SCRAM_LANGUAGE_TYPE="C">
198 < </tool>
199 < EOF_TOOLFILE
200 < cat << \EOF_TOOLFILE >%i/etc/scram.d/f77compiler
201 < <doc type=BuildSystem::ToolDoc version=1.1>
202 < <tool name=f77compiler version=@GCC_VERSION@ type=compiler>
203 < <lib name=gfortran>
204 < <lib name=m>
205 < <client>
206 < <Environment name=G77_BASE default="@GCC_ROOT@"></Environment>
207 < <Environment name=FC default="$G77_BASE/bin/gfortran"></Environment>
208 < </client>
209 < <Flags SCRAM_COMPILER_NAME="gcc@COMPILER_VERSION@">
210 < <Flags FFLAGS="-fno-second-underscore -Wunused -Wuninitialized">
211 < <Flags FCO2Flag="-O2">
212 < <Flags FCOPTIMISED="-O2">
213 < <Flags FCDEBUGFLAG="-g">
214 < <Flags FCSHAREDOBJECTFLAGS="-fPIC">
215 < <Flags SCRAM_LANGUAGE_TYPE="FORTRAN">
216 < </tool>
217 < EOF_TOOLFILE
218 < ;;
219 < osx104_ppc32_gcc40* | osx104_ia32_gcc40* | osx105* )
220 < cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler
221 < <doc type=BuildSystem::ToolDoc version=1.1>
222 < <tool name=cxxcompiler version=@GCC_VERSION@ type=compiler>
223 < <client>
224 < <Environment name=GCC_BASE default="@GCC_ROOT@"></Environment>
225 < <Environment name=GCCBINDIR default="$GCC_BASE/bin"></Environment>
226 < <Environment name=CXX value="$GCCBINDIR/c++"></Environment>
227 < </client>
228 < <Flags SCRAM_COMPILER_NAME="gcc40">
229 < <Flags CCcompiler="gcc40">
230 < <Flags MODULEFLAGS=" ">
231 < <Flags CXXDEBUGFLAG="-g">
232 < <Flags CPPDEFINES="GNU_GCC">
233 < <Flags CPPDEFINES="_GNU_SOURCE">
234 < <Flags CXXSHAREDOBJECTFLAGS="-fPIC">
235 < <Flags CXXFLAGS="-pedantic -ansi -pipe">
236 < <Flags CXXFLAGS="-O2">
237 < <Flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300">
238 < <Flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses">
239 < <Flags LDFLAGS=" ">
240 < <Flags CXXSHAREDFLAGS="-dynamiclib -single_module">
241 < <Flags SHAREDSUFFIX="dylib">
242 < <Flags SCRAM_LANGUAGE_TYPE="C++">
243 < <Runtime name=DYLD_LIBRARY_PATH value="$GCC_BASE/lib" type=path>
244 < <Runtime name=PATH value="$GCC_BASE/bin" type=path>
245 < </tool>
89 > osx104_ppc32_gcc40* | osx104_ia32_gcc40* | osx10[56]* )
90 > cat << \EOF_TOOLFILE >%i/etc/scram.d/cxxcompiler.xml
91 >  <tool name="cxxcompiler" version="@GCC_VERSION@" type="compiler">
92 >    <client>
93 >      <environment name="GCC_BASE"  default="@GCC_ROOT@"/>
94 >      <environment name="GCCBINDIR" default="$GCC_BASE/bin"/>
95 >      <environment name="CXX"       value="$GCCBINDIR/c++"/>
96 >    </client>
97 >    <flags SCRAM_COMPILER_NAME="gcc40"/>
98 >    <flags CCcompiler="gcc40"/>
99 >    <flags MODULEFLAGS=" "/>
100 >    <flags CXXDEBUGFLAG="-g"/>
101 >    <flags CPPDEFINES="GNU_GCC"/>
102 >    <flags CPPDEFINES="_GNU_SOURCE"/>
103 >    <flags CXXSHAREDOBJECTFLAGS="-fPIC"/>
104 >    <flags CXXFLAGS="@OSXARCH@ -pedantic -ansi -pipe"/>
105 >    <flags CXXFLAGS="-O2"/>
106 >    <flags CXXFLAGS="-felide-constructors -fmessage-length=0 -ftemplate-depth-300"/>
107 >    <flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wimplicit -Wreturn-type -Wunused -Wparentheses"/>
108 >    <flags LDFLAGS=" "/>
109 >    <flags CXXSHAREDFLAGS="@OSXARCH@ -dynamiclib -single_module"/>
110 >    <flags SHAREDSUFFIX="dylib"/>
111 >    <flags SCRAM_LANGUAGE_TYPE="C++"/>
112 >    <runtime name="DYLD_LIBRARY_PATH" value="$GCC_BASE/lib" type="path"/>
113 >    <runtime name="PATH" value="$GCC_BASE/bin" type="path"/>
114 >  </tool>
115   EOF_TOOLFILE
116   ;;
117   esac
118  
119 + # Specific substitutions to the templates above (default case needed?)
120 + case %cmsplatf in
121 +  slc5_ia32_gcc4* | slc5onl_ia32_gcc4* )
122 +    perl -p -i -e "s|\@LDOPT\@|-Wl,-E -Wl,--hash-style=gnu|g"   %i/etc/scram.d/cxxcompiler.xml
123 +    perl -p -i -e "s|\@GXXLIB\@|lib|g"   %i/etc/scram.d/cxxcompiler.xml
124 +    perl -p -i -e "s|\@GXXOPT\@|-O2|g"   %i/etc/scram.d/cxxcompiler.xml
125 +  ;;
126 +  slc5_amd64_gcc4* )
127 +    perl -p -i -e "s|\@LDOPT\@|-Wl,-E -Wl,--hash-style=gnu|g"   %i/etc/scram.d/cxxcompiler.xml
128 +    perl -p -i -e "s|\@GXXLIB\@|lib64|g" %i/etc/scram.d/cxxcompiler.xml
129 +    perl -p -i -e "s|\@GXXOPT\@|-O2 -ftree-vectorize|g"   %i/etc/scram.d/cxxcompiler.xml
130 +  ;;
131 +  osx*_ia32_gcc4* )
132 +    perl -p -i -e "s|\@OSXARCH\@|-arch i386|g"   %i/etc/scram.d/cxxcompiler.xml
133 +  ;;
134 +  osx*_amd64_gcc4* )
135 +    perl -p -i -e "s|\@OSXARCH\@|-arch x86_64|g"   %i/etc/scram.d/cxxcompiler.xml
136 +  ;;
137 +  osx*_ppc32_gcc4* )
138 +    perl -p -i -e "s|\@OSXARCH\@|-arch ppc|g"   %i/etc/scram.d/cxxcompiler.xml
139 +  ;;
140 + esac
141 +
142 + # General substitutions
143   perl -p -i -e "s|\@GCC_ROOT\@|$GCC_ROOT|g;
144                 s|\@GCC_VERSION\@|$GCC_VERSION|g;
145                 s|\@COMPILER_VERSION\@|$COMPILER_VERSION|g;
146                 s|\@COMPILER_VERSION_MAJOR\@|$COMPILER_VERSION_MAJOR|g;                                        
147 <                                        " %i/etc/scram.d/cxxcompiler \
148 <                                          %i/etc/scram.d/ccompiler  \
149 <                                          %i/etc/scram.d/f77compiler
147 >                                        " %i/etc/scram.d/cxxcompiler.xml \
148 >                                          %i/etc/scram.d/ccompiler.xml  \
149 >                                          %i/etc/scram.d/f77compiler.xml
150   %post
151 < %{relocateConfig}etc/scram.d/cxxcompiler
152 < %{relocateConfig}etc/scram.d/ccompiler
153 < %{relocateConfig}etc/scram.d/f77compiler
151 > %{relocateConfig}etc/scram.d/cxxcompiler.xml
152 > %{relocateConfig}etc/scram.d/ccompiler.xml
153 > %{relocateConfig}etc/scram.d/f77compiler.xml

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines