error in tplgen - tingxingdong/clBLAS-private GitHub Wiki

Problems: /clBLAS-2.12/clBLAS_BUILD/library/tplgen-prefix/src/tplgen-stamp/tplgen-configure" -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:18 (project): No CMAKE_C_COMPILER could be found.

Root: the reasons is tplgen us environment $CC compiler, you need to define the CC to the compiler you wish. like I use clang, so I export CC=/usr/bin/clang