[Mlir-commits] [mlir] [MLIR][Build] Adding find_package for pybind (PR #153579)

Zhuoran Yin llvmlistbot at llvm.org
Thu Aug 14 07:38:46 PDT 2025


jerryyin wrote:

@makslevental It is cool to know the context! Thanks for the pointers.

I think the only problem then is that in IREE this is set with `FORCE` making my overriding attempt unsuccesful.

> set(MLIR_DISABLE_CONFIGURE_PYTHON_DEV_PACKAGES ON CACHE BOOL "" FORCE)

It looks like I need to get rid of `FORCE` in IREE so that I can manually override it to OFF.

https://github.com/llvm/llvm-project/pull/153579


More information about the Mlir-commits mailing list