Make the requirement on Python clear for GLib. Fix python shebang.#8277
Conversation
|
Test report by @akesandgren |
|
Test report by @Micket |
| configopts = "--buildtype=release --default-library=both " | ||
|
|
||
| postinstallcmds = ["sed -i -e 's|#!.*python|#!/usr/bin/env python|' %(installdir)s/bin/*"] | ||
| postinstallcmds = ["sed -i -e 's|#!.*python[0-9.]*$|#!/usr/bin/env python|' %(installdir)s/bin/*"] |
There was a problem hiding this comment.
Another good use case for easybuilders/easybuild-framework#2869
Doesn't need to block this PR, but we should change this easyconfig once we have global support for fix_python_shebang_for...
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @akesandgren! |
(created using
eb --new-pr)