IRC logs of #shogun for Wednesday, 2013-01-16

--- Log opened Wed Jan 16 00:00:38 2013
-!- FSCV_ [~FSCV@187.210.54.162] has quit [Quit: Leaving]00:45
-!- aamir [~quassel@aws.aamirkhan.co.in] has joined #shogun01:21
-!- aamir is now known as syst3mw0rm01:26
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun06:07
-!- blackburn [~blackburn@37.61.179.191] has joined #shogun07:26
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Ping timeout: 276 seconds]09:06
-!- blackburn [~blackburn@37.61.179.191] has quit [Quit: Leaving.]09:13
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun12:03
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Ping timeout: 240 seconds]13:36
-!- blackburn [d42ef61e@gateway/web/freenode/ip.212.46.246.30] has joined #shogun13:42
-!- FSCV [~FSCV@187.210.54.162] has joined #shogun14:36
-!- blackburn [d42ef61e@gateway/web/freenode/ip.212.46.246.30] has quit [Quit: Page closed]15:19
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun16:10
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving]16:46
-!- blackburn [~blackburn@188.168.2.27] has joined #shogun16:59
@sonney2kwiking, any ideas about how we can fix travis?21:17
wikingmmm what's happening with it?21:33
blackburnwiking: have 5 mins?22:04
blackburnneed mac os testing :D22:04
-shogungit:#shogun- [shogun] lisitsyn pushed 12 new commits to master: https://github.com/shogun-toolbox/shogun/compare/5ee214841afc...7b337e4cf67122:16
-shogungit:#shogun- shogun/master ca6b409 Sergey Lisitsyn: Integrated the tapkee library22:16
-shogungit:#shogun- shogun/master ae754ef Sergey Lisitsyn: Another missed step of tapkee integration22:16
-shogungit:#shogun- shogun/master d7b626a Sergey Lisitsyn: Disabled superlu by default22:16
blackburnkaboom22:16
-!- travis-ci [~travis-ci@ec2-107-20-16-144.compute-1.amazonaws.com] has joined #shogun22:23
travis-ci[travis-ci] it's Sergey Lisitsyn'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/419587922:23
-!- travis-ci [~travis-ci@ec2-107-20-16-144.compute-1.amazonaws.com] has left #shogun []22:23
wikingblackburn: giveme22:34
blackburnwiking:22:34
wikingblackburn: what i need to test/do22:34
blackburngit clone git://github.com/lisitsyn/tapkee.git22:34
blackburncd tapkee22:34
wikingmake it?22:34
blackburnmkdir build22:34
blackburncd build22:34
blackburncmake ..22:35
blackburnmake22:35
wikingok22:35
wikingi'll do the test asap22:35
wikingand get back to you22:35
wikingbut give me half a day22:35
blackburnwiking: haha22:35
blackburnwiking: yeah that takes a month actually22:35
blackburnwiking: my prays it will work with no changes22:35
wikingbeing sarcastic? :)22:35
blackburnwiking: I thought you were :)22:36
blackburnif you need half a day for real it is not a problem :) I am not in rush at all22:36
wikingld: library not found for -larpack22:37
wikingclang: error: linker command failed with exit code 1 (use -v to see invocation)22:37
wikingmake[2]: *** [tapkee] Error 122:37
wikingmake[1]: *** [CMakeFiles/tapkee.dir/all] Error 222:37
wikingmake: *** [all] Error 222:37
wikingok22:37
wikingi think the autodetection of lapack is broken for osx22:37
blackburnoh uh22:37
blackburnwiking: but you have arpack right?22:37
blackburnokay I need a fallback may be22:38
-!- cwidmer [8ca3fe9d@gateway/web/freenode/ip.140.163.254.157] has joined #shogun22:39
wikinglolface22:39
wikingi dont have arpack installed22:39
wikingnow it's insalled22:40
blackburnworks?22:40
wikingok now it found it22:40
blackburnI pray to justin bieber22:40
wikingi mean cmake22:40
blackburnhooray22:40
wikingi wonder why cmake wasn't complaining about not finding arpack22:40
blackburnme too22:41
blackburnfinder script is fucked may be22:41
wikingthis is interesting22:41
wikingLinking CXX executable tapkee22:41
wikingld: library not found for -larpack22:41
wikingclang: error: linker command failed with exit code 1 (use -v to see invocation)22:41
wikingmake[2]: *** [tapkee] Error 122:41
wikingmake[1]: *** [CMakeFiles/tapkee.dir/all] Error 222:41
wikingmake: *** [all] Error 222:41
blackburnhmm22:41
blackburnmay be I need to add linker path22:42
wiking-- Found Eigen3: /opt/local/include/eigen3 (Required is at least version "2.91.0")22:42
wiking-- Found Arpack : /opt/local/lib/libparpack.dylib22:42
wikingso it found it22:42
wikingbut then22:42
wikingah ok22:43
wikingcmake fucks it up in some way22:43
wiking/usr/bin/c++    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/tapkee.dir/src/main.cpp.o  -o tapkee  -larpack22:43
wikingthis is in22:43
wikingCMakeFiles/tapkee.dir/link.txt22:43
blackburnhmm22:43
wikingso somehow you have to tell cmake that it adds the link path, -L22:43
wikingsince it knows/finds where it is22:43
blackburnwiking: yeah thanks22:46
blackburnlet me try to find that22:46
wikingno worries22:47
wikinglet me know when u need a 2nd test22:47
blackburnwiking: can you please pull and try23:15
-!- FSCV_ [~FSCV@204.45.110.163] has joined #shogun23:52
-!- FSCV [~FSCV@187.210.54.162] has quit [Ping timeout: 256 seconds]23:54
-!- SCV__ [~FSCV@187.210.54.162] has joined #shogun23:57
-!- FSCV_ [~FSCV@204.45.110.163] has quit [Ping timeout: 252 seconds]23:59
--- Log closed Thu Jan 17 00:00:38 2013

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