IRC logs of #shogun for Monday, 2019-02-04

--- Log opened Mon Feb 04 00:00:56 2019
-!- bbc_ [67f98750@gateway/web/freenode/ip.103.249.135.80] has joined #shogun05:22
-!- bbc_ [67f98750@gateway/web/freenode/ip.103.249.135.80] has quit [Quit: Page closed]05:58
-!- gf712 [90520874@gateway/web/freenode/ip.144.82.8.116] has joined #shogun08:35
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has joined #shogun13:17
-!- glitch [0e8bd103@gateway/web/freenode/ip.14.139.209.3] has joined #shogun13:57
glitchhi , this is Indranil from issue #451114:05
glitchi have followed up woth all the instructions and as mentioned in the closed issue14:05
glitchon further execution of the command for cmake14:06
glitchit gives14:06
glitch$ cmake -DINTERFACE_PYTHON=ON .. -- Found Doxygen: /usr/bin/doxygen (found suitable version "1.8.13", minimum required is "1.8.6") found components:  doxygen missing components:  dot CMake Error at src/shogun/CMakeLists.txt:57 (MESSAGE):   Shogun can only be built with GPL codes if the source files are in   /home/saphire/shogun/src/gpl.  Please download or disable with   LICENSE_GPL_SHOGUN=OFF.    -- Configuring incomplete, errors occu14:06
gf712hey glitch14:13
gf712it seems like you didn't download the submodules14:13
gf712so you need to run git submodule update14:14
gf712or git submodule update --init if you haven't run it yet14:14
-!- gf712 [90520874@gateway/web/freenode/ip.144.82.8.116] has quit [Ping timeout: 256 seconds]14:18
heytitlehi, I've just created a issue related problems on shogul.ml's pages.14:36
heytitlehttps://github.com/shogun-toolbox/shogun/issues/451214:36
heytitleI would like to ask you for opinions on reference section rendering (please search "reference section" on the issue page).14:37
-!- gf712 [560fc4e5@gateway/web/freenode/ip.86.15.196.229] has joined #shogun15:03
heytitlehi, I would like to compile shogun's doc locally. What command should I use?15:51
wuwei[m]if you have doxygen installed, you can use "make doc"15:54
heytitleinside ./doc?15:56
wuwei[m]inside the build folder15:56
wuwei[m]the folder where cmake is called15:57
heytitlehmm, there seems to be a problem when I run cmake.15:59
heytitlehere is what I got : https://gist.github.com/heytitle/166f40995f3b0f457b959da222b84b7416:00
heytitleI've already installed pandoc and sphinx (via brew). How can I tell cmake about the locations of those packages?16:01
wuwei[m]have you linked them to system path?16:02
heytitleyep, I can call them from my terminal.16:06
wuwei[m]https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure16:07
wuwei[m]you can set some env variables16:07
glitchhi gf712 , i have run git submodule update --init16:12
glitchfor issue 4512 , i cant make sense out of it16:12
glitch:(16:12
glitchi did it again16:13
glitchbut shows the same16:13
glitchsaphire@saphire-GL553VE:~/shogun/build$ git submodule update saphire@saphire-GL553VE:~/shogun/build$ cmake -DINTERFACE_PYTHON=ON .. CMake Error at src/shogun/CMakeLists.txt:57 (MESSAGE):   Shogun can only be built with GPL codes if the source files are in   /home/saphire/shogun/src/gpl.  Please download or disable with   LICENSE_GPL_SHOGUN=OFF.    -- Configuring incomplete, errors occurred! See also "/home/saphire/shogun/build/CMakeFil16:14
wuwei[m]glitch: have you successfully cloned gpl repo?16:15
glitchnope i did only clone the shogun repo16:24
glitchhow do i clone the gpl ?16:25
wuwei[m]git submodule update --init16:25
glitchgpl stands for general public license , right ?16:25
wuwei[m]does it work?16:25
wuwei[m]yes16:25
glitchnope it didnt help16:26
glitchsaphire@saphire-GL553VE:~/shogun/src$ ls gpl  interfaces  shogun saphire@saphire-GL553VE:~/shogun/src$ ls gpl -d gpl saphire@saphire-GL553VE:~/shogun/src$ ls gpl saphire@saphire-GL553VE:~/shogun/src$ cat gpl cat: gpl: Is a directory saphire@saphire-GL553VE:~/shogun/src$ cd gpl saphire@saphire-GL553VE:~/shogun/src/gpl$ ls saphire@saphire-GL553VE:~/shogun/src/gpl$ cd ../../build/ saphire@saphire-GL553VE:~/shogun/build$ git submodule upda16:26
glitchsame thing16:26
wuwei[m]is it a empty directory?16:27
wuwei[m]looks like that cloning is not finished16:27
glitchyup the gpl is empty16:29
glitchshoud i remove the whole 'shogun' dir and re - clone it ?16:29
wuwei[m]i think you could only delete those empty submodules16:30
glitchlike removine the contents of src dir or gpl only ?16:30
wuwei[m]why src dir?16:31
wuwei[m]removing gpl/ is enough16:31
gf712but if you do  git submodule update shouldn't that clone the repo16:31
wuwei[m]and then try cloning submodules again16:31
gf712?16:32
gf712but yea if in doubt just remove..16:32
wuwei[m]yes it will clone the gpl repo16:32
wuwei[m]in src/gpl16:33
heytitlehi, I have another question regarding building doc. Currently, I'm in ./doc/build and I use the following command.16:43
heytitlecmake -DCMAKE_PREFIX_PATH=../../cmake ..16:43
heytitleHowever, it seems necessary cmake files (FindPandoc, FindSphink) are not discovered by cmake.16:44
wuwei[m]<freenode_hey "cmake -DCMAKE_PREFIX_PATH=../../"> Hmm I think it should be shogun/build, and then cmake ..16:45
heytitlebtw, I just want to build doc.16:47
wuwei[m]Yes you still need the cmake list in root dir16:48
wuwei[m]Otherwise some cmake files are not included16:50
heytitleic.16:51
-!- gf712 [560fc4e5@gateway/web/freenode/ip.86.15.196.229] has quit [Ping timeout: 256 seconds]17:13
-!- glitch [0e8bd103@gateway/web/freenode/ip.14.139.209.3] has quit [Quit: Page closed]17:26
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has quit [Remote host closed the connection]17:35
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has joined #shogun17:39
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds]17:43
-!- heytitle [~heytitle@91.65.113.166] has joined #shogun18:26
-!- gf712 [560fc4e5@gateway/web/freenode/ip.86.15.196.229] has joined #shogun18:45
-!- gf712 [560fc4e5@gateway/web/freenode/ip.86.15.196.229] has quit [Ping timeout: 256 seconds]18:51
-!- heytitle [~heytitle@91.65.113.166] has quit [Ping timeout: 244 seconds]18:59
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has joined #shogun19:47
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds]20:20
-!- heytitle [~heytitle@91.65.113.166] has joined #shogun21:09
-!- heytitle [~heytitle@91.65.113.166] has quit [Ping timeout: 250 seconds]21:42
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has joined #shogun21:49
-!- heytitle [~heytitle@ip5b4171a6.dynamic.kabel-deutschland.de] has quit [Client Quit]21:49
--- Log closed Tue Feb 05 00:00:57 2019

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!