revert to using a bundle of components to install PyQt5, rather than a bundle of extensions#13336
Conversation
|
Test report by @branfosj |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 873455948 processed Message to humans: this is just bookkeeping information for me, |
|
Even with easybuilders/easybuild-framework#3762 merged (which fixes easybuilders/easybuild-framework#3710), reverting back to |
|
Test report by @boegel |
|
Going in, thanks @branfosj! |
|
Test report by @boegelbot |
(created using
eb --new-pr)Partially reverts the changes in #13253 for PyQt5.
Error:
PyQt5 install the different parts as components using a variety of EasyBlocks. Switching to
exts_liststops the custom easyblock definition from being used and installs each as aPythonPackageand that causes the PyQt5 component to fail as it uses a different install method.See easybuilders/easybuild-framework#3710 for the
exts_listnot honouringeasyblock.I've checked through #13253 and this is the only case I could see where this change was made.