- remove the second line . $(dirname $0)/incl
- replace the third line by export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${TVM_ROOT_DIR}/lib
- find the value of variable TVM_ROOT_DIR by: echo $TVM_ROOT_DIR
- create the line export TVM_ROOT_DIR=/YOUR_TVM_ROOT_DIR
Result should be like (/YOUR_TVM_ROOT_DIR replaced by the result you found at point 3):