add back configure options for PETSc dependencies with generic --with options#3857
Conversation
… --with-xxx and --with-xxx-dir
|
Test report by @lexming Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Test report by @lexming Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
easybuilders/easybuild-easyconfigs#23252 (comment) Do we also want to try to include this fix as well? We should not be using --CFLAGS --FFLAGS for any of the versions of PETSc we have. self.cfg.update('configopts', '--COPTFLAGS="%s"' % os.getenv('CFLAGS'))
self.cfg.update('configopts', '--CXXOPTFLAGS="%s"' % cxxflags)
self.cfg.update('configopts', '--FFOPTLAGS="%s"' % os.getenv('F90FLAGS')) |
That's totally unrelated to the regression being fixed here, so let's make that a separate PR (I'm happy to look into that) |
--with options--with options
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
fixes regression easybuilders/easybuild-easyconfigs#23431