-
Notifications
You must be signed in to change notification settings - Fork 137
Description
I'm attempting to compile tag V0.2, but failing to resolve the 3rd party dependencies. More specifically, Halide. After running install_submodules.sh I encounter the following error:
I also tried to compile Halide manually, as advised by INSTALL.md with no success, as it breaks at tiramisu/3rdParty/Halide/Makefile:696:
ar: bin/build/llvm_objects/llvm_.o: No such file or directory
At last, I tried to compile Halide through cmake, which after some changes to CMakeFiles.txt it found the tiramisu/3rdParty/llvm dependency, but still failled to find some includes:
/home/willian/git/tiramisu/3rdParty/Halide/src/LLVM_Headers.h:18:10: fatal error: llvm/ExecutionEngine/JITEventListener.h: No such file or directory
I'm using Ubuntu 20.04, gcc 7.5.0 and cmake 3.16.3.
How should I proceed in order to compile the dependencies?
Thanks for the help