Skip to content
Snippets Groups Projects

PerfMonAna: Remove dependency on PyROOT.

Merged Scott Snyder requested to merge ssnyder/athena:pyroot.PerfMonAna-20210605 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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