File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -497,11 +497,7 @@ option(CIRCT_BINDINGS_PYTHON_ENABLED "Enables CIRCT Python bindings." OFF)
497497if (CIRCT_BINDINGS_PYTHON_ENABLED)
498498 message (STATUS "CIRCT Python bindings are enabled." )
499499 set (MLIR_DISABLE_CONFIGURE_PYTHON_DEV_PACKAGES 0)
500- mlir_detect_nanobind_install()
501- # Prime the search like mlir_configure_python_dev_modules
502- find_package (Python3 3.8 COMPONENTS Interpreter Development)
503- find_package (Python3 3.8 COMPONENTS Interpreter Development.Module)
504- find_package (nanobind 2.4.0 CONFIG REQUIRED)
500+ mlir_configure_python_dev_packages()
505501else ()
506502 message (STATUS "CIRCT Python bindings are disabled." )
507503 # Lookup python either way as some integration tests use python without the
Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ declare_mlir_python_extension(CIRCTBindingsPythonExtension
8282 ${PYTHON_BINDINGS_LINK_LIBS}
8383 PRIVATE_LINK_LIBS
8484 LLVMSupport
85- PYTHON_BINDINGS_LIBRARY
86- nanobind
8785)
8886
8987if (CIRCT_INCLUDE_TESTS)
You can’t perform that action at this time.
0 commit comments