Michael Aichmüller
Michael Aichmüller
I tested out some more configurations and noticed that if I completely remove `fmt` from the repo, then `libfancyCppyy` will compile, but the linker even throws errors: ``` [0/2] Re-checking...
hi @dschult, `compute_v_structures` currently returns colliders, not v-structures. Renaming it to `compute_colliders` and adapting a little the docstring would already be sufficient as far as I can tell (could do...
Hi @memsharded , I only did the manual `cmake --install ...` and `cmake -S ....` configuration commands to contrast it with the conan steps. These steps are NOT done by...
> That is what was confusing to me. For the conan editable flow, the CMake install functionality is not involved at all. I did not know this. I expected that...
Hi @memsharded, sorry for the silence, urgent work came up and I had to postpone exploring this issue for now. The project is indeed open, and can be found [here](https://github.com/maichmueller/mimir/tree/develop)...
Hi @memsharded , thanks for having a look! Sorry about the dependencies, you would need to run these commands within the project folder prior to installing `mimir`: ``` conan export...
Hi @vmoens, any plans to let MultiaSyncCollectors use threading instead for no-gil versions?
hi @pseudo-rnd-thoughts , I looked into number 2 but I am afraid it is too much of a learning process right now for me to get done. Option 1 I...
Hi @pseudo-rnd-thoughts , Thanks for the hint! But this small numpy change now seems to cause the… vcpkg step to fail? I don’t quite understand the CI setup in how...
@pseudo-rnd-thoughts , thanks for those fixes! It seems the underlying CI issues have been resolved and all tests run successfully now. I am happy to bring this draft to full...