1 |
< |
### RPM cms fwlite CMSSW_1_6_12_FWLITE |
2 |
< |
## IMPORT configurations |
3 |
< |
Provides: /bin/zsh |
4 |
< |
Requires: fwlite-tool-conf |
5 |
< |
%define cmssw_release %(perl -e '$_="%v"; s/_FWLITE//; print;') |
6 |
< |
%define toolconf ${FWLITE_TOOL_CONF_ROOT}/configurations/tools-STANDALONE.conf |
7 |
< |
|
8 |
< |
#Defines for file containing list of packages for checkout and build: |
9 |
< |
%define buildsetrepo CMSDIST |
10 |
< |
%define buildsetfile fwlite_build_set.file |
11 |
< |
%define buildsetvers buildset_V3_3_1 |
12 |
< |
|
13 |
< |
# Define list of external tools to be selected in scram configuration. |
14 |
< |
# Any changes must be propagated in fwlite-tool-conf.spec: |
15 |
< |
%define externals "cxxcompiler ccompiler clhep sockets boost boost_filesystem rootrflx rootcore rootmath gccxml boost_python elementtree sigcpp hepmc gsl boost_regex boost_program_options boost_program_options boost_regex bz2lib pcre root rootcintex zlib castor python oracle mysql dcap qt libjpg openssl expat seal" |
16 |
< |
|
17 |
< |
%define buildtarget release-build |
18 |
< |
|
19 |
< |
# Skip library load and symbol checks to avoid dependency on seal: |
20 |
< |
%define nolibchecks on |
21 |
< |
|
22 |
< |
# Switch off building tests: |
23 |
< |
%define patchsrc3 perl -p -i -e ' s!(<ClassPath.*test\\+test>)!#$1!;' config/BuildFile |
24 |
< |
|
25 |
< |
# Additional source patches named patchsrc4, patchsrc5 can be defined here. |
26 |
< |
|
27 |
< |
## IMPORT cms-scram-build |
28 |
< |
## IMPORT partial-build |
29 |
< |
## IMPORT scramv1-build |
1 |
> |
### RPM cms fwlite CMSSW_4_4_0_pre4_FWLITE |
2 |
> |
|
3 |
> |
Requires: fwlite-tool-conf python |
4 |
> |
|
5 |
> |
%define useCmsTC yes |
6 |
> |
%define saveDeps yes |
7 |
> |
|
8 |
> |
# Switch off building tests |
9 |
> |
%define patchsrc perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml* |
10 |
> |
|
11 |
> |
# Includes parts of the framework that we don't want in fwlite |
12 |
> |
%define patchsrc2 rm -rf src/DataFormats/GeometrySurface/plugins |
13 |
> |
|
14 |
> |
# depends on MessageService, which pulls in service dependencies |
15 |
> |
%define patchsrc3 rm -f src/FWCore/MessageLogger/python/MessageLogger_cfi.py |
16 |
> |
|
17 |
> |
## IMPORT cmssw-partial-build |
18 |
> |
## IMPORT scram-project-build |