Skip to content
Snippets Groups Projects
Commit aa9f65f7 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'drop_unused_boost_again' into 'main'

Drop unused calls to find_package(boost) again

See merge request atlas/athena!66191
parents b6f1117d afafb5b9
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,13 @@ atlas_subdir( PileUpComps )
# External dependencies:
find_package( CLHEP )
find_package( Boost )
# Component(s) in the package:
atlas_add_component( PileUpComps
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${BOOST_INCLUDE_DIRS}
LINK_LIBRARIES
${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel
PileUpToolsLib StoreGateLib EventInfo
......
......@@ -6,7 +6,6 @@ atlas_subdir( APRTests )
# External dependencies:
find_package( CppUnit )
find_package( ROOT )
find_package( Boost )
# Extend the include directories for all components:
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/TestDictionary )
......@@ -24,8 +23,7 @@ function( _add_test name )
if( ARG_DICTHEADER )
atlas_add_dictionary( test_${name}Dict
${ARG_DICTHEADER} ${name}/classes.xml
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} PersistencySvc
LINK_LIBRARIES PersistencySvc
StorageSvc AthContainers
NO_ROOTMAP_MERGE )
endif()
......
......@@ -4,7 +4,6 @@
atlas_subdir( LArMonTools )
# External dependencies:
find_package( Boost )
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO )
......@@ -12,8 +11,8 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO )
atlas_add_component( LArMonTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} CaloDetDescrLib CaloGeoHelpers CaloIdentifier EventContainers AthenaMonitoringLib StoreGateLib Identifier GaudiKernel LArIdentifier LArRawEvent LArRecConditions LArCablingLib LWHists TrigDecisionToolLib CaloConditions AthenaKernel AthenaPoolUtilities xAODEventInfo LArCOOLConditions LArRawConditions LArRecEvent CaloInterfaceLib LArElecCalib TrigAnalysisInterfaces )
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloDetDescrLib CaloGeoHelpers CaloIdentifier EventContainers AthenaMonitoringLib StoreGateLib Identifier GaudiKernel LArIdentifier LArRawEvent LArRecConditions LArCablingLib LWHists TrigDecisionToolLib CaloConditions AthenaKernel AthenaPoolUtilities xAODEventInfo LArCOOLConditions LArRawConditions LArRecEvent CaloInterfaceLib LArElecCalib TrigAnalysisInterfaces )
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
......
......@@ -6,23 +6,22 @@
atlas_subdir( MuonGeoModelTest )
# External dependencies:
find_package( Boost )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( MuonGeoModelTestLib
src/*.cxx
PUBLIC_HEADERS MuonGeoModelTest
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaBaseComps Identifier GaudiKernel MuonCalibITools MuonReadoutGeometry MuonCondData
MuonPrepRawData MuonSimEvent MuonIdHelpersLib StoreGateLib RegionSelectorLib MuonTesterTreeLib
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} GeoAdaptors GeoPrimitives GeneratorObjects
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} GeoAdaptors GeoPrimitives GeneratorObjects
MuonAlignmentData MuonDigitContainer TrkDistortedSurfaces TrkSurfaces )
atlas_add_component( MuonGeoModelTest
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} AthenaBaseComps Identifier GaudiKernel
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps Identifier GaudiKernel
MuonCalibITools MuonReadoutGeometry MuonIdHelpersLib MuonPrepRawData MuonSimEvent
StoreGateLib GeoAdaptors GeoPrimitives RegionSelectorLib GeneratorObjects MuonCondData
MuonAlignmentData MuonDigitContainer TrkDistortedSurfaces TrkSurfaces MuonGeoModelTestLib )
......
......@@ -5,15 +5,14 @@ atlas_subdir( EGammaVariableCorrection )
# External dependencies:
find_package( ROOT COMPONENTS Core MathCore Hist Graf RIO )
find_package( Boost COMPONENTS thread )
# Component(s) in the package:
atlas_add_library( EGammaVariableCorrectionLib
EGammaVariableCorrection/*.h
Root/*.cxx
PUBLIC_HEADERS EGammaVariableCorrection
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} AsgTools EgammaAnalysisInterfacesLib EgammaAnalysisHelpersLib
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools EgammaAnalysisInterfacesLib EgammaAnalysisHelpersLib
PRIVATE_LINK_LIBRARIES PathResolver xAODEgamma xAODEventShape)
if( NOT XAOD_STANDALONE )
......
......@@ -3,16 +3,12 @@
# Declare the package name:
atlas_subdir( JetTagInfo )
# External dependencies:
find_package( Boost )
# Component(s) in the package:
atlas_add_library( JetTagInfo
src/*.cxx
PUBLIC_HEADERS JetTagInfo
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES AthLinks EventPrimitives JetEvent muonEvent Particle egammaEvent VxVertex
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} GaudiKernel )
PRIVATE_LINK_LIBRARIES GaudiKernel )
atlas_add_dictionary( JetTagInfoDict
JetTagInfo/JetTagInfoDict.h
......
......@@ -6,7 +6,6 @@ atlas_subdir( VrtSecInclusive )
# External dependencies:
find_package( LAPACK )
find_package( BLAS )
find_package( Boost )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
......
......@@ -10,7 +10,6 @@ atlas_add_library( TrigInDetPattRecoTools
LINK_LIBRARIES TrigInDetPattRecoEvent
PRIVATE_LINK_LIBRARIES IRegionSelector TrigInDetEvent InDetPrepRawData BeamSpotConditionsData)
find_package(Boost)
atlas_add_test( mockSeeds
SOURCES test/mockSeeds.cxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment