Cristian Le
Cristian Le
Could you share repo or dockerfile to reproduce locally as well? Any complexity level is ok with me, but of course if it can be minimized it would be preferred.
Yes, the option would allow to fallback to `make` (and maybe `msvc`). I think we should flip the default because it would make the builds more predictable by default. Maybe...
I did make some progress by making sure `overlay` is also a `param.rx`, but there are a lot of pitfalls down the line with doing so. Ideally only the `Cruve`...
For the record, this is still an ongoing issue. Would upstream want some help setting up a CI to cover Fedora? In the meantime LIEF also works, but it doesn't...
It does seem to be specific to packit only: - only packit is (still) stuck: https://bodhi.fedoraproject.org/updates/?search=&status=pending&releases=F42 - some other updates by packit in rawhide were obsoluted: https://bodhi.fedoraproject.org/updates/?search=&status=obsolete&releases=F42&page=1. Gating status there...
Oh, many appologise that we didn't catch this issue. Great writeup on this @JCGoran Minor notes: - `find_package(Python COMPONENTS Interpreter)` is often unnecessary and may interfere with cross-compilation. Do not...
Ah here it is. I believe you need to keep this open, otherwise it will create a new issue next time. Or we can disable this and navigate from the...
> When using `editable.mode = "inplace"` in `pyproject.toml`, the `build-dir` option seems to be ignored. Yes, `inplace` editable mode means `cmake -S {sourcedir} -B {sourcedir}` like traditional autotools. It is...
> Thanks a lot! I use this mode because i put wrapper of torch operator in my python directory, so I have to install lib into it. You mean installing...
I think we need to update in Fedora to 0.10.6 at the very least to fix stripping the debug symbols (nvm, I've already done that for `rawhide`), but after that,...