Skip to content

Commit

Permalink
Added boost_regex to necessary packages
Browse files Browse the repository at this point in the history
These package directly use boost regex code.
  • Loading branch information
Dr15Jones committed May 18, 2021
1 parent c290cb4 commit 6b9e7c5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CalibTracker/SiStripLorentzAngle/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<use name="DQMServices/Core"/>
<use name="MagneticField/Records"/>
<use name="root"/>
<use name="boost_regex"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions CommonTools/Utils/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<use name="FWCore/Utilities"/>
<use name="FWCore/MessageLogger"/>
<use name="boost"/>
<use name="boost_regex"/>
<use name="roothistmatrix"/>
<export>
<lib name="1"/>
Expand Down
1 change: 1 addition & 0 deletions CondCore/ESSources/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<use name="FWCore/Catalog"/>
<use name="FWCore/Framework"/>
<use name="CondCore/ESSources"/>
<use name="boost_regex"/>
<library file="*.cc" name="CondCoreESSourcesPlugins">
<flags EDM_PLUGIN="1"/>
</library>
1 change: 1 addition & 0 deletions DQMServices/StreamerIO/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<use name="DQMServices/Core"/>
<use name="DQMServices/Components"/>
<use name="stdcxx-fs"/>
<use name="boost_regex"/>
<library file="*.cc" name="DQMServicesStreamerIOPlugins">
<flags EDM_PLUGIN="1"/>
<flags REM_CXXFLAGS="-Werror=unused-variable"/>
Expand Down
1 change: 1 addition & 0 deletions DataFormats/PatCandidates/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Reflection"/>
<use name="boost"/>
<use name="boost_regex"/>
<flags LCG_DICT_HEADER="classes_objects.h classes_trigger.h classes_user.h classes_other.h"/>
<flags LCG_DICT_XML="classes_def_objects.xml classes_def_trigger.xml classes_def_user.xml classes_def_other.xml"/>
<export>
Expand Down
1 change: 1 addition & 0 deletions EventFilter/L1TRawToDigi/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<use name="DataFormats/L1DTTrackFinder"/>
<use name="DataFormats/L1TMuon"/>
<use name="EventFilter/RPCRawToDigi"/>
<use name="boost_regex"/>
<export>
<lib name="1"/>
</export>
1 change: 1 addition & 0 deletions HLTrigger/Timer/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="HLTrigger/Timer"/>
<use name="boost_regex"/>
<flags EDM_PLUGIN="1"/>
</library>
1 change: 1 addition & 0 deletions RecoLocalTracker/SiPixelRecHits/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<use name="boost"/>
<use name="boost_regex"/>
<use name="cuda"/>
<use name="vdt_headers"/>
<use name="CalibTracker/SiPixelESProducers"/>
Expand Down
1 change: 1 addition & 0 deletions RecoLuminosity/LumiProducer/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<library file="CMSRunSummary2DB.cc" name="CMSRunSummary2DB">
<use name="RecoLuminosity/LumiProducer"/>
<use name="rootcore"/>
<use name="boost_regex"/>
<flags EDM_PLUGIN="1"/>
</library>

Expand Down
2 changes: 2 additions & 0 deletions RecoLuminosity/LumiProducer/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@
<use name="CoralBase"/>
<use name="RelationalAccess"/>
<use name="boost"/>
<use name="boost_regex"/>
</bin>

<bin file="testBoostRegex.cpp" name="testBoostRegex">
<flags NO_TESTRUN="1"/>
<use name="boost"/>
<use name="boost_regex"/>
</bin>

<bin file="validation/populateDummy2LumiDB.cpp" name="populateDummy2LumiDB">
Expand Down

0 comments on commit 6b9e7c5

Please sign in to comment.