[Mlir-commits] [mlir] e0ec539 - [MLIR][Python] Remove stale NumPy detection message (#211235)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jul 22 08:58:06 PDT 2026
Author: Anutosh Bhat
Date: 2026-07-22T21:28:01+05:30
New Revision: e0ec5391088426b55a5fe61137e1b76dd92e8c5e
URL: https://github.com/llvm/llvm-project/commit/e0ec5391088426b55a5fe61137e1b76dd92e8c5e
DIFF: https://github.com/llvm/llvm-project/commit/e0ec5391088426b55a5fe61137e1b76dd92e8c5e.diff
LOG: [MLIR][Python] Remove stale NumPy detection message (#211235)
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.
Added:
Modified:
mlir/cmake/modules/MLIRDetectPythonEnv.cmake
Removed:
################################################################################
diff --git a/mlir/cmake/modules/MLIRDetectPythonEnv.cmake b/mlir/cmake/modules/MLIRDetectPythonEnv.cmake
index ad176af6ef580..b66adbcc17adf 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)")
More information about the Mlir-commits
mailing list