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

2015-12-18 Thread Benoit Rapidel
Hello, I'm still trying to get python3-numpy to compile. I have been inspecting log file for quite a while. One lead I got is that gcc have -L=/usr/lib in its arguments. I diff log.do_compile from python3-numpy and log.do_compile from python-numpy. I see no reference to /usr/lib in

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 find

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

2015-11-27 Thread Alexander Kanavin
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 I can see, the standard approach is to create a separate recipe for

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

2015-11-27 Thread Benoit Rapidel
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 find libs. Do you have any clues ? I'm trying to compile numpy 1.9.2 with python3. Thanks in advance

[yocto] Fwd: Re: Python3 and Numpy

2015-11-27 Thread Benoit Rapidel
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 ? B @Alex, sorry for that, reposting in the mailing list. Le 27/11/2015 16:19, Alexander Kanavin a écrit : On 11/27/2015 05:11