update scipy easyblock for scipy >= 1.11.0#2971
update scipy easyblock for scipy >= 1.11.0#2971casparvl merged 2 commits intoeasybuilders:developfrom
Conversation
|
Test report by @SebastianAchilles Overview of tested easyconfigs (in order)
Build succeeded for 3 out of 3 (3 easyconfigs in total) |
|
Test report by @SebastianAchilles Overview of tested easyconfigs (in order)
Build succeeded for 6 out of 6 (6 easyconfigs in total) |
| change_dir(tmp_builddir) | ||
|
|
||
| # reconfigure (to update prefix), and install to tmpdir | ||
| MesonNinja.configure_step(self, cmd_prefix=tmp_installdir) |
There was a problem hiding this comment.
We should look into why the cmd_prefix didn't work as intended, but that can be done in a follow-up PR...
cmd_prefix isn't used at all in MesonNinja.configure_step currently, so we need to check what's going on there.
(created using
eb --new-pr)This PR is adding support for scipy >= 1.11.0. The
runtests.pyis not longer available, butdev.py --no-build --install-prefix %(installdir)s testneeds to be used.Before the
test_stepwas already installingscipyinto the final install directory. I tried to update the easyblock that in the test stepscipyis installed to the tmpdir.