我尝试从源代码构建的项目cmake
主要是用 C/C++ 和 Python 编写的。
其源代码链接: https: //github.com/rapidsai/cuml
在“cpp”子文件夹中成功运行命令后:
$ cmake .
Run Code Online (Sandbox Code Playgroud)
我在那里启动了“make”并收到错误消息:
CMake Error at CMakeLists.txt:251 (message):
Failed to determine the source files for the regular expression backend
Run Code Online (Sandbox Code Playgroud)