在shogun中尝试使用元示例进行构建时出错

时间:2018-02-17 06:46:24

标签: cmake shogun

我在没有示例(this question)的情况下成功构建了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".

谢谢。

1 个答案:

答案 0 :(得分:0)

https://github.com/shogun-toolbox/shogun/issues/4179

对不起,我犯了一个愚蠢的错误,链接可以看到。