Skip to content
Snippets Groups Projects
Commit 0955b777 authored by Stefan Richter's avatar Stefan Richter
Browse files

Merge branch 'drop_unused3' into '23.0'

Remove calls to find_package(Boost) in the packages which don't use boost, part3

See merge request !62401
parents ab63c7f8 1c8169c9
2 merge requests!624752023-04-19: merge 23.0 into master,!62401Remove calls to find_package(Boost) in the packages which don't use boost, part3
......@@ -4,7 +4,6 @@
atlas_subdir( TruthD3PDMaker )
# External dependencies:
find_package( Boost )
find_package( CLHEP )
find_package( HepPDT )
......@@ -12,8 +11,8 @@ find_package( HepPDT )
atlas_add_component( TruthD3PDMaker
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${HEPPDT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${HEPPDT_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib AthenaBaseComps AthenaKernel Navigation EventInfo xAODTruth GaudiKernel GeneratorObjects TruthUtils D3PDMakerInterfaces D3PDMakerUtils TruthD3PDAnalysisLib MCTruthClassifierLib McParticleEvent McParticleKernel JetEvent TrkToolInterfaces GenInterfacesLib )
INCLUDE_DIRS ${HEPPDT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${HEPPDT_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib AthenaBaseComps AthenaKernel Navigation EventInfo xAODTruth GaudiKernel GeneratorObjects TruthUtils D3PDMakerInterfaces D3PDMakerUtils TruthD3PDAnalysisLib MCTruthClassifierLib McParticleEvent McParticleKernel JetEvent TrkToolInterfaces GenInterfacesLib )
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
......
......@@ -6,7 +6,6 @@
atlas_subdir( TileGeoG4Calib )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( CLHEP )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( Geant4 )
......@@ -18,8 +17,8 @@ atlas_add_library( TileGeoG4Calib
src/components/*.cxx
OBJECT
NO_PUBLIC_HEADERS
PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} ${Boost_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} CaloG4SimLib CaloIdentifier CaloSimEvent CxxUtils StoreGateLib GeoModelInterfaces GeoModelUtilities GaudiKernel G4AtlasToolsLib MCTruth TileDetDescr TileGeoG4SDLib TileG4InterfacesLib TileSimEvent TileSimUtilsLib PathResolver )
PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} CaloG4SimLib CaloIdentifier CaloSimEvent CxxUtils StoreGateLib GeoModelInterfaces GeoModelUtilities GaudiKernel G4AtlasToolsLib MCTruth TileDetDescr TileGeoG4SDLib TileG4InterfacesLib TileSimEvent TileSimUtilsLib PathResolver )
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
......
......@@ -5,7 +5,6 @@ atlas_subdir( ActsGeantFollowing )
# External dependencies:
find_package( Acts COMPONENTS Core )
find_package( Boost )
find_package( Geant4 )
find_package( ROOT COMPONENTS Core Tree RIO )
......@@ -14,8 +13,8 @@ atlas_add_library( ActsGeantFollowing
NO_PUBLIC_HEADERS
src/*.cxx
src/components/*.cxx
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES} ${GEANT4_LIBRARIES}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ${GEANT4_LIBRARIES}
ActsCore
ActsGeometryInterfacesLib
ActsGeometryLib
......
......@@ -5,15 +5,14 @@ atlas_subdir( ActsTrkFittingAlgs )
# External dependencies:
find_package( Acts COMPONENTS Core )
find_package( Boost )
find_package( ROOT COMPONENTS Core Tree RIO )
# Component(s) in the package:
atlas_add_component( ActsTrkFittingAlgs
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES}
ActsCore
ActsGeometryInterfacesLib
ActsGeometryLib
......
......@@ -5,15 +5,14 @@ atlas_subdir( ActsTrkFittingTools )
# External dependencies:
find_package( Acts COMPONENTS Core )
find_package( Boost )
find_package( ROOT COMPONENTS Core Tree RIO )
# Component(s) in the package:
atlas_add_component( ActsTrkFittingTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${ROOT_LIBRARIES}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES}
ActsCore
ActsGeometryInterfacesLib
ActsGeometryLib
......
......@@ -5,14 +5,12 @@ atlas_subdir( ActsTrkPriVtxFinderTool )
# External dependencies:
find_package( Acts COMPONENTS Core )
find_package( Boost )
# Component(s) in the package:
atlas_add_component( ActsTrkPriVtxFinderTool
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES}
LINK_LIBRARIES
ActsCore
ActsGeometryInterfacesLib
ActsGeometryLib
......
......@@ -3,14 +3,11 @@
# Declare the package name:
atlas_subdir( TrkPatternParameters )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
# Component(s) in the package:
atlas_add_library( TrkPatternParameters
src/*.cxx
PUBLIC_HEADERS TrkPatternParameters
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES TrkEventPrimitives TrkParametersBase
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} GaudiKernel TrkSurfaces )
PRIVATE_LINK_LIBRARIES GaudiKernel TrkSurfaces )
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