Someone
Someone
Getting `configure: WARNING: unrecognized options: --with-pmi1, --with-pmi2` To be clear, `--with-pmilib=slurm` did work, I just wasn't sure if it's the right thing to do. This is with mpich `4.1.2` EDIT:...
> I guess we can generate mpich-c.pc, mpich-cxx.pc, and mpich-fort.pc Should I try and prepare the patches (can't promise right now though), or would you like to take care of...
Hi! I'm happy to hear you're willing to consider accepting patches to support nix! I got some dirty PoC to work in https://github.com/NixOS/nixpkgs/pull/279235/files#diff-926fb1122e900710bc9615073d6e247bda009eb2d2c00733f3f1f2279f21c784. I suppose for upstreaming I should make...
I'd be content with either choice. A "compile-time option" is sufficient to support my own use-case (running `apptainer exec --nv` under NixOS). I'd have to test, but I think using...
Have there been any updates on this issue in xsimd 10/11?
I recall being very happy to see this to be the issue #1 🙃 > is it desirable to also have a CMake build? In short, I'd suggest "yes, from...
I like the idea of introducing FindCUDAToolkit.cmake support earlier. I find branching preferable to vendoring because it's a risk of divergence. E.g. pytorch vendors a copy, but their API already...
I observed some issues with "lazy" `from`-import statements where the module names sometimes wouldn't get updated. Summarized in the last test I pushed: ```bash E AssertionError: 'def import_later():\n from pkg2.pkg3.p[77...
I can rebase, shall I?
My understanding is that in this particular case, `create_finder(..., imports=False)` is supposed to skip `import lazy` but it doesn't (do I misunderstand the meaning of `imports=False`?). This may be an...