CINN icon indicating copy to clipboard operation
CINN copied to clipboard

跟着ReadMe编译失败

Open jiangjiajun opened this issue 4 years ago • 2 comments

提示如下

CMake Warning at cmake/external/pybind11.cmake:19 (find_package):
  By not providing "FindPython.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Python", but
  CMake did not find one.

  Could not find a package configuration file provided by "Python" with any
  of the following names:

    PythonConfig.cmake
    python-config.cmake

  Add the installation prefix of "Python" to CMAKE_PREFIX_PATH or set
  "Python_DIR" to a directory containing one of the above files.  If "Python"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:52 (include)


-- pybind path: /jiangjiajun/CINN/build/thirds/pybind/src/extern_pybind/include
-- third: /jiangjiajun/CINN/build/thirds
-- set LLVM_DIR: /lib/cmake/llvm
-- set MLIR_DIR: /lib/cmake/mlir
CMake Error at cmake/llvm.cmake:8 (find_package):
  Could not find a package configuration file provided by "MLIR" with any of
  the following names:

    MLIRConfig.cmake
    mlir-config.cmake

  Add the installation prefix of "MLIR" to CMAKE_PREFIX_PATH or set
  "MLIR_DIR" to a directory containing one of the above files.  If "MLIR"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:57 (include)

jiangjiajun avatar Mar 26 '21 06:03 jiangjiajun

可以尝试升级cmake版本

haozech avatar Mar 30 '21 07:03 haozech

Add the installation prefix of "MLIR" to CMAKE_PREFIX_PATH or set "MLIR_DIR" to a directory containing one of the above files. If "MLIR" provides a separate development package or SDK, be sure it has been installed.

AIYoungcino avatar Jul 10 '23 06:07 AIYoungcino