update LAPACK easyblock to keep control of compiler options for versions >= 3.9.0#2358
Conversation
|
Oh hold on, the |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
| else: | ||
| fflags_var = 'OPTS' | ||
| noopt_var = 'NOOPT' | ||
| self.cfg.update('buildopts', '%s="%s -m64"' % (fflags_var, os.getenv('FFLAGS'))) |
There was a problem hiding this comment.
Not sure if explicitly setting -m64 is a good thing here and below.
There was a problem hiding this comment.
I'm happy to drop this, but it's just copying what the LAPACK Makefile does.
Any specific reason you think this is not a good idea?
There was a problem hiding this comment.
There is no -m64 anywhere in the LAPACK files whatsoever.
-m64 is compiler specific, not all compilers has that flag.
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Going in, thanks @boegel! |
(created using
eb --new-pr)