Skip to content
Snippets Groups Projects

PerformanceMonitoring: First batch of cmake, flake8, clean-up updates

Merged Alaettin Serhan Mete requested to merge amete/athena:master-perfmon-flake8-batch1 into master
All threads resolved!
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,8 +6,11 @@ atlas_subdir( PerfMonAna )
# External dependencies:
find_package( pandas )
find_package( sqlalchemy )
find_package( matplotlib )
find_package( numpy )
# These need to be added to Externals first, then enabled
# However, the fact that they're missing is not an immediate
# Showstopper...
#find_package( matplotlib )
#find_package( numpy )
find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread )
# Install files from the package:
Loading