Skip to content
Snippets Groups Projects
Commit c438e9d2 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'pyroot.PerfMonAna-20210605' into 'master'

PerfMonAna: Remove dependency on PyROOT.

See merge request atlas/athena!44157
parents faae1dc3 05bb81db
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ find_package( matplotlib ) ...@@ -8,7 +8,7 @@ find_package( matplotlib )
find_package( numpy ) find_package( numpy )
find_package( pandas ) find_package( pandas )
find_package( sqlalchemy ) 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: # Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) 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