make sure AOCC commands like clang/flang pick up GCCcore as GCC toolchain#2538
Conversation
|
Test report by @SebastianAchilles Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
| txt += self.module_generator.set_environment('AOCChome', self.installdir) | ||
| # make sure clang/flang picks up GCCcore as GCC toolchain | ||
| txt += self.module_generator.set_alias('clang', 'clang --gcc-toolchain=$EBROOTGCCCORE') | ||
| txt += self.module_generator.set_alias('flang', 'flang --gcc-toolchain=$EBROOTGCCCORE') |
There was a problem hiding this comment.
@SebastianAchilles Maybe we should install an actual wrapper script rather than just defining an alias, since an alias is not inherited into a subshell?
… as GCC toolchain
… as GCC toolchain
|
Test report by @SebastianAchilles Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
boegel
left a comment
There was a problem hiding this comment.
@SebastianAchilles Some trivial style fixes to make the code a bit like existing easyblocks in SebastianAchilles#1
style fixes for AOCC easyblock
|
Test report by @SebastianAchilles Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
(created using
eb --new-pr)