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
!44157
PerfMonAna: Remove dependency on PyROOT.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PerfMonAna: Remove dependency on PyROOT.
ssnyder/athena:pyroot.PerfMonAna-20210605
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:pyroot.PerfMonAna-20210605
into
master
3 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Remove unneeded dependency on the PyROOT module.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
05bb81db
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Control/PerformanceMonitoring/PerfMonAna/CMakeLists.txt
+
1
−
1
Options
@@ -8,7 +8,7 @@ find_package( matplotlib )
find_package
(
numpy
)
find_package
(
pandas
)
find_package
(
sqlalchemy
)
find_package
(
ROOT COMPONENTS Core
PyROOT
Tree MathCore Hist RIO pthread
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Install files from the package:
atlas_install_python_modules
(
python/*.py POST_BUILD_CMD
${
ATLAS_FLAKE8
}
)
Loading