Re: [yocto] Fwd: Re: Python3 and Numpy

2015-12-18 Thread Benoit Rapidel
elp from you guys is much appreciated. Many thanks, B Le 30/11/2015 00:18, Benoit Rapidel a écrit : Here the full log: http://sprunge.us/SYCO?log Le 27/11/2015 19:36, Benoit Rapidel a écrit : Ok, thanks Numpy start to except ld can't find npymath and npysort. I checked with devsh

Re: [yocto] Fwd: Re: Python3 and Numpy

2015-11-29 Thread Benoit Rapidel
Here the full log: http://sprunge.us/SYCO?log Le 27/11/2015 19:36, Benoit Rapidel a écrit : Ok, thanks Numpy start to except ld can't find npymath and npysort. I checked with devshell, there is libnpymath.a and libnpysort.a within build/temp.linux-x86_64-3.4, which is used by ld to

Re: [yocto] Fwd: Re: Python3 and Numpy

2015-11-27 Thread Benoit Rapidel
in advance B Le 27/11/2015 17:40, Alexander Kanavin a écrit : On 11/27/2015 06:39 PM, Benoit Rapidel wrote: I found one in meta. How do I update it ? I'm using poky jethro. Should a create a new one named python3-numpy or the same recipe should handle both python versions ? From what

[yocto] Fwd: Re: Python3 and Numpy

2015-11-27 Thread Benoit Rapidel
05:11 PM, Benoit Rapidel wrote: I want to install NumPy with Python3 supporton a Beaglebone Black. Unfortunately, I couldn't find any information or a recipe. Anyone has ever tried, success, failed ? There is a recipe for numpy in oe-core, but it's not particularly up to date, a

[yocto] Python3 and Numpy

2015-11-27 Thread Benoit Rapidel
Hi, I want to install NumPy with Python3 supporton a Beaglebone Black. Unfortunately, I couldn't find any information or a recipe. Anyone has ever tried, success, failed ? Regards, -- Benoit Rapidel Co-founder & CTO at ExMachina --

Re: [yocto] [OE-core] [PATCH] terminal: Support old tmux version (<1.9) when querying height value

2015-11-05 Thread Benoit Rapidel
out, err = p.communicate() +size = int(out.strip()) except OSError as exc: import errno if exc.errno == errno.ENOENT: -- 1.7.10.4 -- ___________ Openembedded-core mailing list openembedded-c...@lists.openembedded.org http://lists.openembedded.org/mailman/listi

[yocto] Unable to issue bitbake linux-yocto -c menuconfig

2015-11-05 Thread Benoit Rapidel
t; 43 48 49 43 Hope that help. Le 05/11/2015 15:30, Leonardo Sandoval a écrit : On 11/05/2015 02:28 AM, Benoit Rapidel wrote: Thanks for the patch, this now works on tmux 1.6 but only if the tmux windows has no pane. If it has panes, out variable is '48\n49\n48\n49' and int() fail.

[yocto] Unable to issue bitbake linux-yocto -c menuconfig

2015-11-03 Thread Benoit Rapidel
Hi, I ran into an error and I don't know where to report it. I use poky with fido branch on a Debian 3.2.68 VM See attached file for log $ tmux list-panes 0: [84x44] [history 39/2000, 71202 bytes] %2 0: [231x60] [history 435/2000, 194475 bytes] %3 (active) $ Regards, -- Benoit Rapide

[yocto] Unable to get python3-multiprocessing working

2015-01-29 Thread Benoit Rapidel
hich seems to provide /usr/lib/python3.3/atexit.py. This doesn't work and I can't find atexit.py in my rootfs. Did I miss something ? Regards -- Benoit Rapidel -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto