Skip to content
Snippets Groups Projects
Commit 05bb81db authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

PerfMonAna: Remove dependency on PyROOT.

Remove unneeded dependency on the PyROOT module.
parent 658ff8b0
No related branches found
No related tags found
No related merge requests found
......@@ -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} )
......
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