[Mlir-commits] [llvm] [mlir] [mlir python] Add nanobind support for standalone dialects. (PR #117922)
Stella Laurenzo
llvmlistbot at llvm.org
Fri Dec 13 12:39:17 PST 2024
stellaraccident wrote:
The other thing we could do is to just get it with FetchContent vs relying on os packages. We really can't be version locked to what the OS's do for this.
We use FetchContent for this reason downstream and it works best. We can update mlir itself to that I think (need to double check what version of cmake llvm pins to as that is usually what keeps us from having nice things).
In any case, I'm very -1 on pinning use of nanobind to os packages.
https://github.com/llvm/llvm-project/pull/117922
More information about the Mlir-commits
mailing list