I bootstrap clang and then build archer following the instructions given at README file. The Archer building process failed to find OMP_LIB_PATH. I think the issue is related to the following:
|
FIND_PATH(OMP_LIB_PATH libomp.so |
Should FIND_PATH(OMP_LIB_PATH) include the lib directory from the bootstrapped clang?
I bootstrap clang and then build archer following the instructions given at README file. The Archer building process failed to find OMP_LIB_PATH. I think the issue is related to the following:
archer/cmake/FindOmp.cmake
Line 62 in 6f71dc3
Should FIND_PATH(OMP_LIB_PATH) include the lib directory from the bootstrapped clang?