diff --git a/Tools/PyUtils/CMakeLists.txt b/Tools/PyUtils/CMakeLists.txt index 9b1a84ec04d4c760bf81a2b3955636bb73158f1f..780c92292dc98c189f3382f24bd2edc9858ae5cf 100644 --- a/Tools/PyUtils/CMakeLists.txt +++ b/Tools/PyUtils/CMakeLists.txt @@ -17,7 +17,7 @@ find_package( ROOT COMPONENTS Core PyROOT Tree MathCore Hist RIO pthread ) # Install files from the package: atlas_install_python_modules( python/*.py python/scripts python/AthFile ) -atlas_install_scripts( bin/acmd.py bin/atl-gen-athena-d3pd-reader bin/checkFile.py bin/checkPlugins.py bin/checkSG.py bin/checkMetaSG.py bin/checkTP.py bin/checkxAOD.py bin/diff-athfile bin/diff-jobo-cfg.py bin/diffConfigs.py bin/diffPoolFiles.py bin/diffTAGTree.py bin/dlldep.py bin/dso-stats.py bin/dump-athfile.py bin/dumpAthfilelite.py bin/filter-and-merge-d3pd.py bin/getMetadata.py bin/get-tag-diff.py bin/gprof2dot bin/issues bin/magnifyPoolFile.py bin/merge-poolfiles.py bin/pep8.py bin/pool_extractFileIdentifier.py bin/pool_insertFileToCatalog.py bin/print_auditor_callgraph.py bin/pyroot.py bin/vmem-sz.py bin/meta-reader.py bin/lstags bin/tree-orderer.py ) +atlas_install_scripts( bin/acmd.py bin/checkFile.py bin/checkPlugins.py bin/checkSG.py bin/checkMetaSG.py bin/checkTP.py bin/checkxAOD.py bin/diff-athfile bin/diff-jobo-cfg.py bin/diffConfigs.py bin/diffPoolFiles.py bin/dlldep.py bin/dso-stats.py bin/dump-athfile.py bin/dumpAthfilelite.py bin/filter-and-merge-d3pd.py bin/getMetadata.py bin/gprof2dot bin/issues bin/magnifyPoolFile.py bin/merge-poolfiles.py bin/pep8.py bin/pool_extractFileIdentifier.py bin/pool_insertFileToCatalog.py bin/print_auditor_callgraph.py bin/pyroot.py bin/vmem-sz.py bin/meta-reader.py bin/tree-orderer.py ) # Aliases: atlas_add_alias( checkFile "checkFile.py" ) @@ -32,9 +32,7 @@ atlas_add_alias( diffPoolFiles "diffPoolFiles.py" ) atlas_add_alias( print_auditor_callgraph "print_auditor_callgraph.py" ) atlas_add_alias( dump-athfile "dump-athfile.py" ) atlas_add_alias( pyroot "pyroot.py" ) -atlas_add_alias( diffTAGTree "diffTAGTree.py" ) atlas_add_alias( checkxAOD "checkxAOD.py" ) -atlas_add_alias( get-tag-diff "get-tag-diff.py" ) atlas_add_alias( checkSG "checkSG.py" ) atlas_add_alias( diff-jobo-cfg "diff-jobo-cfg.py" ) atlas_add_alias( acmd "acmd.py" )