[Mlir-commits] [llvm] [mlir] [mlir python] Add nanobind support for standalone dialects. (PR #117922)
LLVM Continuous Integration
llvmlistbot at llvm.org
Tue Dec 3 09:16:24 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `mlir-nvidia-gcc7` running on `mlir-nvidia` while building `mlir,utils` at step 4 "cmake-configure".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/116/builds/7186
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 4 (cmake-configure) failure: cmake (failure)
...
-- Looking for __x86_64__
-- Looking for __x86_64__ - found
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Looking for logf128
-- Looking for logf128 - found
-- Targeting NVPTX
-- Targeting X86
-- Performing Test C_SUPPORTS_WERROR_IMPLICIT_FUNCTION_DECLARATION
-- Performing Test C_SUPPORTS_WERROR_IMPLICIT_FUNCTION_DECLARATION - Success
-- Performing Test C_SUPPORTS_WUNDEF
-- Performing Test C_SUPPORTS_WUNDEF - Success
-- Performing Test C_SUPPORTS_WERROR_MISMATCHED_TAGS
-- Performing Test C_SUPPORTS_WERROR_MISMATCHED_TAGS - Failed
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_BUT_SET_PARAMETER
-- Performing Test CXX_SUPPORTS_WNO_UNUSED_BUT_SET_PARAMETER - Success
-- Performing Test CXX_SUPPORTS_WNO_DEPRECTAED_COPY
-- Performing Test CXX_SUPPORTS_WNO_DEPRECTAED_COPY - Success
-- Found Python3: /usr/bin/python3.10 (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter Development Development.Module Development.Embed
-- Found Python3: /usr/bin/python3.10 (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter Development.Module
-- Found Python: /usr/bin/python3.10 (found suitable version "3.10.12", minimum required is "3.8") found components: Interpreter Development.Module
-- Found python include dirs: /usr/include/python3.10
-- Found python libraries: /usr/lib/x86_64-linux-gnu/libpython3.10.so
-- Found numpy v:
-- Checking for pybind11 in python path...
-- found (/usr/local/lib/python3.10/dist-packages/pybind11/share/cmake/pybind11)
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Failed
-- Found pybind11: /usr/local/lib/python3.10/dist-packages/pybind11/include (found version "2.13.1")
-- Found pybind11 v2.13.1: /usr/local/lib/python3.10/dist-packages/pybind11/include
-- Python prefix = '', suffix = '', extension = '.cpython-310-x86_64-linux-gnu.so
-- Checking for nanobind in python path...
-- not found (install via 'pip install nanobind' or set nanobind_DIR)
CMake Error at /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/cmake/modules/MLIRDetectPythonEnv.cmake:42 (find_package):
Could not find a package configuration file provided by "nanobind"
(requested version 2.2) with any of the following names:
nanobindConfig.cmake
nanobind-config.cmake
Add the installation prefix of "nanobind" to CMAKE_PREFIX_PATH or set
"nanobind_DIR" to a directory containing one of the above files. If
"nanobind" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/CMakeLists.txt:187 (mlir_configure_python_dev_packages)
-- Configuring incomplete, errors occurred!
See also "/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/CMakeFiles/CMakeOutput.log".
See also "/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/CMakeFiles/CMakeError.log".
```
</details>
https://github.com/llvm/llvm-project/pull/117922
More information about the Mlir-commits
mailing list