Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!75574
PerfMon: cleanup link dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PerfMon: cleanup link dependencies
fwinkl/athena:perfmon_link
into
main
Overview
2
Commits
1
Pipelines
1
Changes
4
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:perfmon_link
into
main
4 months ago
Overview
2
Commits
1
Pipelines
1
Changes
4
Expand
Cleanup cmake configuration of PerfMon packages.
Relates to
ATEAM-989
.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a92dcb8c
1 commit,
4 months ago
4 files
+
11
−
35
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Control/PerformanceMonitoring/PerfMonComps/CMakeLists.txt
+
3
−
13
Options
# Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
PerfMonComps
)
# External dependencies:
find_package
(
AIDA
)
find_package
(
Boost
)
find_package
(
Python COMPONENTS Development
)
find_package
(
ROOT COMPONENTS Core ROOTTPython
cppyy
${
Python_VERSION_MAJOR
}
_
${
Python_VERSION_MINOR
}
)
find_package
(
TBB
)
find_package
(
nlohmann_json
)
find_package
(
psutil
)
# Component(s) in the package:
atlas_add_component
(
PerfMonComps
src/*.cxx src/components/*.cxx
INCLUDE_DIRS
${
AIDA_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
Python_INCLUDE_DIRS
}
${
TBB_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
Python_LIBRARIES
}
${
CMAKE_DL_LIBS
}
${
TBB_LIBRARIES
}
AthenaBaseComps AthenaKernel RootUtilsPyROOT CxxUtils
PerfMonEvent PerfMonKernel SGTools StoreGateLib GaudiKernel
AthDSoCallBacks nlohmann_json::nlohmann_json
)
INCLUDE_DIRS
${
TBB_INCLUDE_DIRS
}
LINK_LIBRARIES
${
TBB_LIBRARIES
}
AthenaBaseComps CxxUtils GaudiKernel PerfMonEvent PerfMonKernel nlohmann_json::nlohmann_json
)
# Install files from the package:
atlas_install_python_modules
(
python/*.py POST_BUILD_CMD
${
ATLAS_FLAKE8
}
)
Loading