[Mlir-commits] [mlir] [MLIR][Python] Remove stale NumPy detection message (PR #211235)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jul 22 04:15:43 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Anutosh Bhat (anutosh491)

<details>
<summary>Changes</summary>

NumPy stopped being requested as a CMake Python component when its unused build-time dependency was removed in #<!-- -->108465  . Remove the remaining status message, which now prints empty version and include directory values.

---
Full diff: https://github.com/llvm/llvm-project/pull/211235.diff


1 Files Affected:

- (modified) mlir/cmake/modules/MLIRDetectPythonEnv.cmake (-1) 


``````````diff
diff --git a/mlir/cmake/modules/MLIRDetectPythonEnv.cmake b/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
index 068d6712393c2..325144bd82dd5 100644
--- a/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
+++ b/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
@@ -52,7 +52,6 @@ macro(mlir_configure_python_dev_packages)
     endif()
     message(STATUS "Found python include dirs: ${Python3_INCLUDE_DIRS}")
     message(STATUS "Found python libraries: ${Python3_LIBRARIES}")
-    message(STATUS "Found numpy v${Python3_NumPy_VERSION}: ${Python3_NumPy_INCLUDE_DIRS}")
     message(STATUS "Python extension suffix for modules: '${Python3_SOABI}'")
     if(nanobind_DIR)
       message(STATUS "Using explicit nanobind cmake directory: ${nanobind_DIR} (-Dnanobind_DIR to change)")

``````````

</details>


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


More information about the Mlir-commits mailing list