我在没有示例的情况下成功地构建了shogun(这个问题(,但是现在,当我尝试使用元示例进行同样的示例时,我会收到一个错误,如下所示:
$ cmake -DSWIG_EXECUTABLE=/usr/local/bin/swig -DINTERFACE_PYTHON=ON -DBUILD_META_EXAMPLES=ON ..
-- Could NOT find CCache (missing: CCACHE CCACHE_VERSION)
-- Using system's malloc
CMake Error at src/shogun/CMakeLists.txt:49 (MESSAGE):
Shogun can only be built with GPL codes if the source files are in
/Users/krishna/shogun/src/gpl. Please download or disable with
LICENSE_GPL_SHOGUN=OFF.
-- Configuring incomplete, errors occurred!
See also "/Users/krishna/shogun/build/CMakeFiles/CMakeOutput.log".
谢谢。
https://github.com/shogun-toolbox/shogun/issues/4179
对不起,我犯了一个愚蠢的错误,链接可以看出。