Skip to content

Change Find modules for pyanalysis and pytools so they work with LCG_89+

Marcin Nowak requested to merge mnowak/atlasexternals:find.pyanalysis.fix into master

PyTools and PyAnalysis from LCG release 89 onwards don't have the file 'site.py' that ATLAS find package modules looked for. I have added new filenames to look for (keeping the old ones still). The choice of the filename to look for is arbitrary. Also added the option to not search the default CMAKE paths to prevent finding things outside of the release

Merge request reports