Skip to content

atlas_subdir: ensure package name matches directory name

Frank Winklmeier requested to merge fwinkl/atlasexternals:pkgname into master

Ensure that the package name given to atlas_subdir matches the leaf source directory name.

While it's not strictly necessary for the build of the release to have these two names matching, it will certainly create a lot of confusion if they don't (see e.g. athena!59676 (merged)). And I know at least of one helper script (acmd.py cmake depends) that relies on this.

Merge request reports