tiramisu icon indicating copy to clipboard operation
tiramisu copied to clipboard

failed to build tiramisu

Open Abderrahmene-KSM opened this issue 1 year ago • 2 comments

When trying to build tiramisu , and after ruining the following command : cmake . -B build -DISL_LIB_DIRECTORY=$ISL_LIB_DIRECTORY -DISL_INCLUDE_DIRECTORY=$ISL_INCLUDE_DIRECTORY -DPython3_EXECUTABLE=which python3 I am getting this error : CMake Error at CMakeLists.txt:83 (find_package): By not providing "FindHalide.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Halide", but CMake did not find one.

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

HalideConfig.cmake
halide-config.cmake

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

Abderrahmene-KSM avatar Jul 12 '23 21:07 Abderrahmene-KSM

Can you follow "Method 3" to install Tiramisu as described in the Readme file

rbaghdadi avatar Jul 13 '23 07:07 rbaghdadi

I got the same error, and I tried the 3rd approach, but I got the following error: "fatal: Needed a single revision fatal: Unable to find current origin/master revision in submodule path '3rdParty/Halide'". Also, I couldn't install using spack.

RS9977 avatar Jun 05 '24 16:06 RS9977