Skip to content

Commit

Permalink
Merge pull request #2020 from cms-sw/port-2013-IB-CMSSW_7_6_X-stable
Browse files Browse the repository at this point in the history
cleanup for fwlite build
  • Loading branch information
smuzaffar committed Dec 8, 2015
2 parents 3fd3bdd + 9cc7e17 commit 13d2066
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 1 addition & 4 deletions fwlite-tool-conf.spec
Expand Up @@ -8,10 +8,6 @@
%define isdarwin %(case %{cmsos} in (osx*) echo 1 ;; (*) echo 0 ;; esac)
%define isamd64 %(case %{cmsplatf} in (*amd64*) echo 1 ;; (*) echo 0 ;; esac)

Provides: libboost_regex-gcc-mt.so
Provides: libboost_signals-gcc-mt.so
Provides: libboost_thread-gcc-mt.so

Requires: tbb-toolfile
Requires: boost-toolfile
Requires: bz2lib-toolfile
Expand Down Expand Up @@ -46,6 +42,7 @@ Requires: xz-toolfile
Requires: zlib-toolfile
Requires: libxml2-toolfile
Requires: llvm-gcc-toolfile
Requires: vdt-toolfile

%if %isamd64
%if %islinux
Expand Down
5 changes: 2 additions & 3 deletions fwlite.spec
@@ -1,4 +1,4 @@
### RPM cms fwlite CMSSW_7_1_0_pre1_FWLITE
### RPM cms fwlite CMSSW_7_5_7_FWLITE

Requires: fwlite-tool-conf python

Expand All @@ -10,7 +10,7 @@ Requires: fwlite-tool-conf python
%define patchsrc perl -p -i -e ' s|(<classpath.*test\\+test.*>)||;' config/BuildFile.xml*

#patch to build fwlite release; this should be fixed in cmssw
%define patchsrc2 sed -i -e 's|^#include "Geometry/GEMGeometry/|//#include "Geometry/GEMGeometry/|' src/Fireworks/Muons/plugins/FWGEMDigiProxyBuilder.cc
%define patchsrc2 rm -f src/CommonTools/Utils/src/TMVAEvaluator.cc src/CommonTools/Utils/plugins/GBRForestWriter.cc

# depends on MessageService, which pulls in service dependencies
%define patchsrc3 rm -f src/FWCore/MessageLogger/python/MessageLogger_cfi.py
Expand All @@ -19,4 +19,3 @@ Requires: fwlite-tool-conf python

## IMPORT cmssw-partial-build
## IMPORT scram-project-build

7 changes: 3 additions & 4 deletions fwlite_build_set.file
Expand Up @@ -83,7 +83,6 @@ FWCore/ParameterSet
FWCore/PluginManager
FWCore/PythonParameterSet
FWCore/PythonUtilities
FWCore/RootAutoLibraryLoader
FWCore/ServiceRegistry
FWCore/Utilities
FWCore/Version
Expand Down Expand Up @@ -121,8 +120,8 @@ Utilities/General
Utilities/ReleaseScripts
Geometry/CommonDetUnit
SimDataFormats/JetMatching/interface/JetFlavourInfo.h
Geometry/CommonTopologies/interface/Topology.h
DataFormats/TrackerCommon/interface/TrackerTopology.h
Geometry/TrackerGeometryBuilder/interface/GluedGeomDet.h
Geometry/TrackerGeometryBuilder/interface/GeomDetLess.h
RecoLocalCalo/HcalRecAlgos/interface/HcalCaloFlagLabels.h
DataFormats/TrackerCommon
Geometry/CommonTopologies
Geometry/GEMGeometry

0 comments on commit 13d2066

Please sign in to comment.