Skip to content
Snippets Groups Projects
Commit 51e67fd8 authored by Christian Ohm's avatar Christian Ohm Committed by Graeme Stewart
Browse files

Made the package aware of AthAnalysisBase (PyCmt-00-00-47)

	* ..aaand also AthAnalysisBase
	* Tagging as PyCmt-00-00-47

2016-05-26 Christian Ohm <christian.ohm@cern.ch>
	* Made the package aware of AtlasDerivation
	* Tagging as PyCmt-00-00-46


Former-commit-id: 1972d4889f26fc3224cd61a23abb7ba6003375c8
parent 671fdedf
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: PyCmt
################################################################################
# Declare the package name:
atlas_subdir( PyCmt )
# External dependencies:
find_package( PythonLibs )
# this line failed automatic conversion in cmt2cmake :
# cmtpath_pattern_reverse macro_append includes ' $(ppcmd)"<path>/$(cmt_installarea_prefix)/$(CMTCONFIG)/include" '
# Install files from the package:
atlas_install_python_modules( python/*.py python/pyshell python/pkgbuild )
atlas_install_scripts( bin/make_pkgbuild.py )
......@@ -39,6 +39,8 @@ class CmtOptions(object):
"AtlasHLT",
"AtlasOffline",
"AtlasProduction",
"AtlasDerivation",
"AthAnalysisBase"
]
## number of spaces in the output of the 'cmt show uses' to represent
......
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