ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/fwlite.spec
Revision: 1.17
Committed: Wed Feb 13 17:45:46 2008 UTC (17 years, 2 months ago) by ratnik
Branch: MAIN
CVS Tags: SiteDB_080227, ge20080226, SiteDB_SM_Nightly_150208, CMSSW_1_6_8_FWLITE-root51800
Changes since 1.16: +2 -0 lines
Log Message:
Use %cmsplatf in Sockets description file to replace hardcoded string.

File Contents

# User Rev Content
1 ratnik 1.16 ### RPM cms fwlite CMSSW_1_6_8_FWLITE-root51800
2 ratnik 1.1 ## IMPORT configurations
3     Provides: /bin/zsh
4 ratnik 1.15 Requires: fwlite-tool-conf
5 ratnik 1.16 %define cmssw_release %(perl -e '$_="%v"; s/_FWLITE-root51800//; print;')
6 ratnik 1.15 %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 ratnik 1.16 %define buildsetvers buildset_V3_3
12 ratnik 1.15
13     # Define list of external tools to be selected in scram configuration.
14     # Any changes must be propagated in fwlite-tool-conf.spec:
15 ratnik 1.16 %define externals "cxxcompiler ccompiler clhep sockets boost boost_filesystem boost_python boost_regex boost_program_options root rootcintex rootrflx rootcore rootmath gccxml python elementtree sigcpp hepmc gsl bz2lib pcre zlib dcap libjpg openssl expat"
16 ratnik 1.15
17 ratnik 1.1 %define buildtarget release-build
18 ratnik 1.15
19     # Skip library load and symbol checks to avoid dependency on seal:
20     %define nolibchecks on
21 ratnik 1.1
22 ratnik 1.7 # Switch off building tests:
23 ratnik 1.15 %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     %define patchsrc4 perl -p -i -e '/<lib name=Tree>/ && print "<lib name=Net>\n<lib name=RIO>\n";' SCRAMToolBox/General/ROOTCore
27 ratnik 1.1
28 ratnik 1.17 %define patchsrc5 perl -p -i -e 's/slc4_ia32_gcc345/%cmsplatf/' SCRAMToolBox/System/Sockets SCRAMToolBox/System/Sockets.xml
29    
30 ratnik 1.15 ## IMPORT cms-scram-build
31     ## IMPORT partial-build
32     ## IMPORT scramv1-build