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

Comparing COMP/CMSDIST/cmssw-tool-conf.spec (file contents):
Revision 1.93 by andreasp, Tue Jun 12 07:16:47 2007 UTC vs.
Revision 1.231 by muzaffar, Mon Aug 23 15:07:14 2010 UTC

# Line 1 | Line 1
1 < ### RPM cms cmssw-tool-conf CMS_147a2g483
2 < # DO NOT MODIFY. This spec file is automatically generated by executing src/createConfSpecs.sh in the
3 < # main directory. Modify src/toolConfiguration.xsl if needed.
4 < # We set a special variable TOOLCONF_VERSION which is then used by scram-build.file and scramv1-build.file to
5 < # check out the correct toolbox. Notice that all the *-tool-conf.spec set the same variable so this is
6 < # relevant only for build time and not for runtime.
7 < ## INITENV SET TOOLCONF_VERSION %{v}
8 < Source0: none
1 > ### RPM cms cmssw-tool-conf 17.0
2 > ## NOCOMPILER
3 > # with cmsBuild, change the above version only when a new
4 > # tool is added
5  
10 Provides: tmp/slc3_ia32_gcc323/src/FWCore/TFWLiteSelector/test/libFWCoreTFWLiteSelectorTest.so
6   Provides: libboost_regex-gcc-mt.so
7   Provides: libboost_signals-gcc-mt.so
8   Provides: libboost_thread-gcc-mt.so
9  
10 < Requires: gcc
11 < Requires: coral
12 < Requires: pool
13 < Requires: seal
14 < Requires: xdaq
15 < Requires: geant4
16 < Requires: hepmc
17 < Requires: heppdt
18 < Requires: clhep
19 < Requires: castor
20 < Requires: zlib
21 < Requires: python
22 < Requires: boost
23 < Requires: xerces-c
24 < Requires: root
25 < Requires: uuid
26 < Requires: gsl
27 < Requires: sqlite
28 < Requires: oracle
29 < Requires: mysqlpp
30 < Requires: mysql
31 < Requires: gccxml
32 < Requires: python
33 < Requires: boost
34 < Requires: elementtree
35 < Requires: sigcpp
41 < Requires: mimetic
42 < Requires: bz2lib
43 < Requires: pcre
44 < Requires: dcap
45 < Requires: rulechecker
46 < Requires: cppunit
47 < Requires: qt
48 < Requires: soqt
49 < Requires: coin
50 < Requires: curl
51 < Requires: libjpg
52 < Requires: simage
53 < Requires: openssl
54 < Requires: expat
55 < Requires: frontier_client
56 < Requires: genser
57 < Requires: tkonlinesw
58 < Requires: doxygen
59 < Requires: meschach
60 < Requires: glimpse
61 < Requires: relax
10 > Requires: fakesystem
11 > Requires: coral-toolfile
12 > Requires: gcc-toolfile
13 > Requires: gmake-toolfile
14 > Requires: pcre-toolfile
15 > Requires: zlib-toolfile
16 > Requires: bz2lib-toolfile
17 > Requires: uuid-toolfile
18 > Requires: python-toolfile
19 > Requires: expat-toolfile
20 > Requires: openssl-toolfile
21 > Requires: db4-toolfile
22 > Requires: gdbm-toolfile
23 > Requires: gccxml-toolfile
24 > Requires: boost-toolfile
25 > Requires: gsl-toolfile
26 > Requires: clhep-toolfile
27 > Requires: root-toolfile
28 > Requires: roofit-toolfile
29 > Requires: xrootd-toolfile
30 > Requires: qt-toolfile
31 > Requires: castor-toolfile
32 > Requires: libpng-toolfile
33 > Requires: libjpg-toolfile
34 > Requires: dcap-toolfile
35 > Requires: oracle-toolfile
36   Requires: oracle-env
37 < Requires: p5-dbd-oracle
38 < Requires: valgrind
39 < Requires: fastjet
40 < Requires: ktjet
41 < Requires: ignominy
42 < Requires: herwig
43 < Requires: lhapdf
44 < Requires: pythia6
45 < Requires: pythia8
46 < Requires: jimmy
47 < Requires: iguana
48 < Requires: gmp
49 < Requires: glpk
50 <
51 < %prep
52 < %build
53 < (echo "ARCHITECTURE:%{cmsplatf}"
54 < echo "SCRAM_BASEPATH:%{instroot}/external"
55 <
56 < %if "%{?use_system_gcc:set}" == "set"
57 <  echo "TOOL:cxxcompiler:"
58 <       echo "  +GCC_BASE:/none"
59 <       echo "  +CC:$(which gcc)"
60 <       echo "  +CXX:$(which c++)"
61 <       echo "  +PATH:/none"  # useless, toolbox says value=""
62 <       echo "  +LD_LIBRARY_PATH:/none" # useless, toolbox says value=""
63 <       echo "TOOL:g77gcc3:"
64 <       echo "  +FC:$(which g77 | grep -v 'no g77')"
65 < %endif
66 < %if "%{?use_system_gcc:set}-%{?use_ccache:set}" == "-set"
67 < echo "TOOL:cxxcompiler:"
68 <       echo "  +GCC_BASE:$CCACHE_ROOT"
69 < eval        "echo \"  +CC:$CCACHE_ROOT/bin/gcc\""
70 < eval        "echo \"  +CXX:$CCACHE_ROOT/bin/c++\""
71 <       echo "TOOL:g77gcc3:"
72 <       echo "  +FC:$GCC_ROOT/bin/g77"
73 < %endif
74 < %if "%{?use_system_gcc:set}-%{?use_ccache:set}" == "-"
75 < echo "TOOL:cxxcompiler:"
76 <       echo "  +GCC_BASE:$GCC_ROOT"
77 <       echo "TOOL:g77gcc3:"
78 <       echo "  +FC:$GCC_ROOT/bin/g77"
79 < %endif
80 <
81 < echo "TOOL:f77compiler:"
82 < echo "  +G77_BASE:$GCC_ROOT"
83 < echo "  +FC:$GCC_ROOT/bin/g77"
84 <
85 < %if "%{?use_system_gcc:set}" == "set"
86 <  echo "TOOL:ccompiler:"
87 <       echo "  +GCC_BASE:/none"
88 <       echo "  +CC:$(which gcc)"
89 <       echo "  +CXX:$(which c++)"
90 <       echo "  +PATH:/none"  # useless, toolbox says value=""
91 <       echo "  +LD_LIBRARY_PATH:/none" # useless, toolbox says value=""
92 <       echo "TOOL:g77gcc3:"
93 <       echo "  +FC:$(which g77 | grep -v 'no g77')"
37 > Requires: libungif-toolfile
38 > Requires: libtiff-toolfile
39 > Requires: cppunit-toolfile
40 > Requires: frontier_client-toolfile
41 > Requires: sqlite-toolfile
42 > Requires: graphviz-toolfile
43 > Requires: xerces-c-toolfile
44 > Requires: systemtools
45 > Requires: xdaq-toolfile
46 > Requires: geant4-toolfile
47 > Requires: hepmc-toolfile
48 > Requires: heppdt-toolfile
49 > Requires: elementtree-toolfile
50 > Requires: sigcpp-toolfile
51 > Requires: mimetic-toolfile
52 > Requires: rulechecker-toolfile
53 > Requires: soqt-toolfile
54 > Requires: coin-toolfile
55 > Requires: curl-toolfile
56 > Requires: simage-toolfile
57 > Requires: tkonlinesw-toolfile
58 > Requires: meschach-toolfile
59 > Requires: glimpse-toolfile
60 > Requires: valgrind-toolfile
61 > Requires: google-perftools-toolfile
62 > Requires: fastjet-toolfile
63 > Requires: ktjet-toolfile
64 > Requires: herwig-toolfile
65 > Requires: lhapdf-toolfile
66 > Requires: pythia6-toolfile
67 > Requires: pythia8-toolfile
68 > Requires: jimmy-toolfile
69 > Requires: hector-toolfile
70 > Requires: alpgen-toolfile
71 > Requires: tauola-toolfile
72 > Requires: toprex-toolfile
73 > Requires: charybdis-toolfile
74 > Requires: photos-toolfile
75 > Requires: cmsswdata-toolfile
76 > Requires: dpm-toolfile
77 > Requires: evtgenlhc-toolfile
78 > Requires: mcdb-toolfile
79 > Requires: dbs-client-toolfile
80 > Requires: herwigpp-toolfile
81 > Requires: thepeg-toolfile
82 > Requires: libhepml-toolfile
83 > Requires: sherpa-toolfile
84 > Requires: python-ldap-toolfile
85 > Requires: openldap-toolfile
86 > Requires: millepede-toolfile
87 > Requires: gdb-toolfile
88 > Requires: pyqt-toolfile
89 > Requires: sip-toolfile
90 > %define closingbrace )
91 > %define is64bit %(case %cmsos in slc*_amd64%closingbrace echo true;; *%closingbrace echo false;; esac)
92 > %if "%is64bit" == "true"
93 > Requires: libunwind-toolfile
94   %endif
121 %if "%{?use_system_gcc:set}-%{?use_ccache:set}" == "-set"
122 echo "TOOL:ccompiler:"
123       echo "  +GCC_BASE:$CCACHE_ROOT"
124 eval        "echo \"  +CC:$CCACHE_ROOT/bin/gcc\""
125 eval        "echo \"  +CXX:$CCACHE_ROOT/bin/c++\""
126       echo "TOOL:g77gcc3:"
127       echo "  +FC:$GCC_ROOT/bin/g77"
128 %endif
129 %if "%{?use_system_gcc:set}-%{?use_ccache:set}" == "-"
130 echo "TOOL:ccompiler:"
131       echo "  +GCC_BASE:$GCC_ROOT"
132       echo "TOOL:g77gcc3:"
133       echo "  +FC:$GCC_ROOT/bin/g77"
134 %endif
135
136 echo "TOOL:lcgaa:"
137 echo "  +LCGAA_BASE:$LCGAA_ROOT"
138
139 echo "TOOL:coral:"
140 echo "  +CORAL_BASE:$CORAL_ROOT"
141
142 echo "TOOL:pool:"
143 echo "  +POOL_BASE:$POOL_ROOT"
144
145 echo "TOOL:seal:"
146 echo "  +SEAL_BASE:$SEAL_ROOT"
147
148 echo "TOOL:relax:"
149 eval "echo \"  +RELAX_BASE:\${RELAX_ROOT}\""
150 eval "echo \"  +LIBDIR:\${RELAX_ROOT}/lib\""
151
152 echo "TOOL:ignominy:"
153 eval "echo \"  +IGNOMINY_BASE:\${IGNOMINY_ROOT}\""
154
155 echo "TOOL:xdaq:"
156 eval "echo \"  +XDAQ_BASE:\${XDAQ_ROOT}\""
157 eval "echo \"  +PATH:\${XDAQ_ROOT}/bin\""
158 eval "echo \"  +LIBDIR:\${XDAQ_ROOT}/lib\""
159 eval "echo \"  +INCLUDE:\${XDAQ_ROOT}/include\""
160
161 echo "TOOL:geant4:"
162 echo "  +GEANT4_BASE:$GEANT4_ROOT"
163 echo "  +GEANT4_SHARE_BASE:$GEANT4_ROOT/share"
164 echo "  +LIBDIR:$GEANT4_ROOT/lib/$(uname)-g++"
165 echo "  +INCLUDE:$GEANT4_ROOT/include"
166 echo "  +G4SRC:$GEANT4_ROOT/source"
167 echo "  +NeutronHPCrossSections:$G4NDL_PATH"
168 echo "  +G4LEVELGAMMADATA:$PHOTON_EVAPORATION_PATH"
169 echo "  +G4RADIOACTIVEDATA:$RADIATIVE_DECAY_PATH"
170 echo "  +G4LEDATA:$G4EMLOW_PATH"
171
172
173 echo "TOOL:hepmc:"
174 eval "echo \"  +HEPMC_BASE:\${HEPMC_ROOT}\""
175 eval "echo \"  +PATH:\${HEPMC_ROOT}/bin\""
176 eval "echo \"  +LIBDIR:\${HEPMC_ROOT}/lib\""
177 eval "echo \"  +INCLUDE:\${HEPMC_ROOT}/include\""
178
179
180 echo "TOOL:heppdt:"
181 eval "echo \"  +HEPPDT_BASE:\${HEPPDT_ROOT}\""
182 eval "echo \"  +PATH:\${HEPPDT_ROOT}/bin\""
183 eval "echo \"  +LIBDIR:\${HEPPDT_ROOT}/lib\""
184 eval "echo \"  +INCLUDE:\${HEPPDT_ROOT}/include\""
185
186
187 echo "TOOL:clhep:"
188 eval "echo \"  +CLHEP_BASE:\${CLHEP_ROOT}\""
189 eval "echo \"  +PATH:\${CLHEP_ROOT}/bin\""
190 eval "echo \"  +LIBDIR:\${CLHEP_ROOT}/lib\""
191 eval "echo \"  +INCLUDE:\${CLHEP_ROOT}/include\""
192
193
194 echo "TOOL:castor:"
195 eval "echo \"  +CASTOR_BASE:\${CASTOR_ROOT}\""
196 eval "echo \"  +PATH:\${CASTOR_ROOT}/bin\""
197 eval "echo \"  +LIBDIR:\${CASTOR_ROOT}/lib\""
198 eval "echo \"  +INCLUDE:\${CASTOR_ROOT}/include\""
199
200
201 echo "TOOL:zlib:"
202 eval "echo \"  +ZLIB_BASE:\${ZLIB_ROOT}\""
203 eval "echo \"  +PATH:\${ZLIB_ROOT}/bin\""
204 eval "echo \"  +LIBDIR:\${ZLIB_ROOT}/lib\""
205 eval "echo \"  +INCLUDE:\${ZLIB_ROOT}/include\""
206
207 PYTHON_MAJOR=$(echo $PYTHON_VERSION | sed 's/\.[0-9]*$//')
208 echo "TOOL:python:"
209 echo "  +PYTHON_BASE:$PYTHON_ROOT"
210 echo "  +LIBDIR:$PYTHON_ROOT/lib"
211 echo "  +INCLUDE:$PYTHON_ROOT/include/python$PYTHON_MAJOR"
212 echo "  +PATH:$PYTHON_ROOT/bin"
213
214
215 echo "TOOL:boost:"
216 eval "echo \"  +BOOST_BASE:\${BOOST_ROOT}\""
217 eval "echo \"  +PATH:\${BOOST_ROOT}/bin\""
218 eval "echo \"  +LIBDIR:\${BOOST_ROOT}/lib\""
219 eval "echo \"  +INCLUDE:\${BOOST_ROOT}/include\""
220
221 echo "TOOL:xerces-c:"
222 eval "echo \"  +XERCESC_BASE:\${XERCES_C_ROOT}\""
223 eval "echo \"  +XERCES_C_BASE:\${XERCES_C_ROOT}\""
224 eval "echo \"  +PATH:\${XERCES_C_ROOT}/bin\""
225 eval "echo \"  +LIBDIR:\${XERCES_C_ROOT}/lib\""
226 eval "echo \"  +INCLUDE:\${XERCES_C_ROOT}/include\""
227
228 echo "TOOL:root:"
229 echo "  +ROOT_BASE:$ROOT_ROOT"
230 echo "  +ROOTSYS:$ROOT_ROOT/root"
231
232 echo "TOOL:rootrflx:"
233 echo "  +ROOTRFLX_BASE:$ROOT_ROOT"
234 echo "  +ROOTSYS:$ROOT_ROOT/root"
235 echo "  +GENREFLEX=$ROOT_ROOT/root/bin/genreflex"
236
237 echo "TOOL:rootcore:"
238 echo "  +ROOTCORE_BASE:$ROOT_ROOT"
239 echo "  +ROOTSYS:$ROOT_ROOT/root"
240
241
242 echo "TOOL:uuid:"
243 eval "echo \"  +UUID_BASE:\${UUID_ROOT}\""
244 eval "echo \"  +PATH:\${UUID_ROOT}/bin\""
245 eval "echo \"  +LIBDIR:\${UUID_ROOT}/lib\""
246 eval "echo \"  +INCLUDE:\${UUID_ROOT}/include\""
247
248
249 echo "TOOL:gsl:"
250 eval "echo \"  +GSL_BASE:\${GSL_ROOT}\""
251 eval "echo \"  +PATH:\${GSL_ROOT}/bin\""
252 eval "echo \"  +LIBDIR:\${GSL_ROOT}/lib\""
253 eval "echo \"  +INCLUDE:\${GSL_ROOT}/include\""
254
255
256 echo "TOOL:sqlite:"
257 eval "echo \"  +SQLITE_BASE:\${SQLITE_ROOT}\""
258 eval "echo \"  +PATH:\${SQLITE_ROOT}/bin\""
259 eval "echo \"  +LIBDIR:\${SQLITE_ROOT}/lib\""
260 eval "echo \"  +INCLUDE:\${SQLITE_ROOT}/include\""
261
262 echo "TOOL:oracle:"
263 echo "  +ORACLE_BASE:$ORACLE_ROOT"
264 echo "  +PATH:$ORACLE_ROOT/bin"
265 echo "  +LIBDIR:$ORACLE_ROOT/lib"
266 echo "  +INCLUDE:$ORACLE_ROOT/include"
267 echo "  +ORACLE_ADMINDIR:$ORACLE_ENV_ROOT/etc"
268
269
270 echo "TOOL:mysqlpp:"
271 eval "echo \"  +MYSQLPP_BASE:\${MYSQLPP_ROOT}\""
272 eval "echo \"  +PATH:\${MYSQLPP_ROOT}/bin\""
273 eval "echo \"  +LIBDIR:\${MYSQLPP_ROOT}/lib\""
274 eval "echo \"  +INCLUDE:\${MYSQLPP_ROOT}/include\""
275
276 echo "TOOL:mysql:"
277 eval "echo \"  +MYSQL_BASE:\${MYSQL_ROOT}\""
278 eval "echo \"  +PATH:\${MYSQL_ROOT}/bin\""
279 eval "echo \"  +LIBDIR:\${MYSQL_ROOT}/lib/mysql\""
280 eval "echo \"  +INCLUDE:\${MYSQL_ROOT}/include/mysql\""
281
282
283 echo "TOOL:gccxml:"
284 eval "echo \"  +GCCXML_BASE:\${GCCXML_ROOT}\""
285 eval "echo \"  +PATH:\${GCCXML_ROOT}/bin\""
286 eval "echo \"  +LIBDIR:\${GCCXML_ROOT}/lib\""
287 eval "echo \"  +INCLUDE:\${GCCXML_ROOT}/include\""
288
289 echo "TOOL:boost_python:"
290 echo "  +BOOST_PYTHON_BASE:$BOOST_ROOT"
291 echo "  +LIBDIR:$BOOST_ROOT/lib"
292 echo "  +INCLUDE:$BOOST_ROOT/include"
293 echo "  +ELEMENTTREE_BASE:$ELEMENTTREE_ROOT"
294 echo "  +ELEMENTTREE_PYPATH=$ELEMENTTREE_ROOT/python$(echo $PYTHON_VERSION | cut -d. -f1,2)/site-packages"
295 echo "  +PYTHONPATH=$ELEMENTTREE_ROOT/lib/python$(echo $PYTHON_VERSION | cut -d. -f1,2)/site-packages"
296 echo "  +PYSTE_EXEC=$BOOST_ROOT/lib/python$(echo $PYTHON_VERSION | cut -d. -f1,2)/site-packages/Pyste/pyste.py"
297
298 echo "TOOL:sigcpp:"
299 echo "  +SIGCPP_BASE:$SIGCPP_ROOT"
300 echo "  +PATH:$SIGCPP_ROOT/bin"
301 echo "  +LIBDIR:$SIGCPP_ROOT/lib"
302 echo "  +INCLUDE:$SIGCPP_ROOT/include/sigc++-2.0"
303
304
305 echo "TOOL:mimetic:"
306 eval "echo \"  +MIMETIC_BASE:\${MIMETIC_ROOT}\""
307 eval "echo \"  +PATH:\${MIMETIC_ROOT}/bin\""
308 eval "echo \"  +LIBDIR:\${MIMETIC_ROOT}/lib\""
309 eval "echo \"  +INCLUDE:\${MIMETIC_ROOT}/include\""
310
311
312 echo "TOOL:bz2lib:"
313 eval "echo \"  +BZ2LIB_BASE:\${BZ2LIB_ROOT}\""
314 eval "echo \"  +PATH:\${BZ2LIB_ROOT}/bin\""
315 eval "echo \"  +LIBDIR:\${BZ2LIB_ROOT}/lib\""
316 eval "echo \"  +INCLUDE:\${BZ2LIB_ROOT}/include\""
317
318
319 echo "TOOL:pcre:"
320 eval "echo \"  +PCRE_BASE:\${PCRE_ROOT}\""
321 eval "echo \"  +PATH:\${PCRE_ROOT}/bin\""
322 eval "echo \"  +LIBDIR:\${PCRE_ROOT}/lib\""
323 eval "echo \"  +INCLUDE:\${PCRE_ROOT}/include\""
324
325
326 echo "TOOL:dcap:"
327 eval "echo \"  +DCAP_BASE:\${DCAP_ROOT}\""
328 eval "echo \"  +PATH:\${DCAP_ROOT}/bin\""
329 eval "echo \"  +LIBDIR:\${DCAP_ROOT}/lib\""
330 eval "echo \"  +INCLUDE:\${DCAP_ROOT}/include\""
331
332 echo "TOOL:rulechecker:"
333 echo "  +RULECHECKER_BASE:$RULECHECKER_ROOT"
334 echo "  +CLASSPATH:$RULECHECKER_ROOT:$CLASSPATH"
335 echo "  +RULECHECKER_PREPROCESS_EXT:i"
336 echo "  +RULECHECKER_VIOLATION_EXT:viol"
337
338
339 echo "TOOL:cppunit:"
340 eval "echo \"  +CPPUNIT_BASE:\${CPPUNIT_ROOT}\""
341 eval "echo \"  +PATH:\${CPPUNIT_ROOT}/bin\""
342 eval "echo \"  +LIBDIR:\${CPPUNIT_ROOT}/lib\""
343 eval "echo \"  +INCLUDE:\${CPPUNIT_ROOT}/include\""
344
345
346 echo "TOOL:qt:"
347 eval "echo \"  +QT_BASE:\${QT_ROOT}\""
348 eval "echo \"  +PATH:\${QT_ROOT}/bin\""
349 eval "echo \"  +LIBDIR:\${QT_ROOT}/lib\""
350 eval "echo \"  +INCLUDE:\${QT_ROOT}/include\""
351
352
353 echo "TOOL:soqt:"
354 eval "echo \"  +SOQT_BASE:\${SOQT_ROOT}\""
355 eval "echo \"  +PATH:\${SOQT_ROOT}/bin\""
356 eval "echo \"  +LIBDIR:\${SOQT_ROOT}/lib\""
357 eval "echo \"  +INCLUDE:\${SOQT_ROOT}/include\""
358
359 echo "TOOL:coin3d:"
360 eval "echo \"  +COIN3D_BASE:\${COIN_ROOT}\""
361 eval "echo \"  +PATH:\${COIN_ROOT}/bin\""
362 eval "echo \"  +LIBDIR:\${COIN_ROOT}/lib\""
363 eval "echo \"  +INCLUDE:\${COIN_ROOT}/include\""
364
365
366 echo "TOOL:curl:"
367 eval "echo \"  +CURL_BASE:\${CURL_ROOT}\""
368 eval "echo \"  +PATH:\${CURL_ROOT}/bin\""
369 eval "echo \"  +LIBDIR:\${CURL_ROOT}/lib\""
370 eval "echo \"  +INCLUDE:\${CURL_ROOT}/include\""
371
372 echo "TOOL:jpeg:"
373 echo "  +JPEG_BASE:$LIBJPG_ROOT"
374
375
376 echo "TOOL:simage:"
377 eval "echo \"  +SIMAGE_BASE:\${SIMAGE_ROOT}\""
378 eval "echo \"  +PATH:\${SIMAGE_ROOT}/bin\""
379 eval "echo \"  +LIBDIR:\${SIMAGE_ROOT}/lib\""
380 eval "echo \"  +INCLUDE:\${SIMAGE_ROOT}/include\""
381
382
383 echo "TOOL:openssl:"
384 eval "echo \"  +OPENSSL_BASE:\${OPENSSL_ROOT}\""
385 eval "echo \"  +PATH:\${OPENSSL_ROOT}/bin\""
386 eval "echo \"  +LIBDIR:\${OPENSSL_ROOT}/lib\""
387 eval "echo \"  +INCLUDE:\${OPENSSL_ROOT}/include\""
388
389 echo "TOOL:expat:"
390 eval "echo \"  +EXPAT_BASE:\${EXPAT_ROOT}\""
391 eval "echo \"  +PATH:\${EXPAT_ROOT}/bin\""
392 eval "echo \"  +LIBDIR:\${EXPAT_ROOT}/lib\""
393 eval "echo \"  +INCLUDE:\${EXPAT_ROOT}/include\""
394
395
396 echo "TOOL:frontier_client:"
397 eval "echo \"  +FRONTIER_CLIENT_BASE:\${FRONTIER_CLIENT_ROOT}\""
398 eval "echo \"  +PATH:\${FRONTIER_CLIENT_ROOT}/bin\""
399 eval "echo \"  +LIBDIR:\${FRONTIER_CLIENT_ROOT}/lib\""
400 eval "echo \"  +INCLUDE:\${FRONTIER_CLIENT_ROOT}/include\""
401
402
403 echo "TOOL:genser:"
404 eval "echo \"  +GENSER_BASE:\${GENSER_ROOT}\""
405 eval "echo \"  +PATH:\${GENSER_ROOT}/bin\""
406 eval "echo \"  +LIBDIR:\${GENSER_ROOT}/lib\""
407 eval "echo \"  +INCLUDE:\${GENSER_ROOT}/include\""
408
409
410 echo "TOOL:pythia6:"
411 eval "echo \"  +PYTHIA6_BASE:\${PYTHIA6_ROOT}\""
412 eval "echo \"  +LIBDIR:\${PYTHIA6_ROOT}/lib\""
413 eval "echo \"  +INCLUDE:\${PYTHIA6_ROOT}/include\""
414
415 echo "TOOL:pythia8:"
416 eval "echo \"  +PYTHIA8_BASE:\${PYTHIA8_ROOT}\""
417 eval "echo \"  +LIBDIR:\${PYTHIA8_ROOT}/lib\""
418 eval "echo \"  +INCLUDE:\${PYTHIA8_ROOT}/include\""
419
420 echo "TOOL:jimmy:"
421 eval "echo \"  +JIMMY_BASE:\${JIMMY_ROOT}\""
422 eval "echo \"  +LIBDIR:\${JIMMY_ROOT}/lib\""
423 eval "echo \"  +INCLUDE:\${JIMMY_ROOT}/include\""
424
425
426 echo "TOOL:toprex421:"
427 eval "echo \"  +TOPREX421_BASE:\${TOPREX421_ROOT}\""
428 eval "echo \"  +PATH:\${TOPREX421_ROOT}/bin\""
429 eval "echo \"  +LIBDIR:\${TOPREX421_ROOT}/lib\""
430 eval "echo \"  +INCLUDE:\${TOPREX421_ROOT}/include\""
431
432
433 echo "TOOL:tauola27_121_1:"
434 eval "echo \"  +TAUOLA27_121_1_BASE:\${TAUOLA27_121_1_ROOT}\""
435 eval "echo \"  +PATH:\${TAUOLA27_121_1_ROOT}/bin\""
436 eval "echo \"  +LIBDIR:\${TAUOLA27_121_1_ROOT}/lib\""
437 eval "echo \"  +INCLUDE:\${TAUOLA27_121_1_ROOT}/include\""
438
439
440 echo "TOOL:charybdis1_002:"
441 eval "echo \"  +CHARYBDIS1_002_BASE:\${CHARYBDIS1_002_ROOT}\""
442 eval "echo \"  +PATH:\${CHARYBDIS1_002_ROOT}/bin\""
443 eval "echo \"  +LIBDIR:\${CHARYBDIS1_002_ROOT}/lib\""
444 eval "echo \"  +INCLUDE:\${CHARYBDIS1_002_ROOT}/include\""
445
446
447 echo "TOOL:herwig:"
448 eval "echo \"  +HERWIG_BASE:\${HERWIG_ROOT}\""
449 eval "echo \"  +LIBDIR:\${HERWIG_ROOT}/lib\""
450 eval "echo \"  +INCLUDE:\${HERWIG_ROOT}/include\""
451
452
453 echo "TOOL:lhapdf:"
454 eval "echo \"  +LHAPDF_BASE:\${LHAPDF_ROOT}\""
455 eval "echo \"  +LHAPATH:\${LHAPDF_ROOT}/PDFsets\""
456 eval "echo \"  +LIBDIR:\${LHAPDF_ROOT}/lib\""
457 eval "echo \"  +INCLUDE:\${LHAPDF_ROOT}/include\""
458
459 echo "TOOL:tkonlinesw:"
460 eval "echo \"  +TKONLINESW_BASE:\${TKONLINESW_ROOT}\""
461 eval "echo \"  +PATH:\${TKONLINESW_ROOT}/bin\""
462 eval "echo \"  +LIBDIR:\${TKONLINESW_ROOT}/lib\""
463 eval "echo \"  +INCLUDE:\${TKONLINESW_ROOT}/include\""
464
465
466 echo "TOOL:doxygen:"
467 eval "echo \"  +DOXYGEN_BASE:\${DOXYGEN_ROOT}\""
468 eval "echo \"  +PATH:\${DOXYGEN_ROOT}/bin\""
469 eval "echo \"  +LIBDIR:\${DOXYGEN_ROOT}/lib\""
470 eval "echo \"  +INCLUDE:\${DOXYGEN_ROOT}/include\""
471
472 echo "TOOL:meschach:"
473 eval "echo \"  +MESCHACH_BASE:\${MESCHACH_ROOT}\""
474 eval "echo \"  +PATH:\${MESCHACH_ROOT}/bin\""
475 eval "echo \"  +LIBDIR:\${MESCHACH_ROOT}/lib\""
476 eval "echo \"  +INCLUDE:\${MESCHACH_ROOT}/include\""
477
478 echo "TOOL:fastjet:"
479 eval "echo \"  +FASTJET_BASE:\${FASTJET_ROOT}\""
480 eval "echo \"  +LIBDIR:\${FASTJET_ROOT}/lib\""
481 eval "echo \"  +INCLUDE:\${FASTJET_ROOT}/include\""
482
483 echo "TOOL:ktjet:"
484 eval "echo \"  +KTJET_BASE:\${KTJET_ROOT}\""
485 eval "echo \"  +LIBDIR:\${KTJET_ROOT}/lib\""
486 eval "echo \"  +INCLUDE:\${KTJET_ROOT}/include\""
487
488 echo "TOOL:gmp:"
489 eval "echo \"  +GMP_BASE:\${GMP_ROOT}\""
490 eval "echo \"  +LIBDIR:\${GMP_ROOT}/lib\""
491 eval "echo \"  +INCLUDE:\${GMP_ROOT}/include\""
492
493 echo "TOOL:glpk:"
494 eval "echo \"  +GLPK_BASE:\${GLPK_ROOT}\""
495 eval "echo \"  +LIBDIR:\${GLPK_ROOT}/lib\""
496 eval "echo \"  +INCLUDE:\${GLPK_ROOT}/include\""
497
498 echo "TOOL:glimpse:"
499 eval "echo \"  +GLIMPSE_BASE:\${GLIMPSE_ROOT}\""
500 eval "echo \"  +PATH:\${GLIMPSE_ROOT}/bin\""
501
502 echo "TOOL:elementtree:"
503 echo "  +ELEMENTTREE_BASE:$ELEMENTTREE_ROOT"
504 echo "  +ELEMENTTREE_PYPATH:$ELEMENTTREE_ROOT/python$(echo $PYTHON_VERSION | cut -d. -f1,2)/site-packages"
505
506 echo "TOOL:iguana:"
507 echo "  +IGUANA_BASE:$IGUANA_ROOT"
95  
96 < echo "TOOL:valgrind:"
510 < echo "  +VALGRIND_BASE:$VALGRIND_ROOT"
96 > %define skipreqtools jcompiler lhapdfwrapfull lhapdffull
97  
98 < ) > tools.conf
513 < %install
514 < mkdir %i/configurations/
515 < cp tools.conf %i/configurations/tools-STANDALONE.conf
516 < %post
517 < %{relocateConfig}configurations/tools-STANDALONE.conf
518 < #
98 > ## IMPORT scramv1-tool-conf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines