Matthieu Darbois

Results 359 comments of Matthieu Darbois

It shall only be on host side of tar create for macOS only (I pushed a commit to that effect). Would this commit solve the issue you're seeing locally ?

> but why that specific version instead of the latest commit, though? This is the latest commit on 3.4 branch: https://gitlab.com/libeigen/eigen/-/tree/3.4?ref_type=heads onnxruntime uses a commit on that branch > 3.4.0...

@AbrilRBS, It's been asked a couple times already: - https://gitlab.com/libeigen/eigen/-/issues/2845 - https://gitlab.com/libeigen/eigen/-/issues/2848 The answer is when they have time in the coming months. I'd rather not have this block an...

If this was possible with previous versions then it's a regression (most likely introduced in [detect architecture/libc from wheel](https://github.com/pypa/auditwheel/pull/548)). I have absolutely no idea what it was doing in that...

Using `--plat linux_x86_64` with 6.3.0 was doing something but what it was doing is not useful at all, it ends up grafting glibc which is not good at all. I'd...

Thanks for the use case @fidothe Doesn't the `auto` mode work in your use-case (this might depend on the distros uses by the developers) ? I'd rather not reintroduce bundling...

> In terms of installer cleverness, I think that'd require a PEP to standardize a wheel tag for this? We'd need a PEP to support this properly. The best that...

The compilers calls shall all be wrapped now. Next item on my list will be auditwheel.

> building from sources should be fixed. Well, it turns out that it's not necessarily true. auditwheel tests (local branch for now) are showing that executables with no dependencies are...

> I think https://github.com/wheelnext is an effort for a more generic solution, which would be able to accommodate for many build toggles, like GPU optimization. wheelnext is probably what we...