Lisandro Dalcin
Lisandro Dalcin
cf. pypa/pip#9314 It would be nice if `pip` learned an additional option `--install-build-requirements` that would install first the packages required by the build backend. This way there is no need...
@kbarnhart To your specific issue, the following updated pip instructions should solve your problem. ``` pip install meson-python ninja numpy pip install --no-build-isolation -e . ``` @ketch You may need...
> I'll take a look at adjusting the path search. Having enough problems with #12307 at the moment. Sorry! :cry:
@wenduwan I discovered this issue testing with the 5.0.2 tarball. I cannot assert anything about the main branch, but a quick glance at the code seems to indicate that the...
@jsquyres Would Open MPI accept platform-specific ways to derive `OPAL_PREFIX` automatically, alleviating users from the need to set it explicitly?
@rhc54 Arent you are oversimplifying things a bit? `opal_find_absolute_path("prte")` will keep ignoring any `XXX_PREFIX` variable you may set, as it only looks in PATH. I know almost nothing about the...
@wenduwan I believe this issue is already fixed in main, at least in my local testing. I'm still getting some warnings, though, but these are unrelated: ``` [kw61149:2141245] shmem: mmap:...
@wenduwan #12526
@janjust Last time I tried it was ompi@master. At this point I'm losing track of all the cumulated issues with their respective branches.
> Just to check you are not trying with these failures to run oversubscribed Oh, hold on... Yes, I may eventually run oversubscribed if the tests spawn too many processes....