use run_shell_cmd in custom easyblock for Maple#3286
use run_shell_cmd in custom easyblock for Maple#3286boegel merged 5 commits intoeasybuilders:5.0.xfrom
run_shell_cmd in custom easyblock for Maple#3286Conversation
boegel
left a comment
There was a problem hiding this comment.
also escape ? in question patterns + fix language selection pattern
|
Currently fails for Installing of This looks like partial output, so perhaps we're hitting a bug in |
|
easybuilders/easybuild-framework#4504 definitely fixes a problem, but it may not be sufficient for the interactive installation command for Maple, it seems... |
|
I had to fix a question pattern too, it assumed that the question for a desktop shortcut was on a single line, while there actually empty lines in between, so I had to tweak the pattern a bit (see 99ba832) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
(created using
eb --new-pr)edit (by @boegel): requires:
run_shell_cmdeasybuild-framework#4504