| --- Log opened Fri Aug 02 00:00:57 2013 | ||
| -!- travis-ci [~travis-ci@ec2-54-235-60-216.compute-1.amazonaws.com] has joined #shogun | 00:13 | |
| travis-ci | [travis-ci] it's Soeren Sonnenburg's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/9754055 | 00:13 | 
|---|---|---|
| -!- travis-ci [~travis-ci@ec2-54-235-60-216.compute-1.amazonaws.com] has left #shogun [] | 00:13 | |
| shogun-buildbot | build #1332 of deb2 - static_interfaces is complete: Failure [failed test octave_static] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/1332 blamelist: Soeren Sonnenburg <sonne@debian.org> | 00:40 | 
| shogun-buildbot | build #1342 of bsd1 - libshogun is complete: Failure [failed git] Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/1342 blamelist: Soeren Sonnenburg <sonne@debian.org> | 00:43 | 
| -!- van51 [~van51@ppp-94-66-76-131.home.otenet.gr] has joined #shogun | 00:44 | |
| -!- lisitsyn [~lisitsyn@213.87.133.80] has quit [Ping timeout: 256 seconds] | 00:46 | |
| shogun-buildbot | build #1143 of cyg1 - libshogun is complete: Failure [failed compile] Build details are at http://www.shogun-toolbox.org/buildbot/builders/cyg1%20-%20libshogun/builds/1143 blamelist: Soeren Sonnenburg <sonne@debian.org> | 00:46 | 
| -!- van51 [~van51@ppp-94-66-76-131.home.otenet.gr] has quit [Quit: Leaving.] | 01:03 | |
| -!- FSCV [~FSCV@206.225.135.24] has quit [Quit: Leaving] | 01:04 | |
| -!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Quit: Ex-Chat] | 01:19 | |
| hushell | has idea why this happens? undefined reference to `shogun::SGVector<shogun::CSGObject*>::SGVector(int, bool)' | 01:47 | 
| -!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout] | 02:43 | |
| -!- zxtx [~zv@rrcs-76-79-81-162.west.biz.rr.com] has quit [Ping timeout: 264 seconds] | 02:53 | |
| shogun-buildbot | build #1453 of deb3 - modular_interfaces is complete: Failure [failed test octave_modular] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/1453 blamelist: Soeren Sonnenburg <sonne@debian.org> | 04:10 | 
| -!- zxtx [~zv@cpe-75-83-151-252.socal.res.rr.com] has joined #shogun | 07:48 | |
| -!- lisitsyn [~lisitsin@mxs.kg.ru] has joined #shogun | 08:50 | |
| @wiking | lisitsyn: have u managed to find out something about octave? | 08:50 | 
| lisitsyn | wiking: not yet :( | 08:53 | 
| lisitsyn | okay actually I could try to do that now | 08:53 | 
| lisitsyn | although I am at job | 08:53 | 
| lisitsyn | ;) | 08:53 | 
| @wiking | go for it | 08:57 | 
| -!- vgorbati [~vgorbati@91.216.173.29] has joined #shogun | 09:00 | |
| vgorbati | lisitsyn: hi there. I have a question: say, I want to create a private field in class - std::set<Something> m_private_field - I've heard somewhere, that it is bad in shogun to include C++ headers (like set, vector etc.) in header file - is it so? | 09:09 | 
| lisitsyn | vgorbati: yes - it slows down the compilation process | 09:10 | 
| vgorbati | lisitsyn: and what's the workaround? | 09:11 | 
| vgorbati | lisitsyn: if one exists..) | 09:11 | 
| lisitsyn | vgorbati: it could be pointer to implementation | 09:12 | 
| lisitsyn | vgorbati: for example | 09:12 | 
| lisitsyn | A.h: | 09:13 | 
| lisitsyn | class AImpl; | 09:13 | 
| lisitsyn | class A | 09:13 | 
| lisitsyn | { | 09:13 | 
| lisitsyn | AImpl* impl; | 09:13 | 
| lisitsyn | }; | 09:13 | 
| @wiking | lisitsyn: https://www.digitalocean.com/pricing | 09:13 | 
| lisitsyn | like that | 09:13 | 
| lisitsyn | wiking: I use it | 09:13 | 
| lisitsyn | wiking: http://tapkee.lisitsyn.me/ runs on digital ocean | 09:14 | 
| @wiking | hih cool | 09:14 | 
| lisitsyn | wiking: vgorbati: http://www.youtube.com/user/HowToBasic?feature=watch | 09:16 | 
| lisitsyn | I can't stop laughing | 09:16 | 
| vgorbati | lisitsyn: is it the channel with 'How to break coconut' video?) | 09:16 | 
| vgorbati | lisitsyn: yeah, 'How to Crack Open a Coconut':) | 09:17 | 
| lisitsyn | oh damn | 09:17 | 
| lisitsyn | vgorbati: no coconut thing is not that funny! | 09:20 | 
| lisitsyn | there are others | 09:20 | 
| vgorbati | lisitsyn: the guy is crazy:) about my question: sorry, did not get it - what should I use then instead of 'std::set<Something> m_private_field;'? | 09:20 | 
| vgorbati | lisitsyn: well, it was reviewed in RWJ and TiX, so I knew only about it:) | 09:20 | 
| lisitsyn | vgorbati: ahh no I don't watch it | 09:21 | 
| lisitsyn | what you can do | 09:21 | 
| lisitsyn | is adding a pointer class | 09:21 | 
| lisitsyn | ehr | 09:21 | 
| lisitsyn | a pointer to some class' object | 09:21 | 
| lisitsyn | like implementation | 09:22 | 
| lisitsyn | and then you can declare it in .cpp | 09:22 | 
| vgorbati | lisitsyn: you mean declare the whole implementation class in cpp, and declare this private set field in this implementation class? | 09:24 | 
| vgorbati | lisitsyn: so that "#include <set>" line will go to .cpp file? | 09:25 | 
| vgorbati | omg, there's a channel 'include')) | 09:25 | 
| @wiking | lisitsyn: just got for 5 usd for shogun testing | 09:37 | 
| lisitsyn | vgorbati: yes yes | 09:40 | 
| lisitsyn | wiking: heh! | 09:41 | 
| @wiking | lisitsyn: i want reimbursements :P | 09:44 | 
| thoralf | Hey. | 09:47 | 
| @wiking | c++: internal compiler error: Killed (program cc1plus) | 10:06 | 
| @wiking | lol | 10:06 | 
| @wiking | woah first time i see this.... some gp class crashes the compiler :) | 10:19 | 
| @wiking | LaplacianInferenceMethod.cpp :)) | 10:22 | 
| @wiking | let see if in develop is the same | 10:22 | 
| lisitsyn | wiking: memory? | 10:22 | 
| lisitsyn | wiking: is it digital ocean you are compiling at? | 10:22 | 
| @wiking | lisitsyn: yes | 10:23 | 
| @wiking | lisitsyn: aaaah 512 is not enouhg :DDD | 10:23 | 
| @wiking | loool | 10:23 | 
| lisitsyn | wiking: yes indeed | 10:24 | 
| lisitsyn | laplacian blablabla is just using eigen | 10:24 | 
| lisitsyn | wiking: you'd have to compile somewhere else | 10:24 | 
| @wiking | lisitsyn: i'll resize it | 10:25 | 
| @wiking | i mean the droplet | 10:25 | 
| lisitsyn | wiking: try clang ;) | 10:25 | 
| @wiking | lisitsyn: same | 10:26 | 
| -!- gsomix_ [~gsomix@95.67.164.224] has quit [Quit: Leaving] | 10:38 | |
| @wiking | woah man 1 gig is not enough either | 11:01 | 
| @wiking | ok it works if i dont use -j2 ;P | 11:02 | 
| lisitsyn | wiking: sure, I'd say 2.5 | 11:02 | 
| lisitsyn | ahh | 11:02 | 
| lisitsyn | wiking: if you need SWIG | 11:02 | 
| lisitsyn | you would have to have like >2 | 11:02 | 
| @wiking | hehe yeah | 11:05 | 
| @wiking | tapkee dies with 1 gig ram | 11:05 | 
| @wiking | "Doing binary releases for win, macosx, ios, android brought more developers"" | 11:13 | 
| @wiking | (gstreamer) | 11:13 | 
| -!- votjakovr [~votjakovr@host-46-241-3-209.bbcustomer.zsttk.net] has joined #shogun | 11:14 | |
| lisitsyn | wiking: I expected that ;) | 11:15 | 
| lisitsyn | a lot of complex C++ things | 11:15 | 
| -!- vgorbati [~vgorbati@91.216.173.29] has quit [Quit: vgorbati] | 11:21 | |
| -!- vgorbati [~vgorbati@91.216.173.29] has joined #shogun | 11:47 | |
| -!- hoijui [~hoijui@adsl-84-227-37-53.adslplus.ch] has joined #shogun | 12:08 | |
| -!- shogun-notifier- [~irker@7nn.de] has joined #shogun | 12:33 | |
| shogun-notifier- | shogun: Viktor Gal :feature/CMake * 24fe3b4 / / (4 files): https://github.com/shogun-toolbox/shogun/commit/24fe3b4fa63959ea8eab32b1d17af605d91b7393 | 12:33 | 
| shogun-notifier- | shogun: Fix travis builds and missing bzip2 dev package | 12:33 | 
| shogun-notifier- | shogun: attempt to fix lua modular compilation | 12:33 | 
| -!- lisitsyn [~lisitsin@mxs.kg.ru] has quit [Quit: Leaving.] | 12:36 | |
| -!- hushell [~hushell@c-24-21-169-136.hsd1.or.comcast.net] has quit [Ping timeout: 264 seconds] | 12:38 | |
| -!- HeikoS [~heiko@nat-181-93.internal.eduroam.ucl.ac.uk] has joined #shogun | 12:40 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 12:40 | |
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has joined #shogun | 12:51 | |
| travis-ci | [travis-ci] it's Viktor Gal's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/9769537 | 12:51 | 
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has left #shogun [] | 12:51 | |
| shogun-notifier- | shogun: Viktor Gal :feature/CMake * 375b578 / .travis.yml,CMakeLists.txt,src/interfaces/lua_modular/CMakeLists.txt: https://github.com/shogun-toolbox/shogun/commit/375b57863f4052fa9469ead37f66eb05d68ef90f | 12:55 | 
| shogun-notifier- | shogun: Travis: switch back to lua 5.1 as swig binders was written for 5.1 | 12:55 | 
| shogun-notifier- | shogun: Check lua version is <=5.1 | 12:55 | 
| @wiking | wooohooo lua successfully built! | 13:12 | 
| @wiking | only octave is missing | 13:13 | 
| @wiking | sonney2k: ping? | 13:14 | 
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has joined #shogun | 13:18 | |
| travis-ci | [travis-ci] it's Viktor Gal's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/9770267 | 13:18 | 
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has left #shogun [] | 13:18 | |
| thoralf | HeikoS: Just noticed your issue - you're doing it "your way"? In that case we should link & close https://github.com/shogun-toolbox/shogun/issues/1332 | 13:26 | 
| @HeikoS | thoralf: ?? nothing decided yet on automagic tests | 13:29 | 
| thoralf | HeikoS: Sorry, read too fast. Thought you just started implementing the thing to get example instances of every class. | 13:31 | 
| @HeikoS | thoralf: nono, I wish I had :) | 13:31 | 
| @HeikoS | but no time yet | 13:31 | 
| @HeikoS | thoralf: we did not even discuss properly :) | 13:31 | 
| thoralf | HeikoS: Yes, that's why I suggested to close the discussion (based on wrong assumtions) | 13:32 | 
| shogun-notifier- | shogun: Viktor Gal :feature/CMake * 39b7c83 / / (5 files): https://github.com/shogun-toolbox/shogun/commit/39b7c83b72dceaa0d3100a3ee950721c7d86130d | 13:44 | 
| shogun-notifier- | shogun: Refactor FindOctave.cmake | 13:44 | 
| shogun-notifier- | shogun: define various macros when octave is found | 13:44 | 
| -!- vgorbati [~vgorbati@91.216.173.29] has quit [Ping timeout: 260 seconds] | 13:50 | |
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has joined #shogun | 14:01 | |
| travis-ci | [travis-ci] it's Viktor Gal's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/9772100 | 14:01 | 
| -!- travis-ci [~travis-ci@ec2-23-22-38-199.compute-1.amazonaws.com] has left #shogun [] | 14:01 | |
| @wiking | anybody has an ubuntu precise at hand? | 14:02 | 
| @wiking | lol icecc is cool | 14:07 | 
| @wiking | http://en.opensuse.org/Icecream | 14:07 | 
| votjakovr | HeikoS: hi! i've just sent a PR, please have a look at it | 14:11 | 
| votjakovr | HeikoS: btw, how is it going with your Bayesian classification example? Everything is ok? | 14:20 | 
| -!- vgorbati [~vgorbati@91.216.173.29] has joined #shogun | 14:55 | |
| @wiking | anybody tested ccache-swig? | 15:14 | 
| @wiking | imho we should most definitely have an option in the cmake to enable ccache (and probably ccache-swig) | 15:14 | 
| -!- hoijui [~hoijui@adsl-84-227-37-53.adslplus.ch] has quit [Quit: Leaving] | 15:20 | |
| -!- thoralf [~thoralf@enki.zib.de] has quit [Ping timeout: 240 seconds] | 15:57 | |
| @HeikoS | votjakovr: hi! | 15:57 | 
| @HeikoS | votjakovr: looking at the PR ... | 15:57 | 
| votjakovr | HeikoS: it's pull up refactoring again | 15:57 | 
| @HeikoS | votjakovr: cool! yeah I actually was thinking about that too | 15:58 | 
| @HeikoS | there are all these methods in the subclasses that do the very same thing | 15:58 | 
| @HeikoS | votjakovr: the pseudo-marginal GPC stuff works better now | 15:58 | 
| @HeikoS | much more stable due to your patch | 15:58 | 
| @HeikoS | so pretty cool | 15:58 | 
| votjakovr | HeikoS: good :) | 15:59 | 
| -!- thoralf [~thoralf@enki.zib.de] has joined #shogun | 15:59 | |
| @HeikoS | votjakovr: I will let you know how it goes | 16:00 | 
| @HeikoS | votjakovr: currently trying to learn GaussianARD weights | 16:00 | 
| shogun-notifier- | shogun: Roman Votyakov :develop * 842ccef / src/shogun/machine/gp/ (8 files): https://github.com/shogun-toolbox/shogun/commit/842ccef1c6f3f2ea00007c6c50b25ad1ccbf9e35 | 16:06 | 
| shogun-notifier- | shogun: pull up common functionality in inference method classes | 16:06 | 
| shogun-notifier- | shogun: Heiko Strathmann :develop * ae1425c / src/shogun/machine/gp/ (8 files): https://github.com/shogun-toolbox/shogun/commit/ae1425cb26b5ebd16ed8da2886b019ff37af57f2 | 16:06 | 
| shogun-notifier- | shogun: Merge pull request #1349 from votjakovr/feature/gp_refactoring | 16:06 | 
| shogun-notifier- | shogun: | 16:06 | 
| shogun-notifier- | shogun: Pull up common functionality in inference method classes | 16:06 | 
| shogun-buildbot | build #1144 of cyg1 - libshogun is complete: Failure [failed configure] Build details are at http://www.shogun-toolbox.org/buildbot/builders/cyg1%20-%20libshogun/builds/1144 blamelist: Roman Votyakov <votjakovr@gmail.com> | 16:15 | 
| shogun-buildbot | build #1333 of deb2 - static_interfaces is complete: Success [build successful] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/1333 | 16:23 | 
| shogun-buildbot | build #1343 of bsd1 - libshogun is complete: Success [build successful] Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/1343 | 16:32 | 
| -!- travis-ci [~travis-ci@ec2-107-20-60-156.compute-1.amazonaws.com] has joined #shogun | 16:37 | |
| travis-ci | [travis-ci] it's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/9776858 | 16:37 | 
| -!- travis-ci [~travis-ci@ec2-107-20-60-156.compute-1.amazonaws.com] has left #shogun [] | 16:37 | |
| shogun-buildbot | build #1454 of deb3 - modular_interfaces is complete: Success [build successful] Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/1454 | 17:12 | 
| shogun-buildbot | build #1145 of cyg1 - libshogun is complete: Failure [failed compile] Build details are at http://www.shogun-toolbox.org/buildbot/builders/cyg1%20-%20libshogun/builds/1145 blamelist: Heiko Strathmann <heiko.strathmann@gmail.com> | 17:13 | 
| -!- vgorbati [~vgorbati@91.216.173.29] has quit [Quit: vgorbati] | 17:16 | |
| -!- HeikoS [~heiko@nat-181-93.internal.eduroam.ucl.ac.uk] has quit [Quit: Leaving.] | 17:53 | |
| -!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has joined #shogun | 17:57 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 17:57 | |
| @iglesiasg | hi all! | 17:57 | 
| @iglesiasg | sorry for my absence during the day | 17:57 | 
| -!- foulwall [~user@110.17.3.72] has quit [Remote host closed the connection] | 18:13 | |
| -!- pickle27 [~Kevin@d67-193-243-174.home3.cgocable.net] has joined #shogun | 18:14 | |
| @iglesiasg | pickle27, hey man! | 18:26 | 
| @iglesiasg | how did it go? | 18:26 | 
| pickle27 | iglesiasg: it went well! | 18:26 | 
| pickle27 | iglesiasg: I passed, so I guess I'm now a Master lol | 18:27 | 
| @iglesiasg | nice! | 18:27 | 
| @iglesiasg | pickle27, congratulations! | 18:27 | 
| pickle27 | iglesiasg: thanks! | 18:27 | 
| -!- hushell [~hushell@c-24-21-169-136.hsd1.or.comcast.net] has joined #shogun | 18:44 | |
| -!- pickle27 [~Kevin@d67-193-243-174.home3.cgocable.net] has quit [Remote host closed the connection] | 19:01 | |
| -!- vgorbati [~vgorbati@91.216.173.29] has joined #shogun | 19:06 | |
| -!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout] | 19:06 | |
| -!- votjakovr [~votjakovr@host-46-241-3-209.bbcustomer.zsttk.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] | 19:12 | |
| -!- vgorbati [~vgorbati@91.216.173.29] has quit [Quit: vgorbati] | 19:15 | |
| -!- hushell [~hushell@c-24-21-169-136.hsd1.or.comcast.net] has quit [Ping timeout: 264 seconds] | 19:36 | |
| @sonney2k | wiking, wassup? | 19:46 | 
| @sonney2k | wiking, please merge your cmake stuff | 19:47 | 
| -!- thoralf [~thoralf@enki.zib.de] has quit [Quit: Konversation terminated!] | 19:55 | |
| @wiking | sonney2k: i ws just about to ask , what do you think how to merge: | 19:59 | 
| @wiking | rebase the branch with current develop and then merge or just simply merge? | 20:00 | 
| -!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has quit [Quit: Ex-Chat] | 20:02 | |
| -!- pickle27 [~kevin@rcv3-lab-pc.ee.queensu.ca] has joined #shogun | 20:08 | |
| -!- hushell [~hushell@8-92.ptpg.oregonstate.edu] has joined #shogun | 20:13 | |
| @sonney2k | wiking, I thought you just have the cmakefile.txt to merge? | 20:18 | 
| @wiking | sonney2k: no i've tried rebasing once, there are stuff to be merged by hand | 20:19 | 
| -!- lambday [67157f4c@gateway/web/freenode/ip.103.21.127.76] has joined #shogun | 20:27 | |
| @sonney2k | wiking, maybe you can just copy over the cmakefile.txt history? | 20:30 | 
| @wiking | as well | 20:36 | 
| -!- lisitsyn [~lisitsyn@5-28-17-136.clients.tlt.100megabit.ru] has joined #shogun | 20:37 | |
| @wiking | lisitsyn: u use ubuntu? | 21:07 | 
| lisitsyn | wiking: yes | 21:13 | 
| -!- Netsplit *.net <-> *.split quits: pickle27 | 21:20 | |
| -!- lambday [67157f4c@gateway/web/freenode/ip.103.21.127.76] has quit [] | 21:20 | |
| -!- Netsplit over, joins: pickle27 | 21:22 | |
| @wiking | lisitsyn: could u test something for me plz? | 21:24 | 
| lisitsyn | wiking: for sure! | 21:24 | 
| @wiking | lisitsyn: the feature/CMake branch | 21:24 | 
| @wiking | do u have octave? | 21:24 | 
| @wiking | :) | 21:24 | 
| @wiking | or do u mind to apt-get install it... just for temp | 21:24 | 
| lisitsyn | wiking: don't mind at all | 21:25 | 
| lisitsyn | jsut give me a bit | 21:25 | 
| @wiking | kk | 21:26 | 
| @wiking | let me know when u have it | 21:26 | 
| lisitsyn | wiking: configuring | 21:29 | 
| lisitsyn | wiking: do you remember what octave-config comes from? | 21:31 | 
| @wiking | yes | 21:31 | 
| @wiking | in ubuntu 12.04 | 21:31 | 
| @wiking | it's octave3.2-headers | 21:31 | 
| @wiking | later ubuntus they managed to define a dummy package: octave-headers | 21:32 | 
| lisitsyn | wiking: I have no octave-headers :/ | 21:33 | 
| lisitsyn | I think I found it | 21:34 | 
| lisitsyn | octave-pkg-dev | 21:34 | 
| @wiking | lol | 21:35 | 
| lisitsyn | wiking: if you are curious | 21:36 | 
| lisitsyn | whether it found octave | 21:36 | 
| lisitsyn | the answer is no :) | 21:36 | 
| lisitsyn | okay let me check why | 21:36 | 
| @wiking | pastebin it | 21:39 | 
| lisitsyn | wiking: -- Could NOT find Octave (missing: OCTAVE_ROOT OCTAVE_INCLUDE_DIR OCTAVE_OCTINTERP_LIBRARY OCTAVE_OCTAVE_LIBRARY OCTAVE_CRUFT_LIBRARY) | 21:39 | 
| lisitsyn | that's it | 21:39 | 
| @wiking | mmm | 21:41 | 
| @wiking | git pull upstream feature/CMake | 21:42 | 
| @wiking | it seems u dont have the latest ;) | 21:42 | 
| lisitsyn | ohh | 21:42 | 
| lisitsyn | let me check | 21:42 | 
| lisitsyn | true sorry | 21:42 | 
| lisitsyn | wiking: can't see octave at all now | 21:46 | 
| @wiking | ? | 21:47 | 
| @wiking | cmake -DOctaveModular=ON .. | 21:47 | 
| @wiking | ? | 21:47 | 
| lisitsyn | now yes | 21:47 | 
| @wiking | did it detect? | 21:48 | 
| lisitsyn | -- Found Octave: /usr/bin/octave (found version "3.6.4") | 21:48 | 
| lisitsyn | wiking: ^ | 21:48 | 
| @wiking | mmm shit | 21:48 | 
| @wiking | ok cool then this works | 21:49 | 
| @wiking | something is wrong on travis | 21:49 | 
| @wiking | i have to debug that somehow | 21:49 | 
| @wiking | :( | 21:49 | 
| @wiking | thnx anyways | 21:49 | 
| lisitsyn | wiking: what happens on travis? | 21:51 | 
| @wiking | lisitsyn: one variable is not set... | 21:52 | 
| @wiking | during FindOctave.cmake | 21:52 | 
| -!- zxtx [~zv@cpe-75-83-151-252.socal.res.rr.com] has quit [Ping timeout: 268 seconds] | 22:25 | |
| -!- pickle27 [~kevin@rcv3-lab-pc.ee.queensu.ca] has quit [Quit: Leaving] | 22:47 | |
| -!- vgorbati [~vgorbati@91.216.173.29] has joined #shogun | 23:11 | |
| -!- vgorbati [~vgorbati@91.216.173.29] has quit [Quit: vgorbati] | 23:18 | |
| -!- pickle27 [~Kevin@d67-193-243-174.home3.cgocable.net] has joined #shogun | 23:36 | |
| -!- shogun-notifier- [~irker@7nn.de] has joined #shogun | 23:56 | |
| shogun-notifier- | shogun: Soeren Sonnenburg :develop * 2f1bdc2 / examples/undocumented/python_modular/ (2 files): https://github.com/shogun-toolbox/shogun/commit/2f1bdc25432065cc4593dcf31f012d5be5cce56d | 23:56 | 
| shogun-notifier- | shogun: use gsomix' csv reader in some a newly crafted examples | 23:56 | 
| -!- iglesiasg [~iglesias@s83-179-44-135.cust.tele2.se] has joined #shogun | 23:59 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 23:59 | |
| --- Log closed Sat Aug 03 00:00:59 2013 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!