Skip to content

Conversation

@boegel
Copy link
Member

@boegel boegel commented Apr 9, 2019

Without this fix for a problem introduced with #1664, installing EasyBuild with EasyBuild is broken.

The sanity check fails as follows:

== sanity checking...
   ...
  >> (non-empty) directory 'lib/python%(pyshortver)s/site-packages' found: FAILED

This happens because the %(pyshortver)s template value in lib/python%(pyshortver)s/site-packages does not get resolved since Python is not a real dependency: it's specified as an allowed system dependency via allow_system_deps in the EasyBuild easyconfig files.

…p before injecting default sanity_check_paths value that uses %(pyshortver)s template value
@boegel boegel added the bug fix label Apr 9, 2019
@boegel boegel added this to the 3.9.0 milestone Apr 9, 2019
@wpoely86 wpoely86 merged commit 620cbba into easybuilders:develop Apr 9, 2019
@boegel boegel deleted the fix_pythonpackage_default_sanity_check_paths branch April 9, 2019 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants