Re: [yocto] scipy recipe

2018-03-27 Thread Tim Orling
cto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] > >> On Behalf Of Matthias Schöpfer > >> Sent: Friday, March 23, 2018 3:08 AM > >> To: Peter Balazovic <balazovic.pe...@gmail.com>; Yocto-mailing-list > >> <yocto@yoctoproject.org&

Re: [yocto] scipy recipe

2018-03-27 Thread Matthias Schöpfer
>> From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >> On Behalf Of Matthias Schöpfer >> Sent: Friday, March 23, 2018 3:08 AM >> To: Peter Balazovic <balazovic.pe...@gmail.com>; Yocto-mailing-list >> <yocto@yoctoproject.org> >> Subject: Re

Re: [yocto] scipy recipe

2018-03-26 Thread Manjukumar Harthikote Matha
oproject.org> > Subject: Re: [yocto] scipy recipe > > Hi Peter, > > I managed to get scipy to cross compile, since I was in a hurry, and have no > deeper > understanding of python / distutils / setuptools, it turned out to be an ugly > hack (but > obviously I was not the f

Re: [yocto] scipy recipe

2018-03-26 Thread Matthias Schöpfer
Hi Philip, I needed to patch numpy because scipy uses numpy.distutils a lot. Regards, Matthias On 03/24/2018 05:48 PM, Philip Balister wrote: > On 03/23/2018 06:07 AM, Matthias Schöpfer wrote: >> Hi Peter, >> >> I managed to get scipy to cross compile, since I was in a hurry, and >>

Re: [yocto] scipy recipe

2018-03-24 Thread Philip Balister
On 03/23/2018 06:07 AM, Matthias Schöpfer wrote: > Hi Peter, > > I managed to get scipy to cross compile, since I was in a hurry, and > have no deeper understanding of python / distutils / setuptools, it > turned out to be an ugly hack (but obviously I was not the first one to > do ugly things

Re: [yocto] scipy recipe

2018-03-23 Thread Matthias Schöpfer
Hi Peter, I managed to get scipy to cross compile, since I was in a hurry, and have no deeper understanding of python / distutils / setuptools, it turned out to be an ugly hack (but obviously I was not the first one to do ugly things there ;) ) Maybe you have had some progress as well, and we

Re: [yocto] scipy recipe

2018-03-17 Thread Peter Balazovic
compiling issue on that openblas recipe ... NOTE: Executing RunQueue Tasks ERROR: openblas-0.2.19-r0 do_compile: oe_runmake failed ERROR: openblas-0.2.19-r0 do_compile: Function failed: do_compile (log file is located at

Re: [yocto] scipy recipe

2018-03-16 Thread Giordon Stark
Seems like the SRC_URI isn't correct. I don't see an obvious place to get tarballs for scipy except from github (and I know that tends to not be reliable but...) https://github.com/scipy/scipy/archive/v1.0.0.tar.gz Giordon On Fri, Mar 16, 2018 at 11:51 AM Peter Balazovic

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
openblas - no success yet NOTE: Executing RunQueue Tasks ERROR: openblas-0.2.19-r0 do_compile: oe_runmake failed ERROR: openblas-0.2.19-r0 do_compile: Function failed: do_compile (log file is located at /openblas/0.2.19-r0/temp/log.do_compile.9671) ERROR: Logfile of failure stored in:

Re: [yocto] scipy recipe

2018-03-16 Thread Giordon Stark
OpenBLAS is here: http://layers.openembedded.org/layerindex/recipe/6/ G On Fri, Mar 16, 2018 at 1:30 PM Philip Balister wrote: > You'll get to Atlas soon, and that is another source of pain :) > > Philip > > On 03/16/2018 11:26 AM, Peter Balazovic wrote: > > Seems

Re: [yocto] scipy recipe

2018-03-16 Thread Philip Balister
You'll get to Atlas soon, and that is another source of pain :) Philip On 03/16/2018 11:26 AM, Peter Balazovic wrote: > Seems OpenBLAS is missing, is there recipe for it? > > ERROR: scipy-1.0.0-r0 do_compile: python setup.py build execution failed. > ERROR: scipy-1.0.0-r0 do_compile: Function

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
Seems OpenBLAS is missing, is there recipe for it? ERROR: scipy-1.0.0-r0 do_compile: python setup.py build execution failed. ERROR: scipy-1.0.0-r0 do_compile: Function failed: do_compile (log file is located at /log.do_compile.8708) ERROR: Logfile of failure stored in:

Re: [yocto] scipy recipe

2018-03-16 Thread Burton, Ross
To change the version, change the filename of the recipe. Also, please remember the CC the list. Ross On 16 March 2018 at 17:30, Peter Balazovic wrote: > I did download from https://github.com/scipy/scipy/archive/v1.0.0.tar.gz > and cc to /downloads and same still

Re: [yocto] scipy recipe

2018-03-16 Thread Burton, Ross
You're getting a "file not found" for the URL it is looking for. According to https://pypi.python.org/pypi/scipy, the version is 1.0.0 not 1.0. Ross On 16 March 2018 at 16:50, Peter Balazovic wrote: > per using recipe https://github.com/scipy/scipy/issues/8226 > > >

Re: [yocto] scipy recipe

2018-03-16 Thread Peter Balazovic
per using recipe https://github.com/scipy/scipy/issues/8226 SUMMARY = "Scientific Library for Python" SECTION = "devel/python" HOMEPAGE = "https://pypi.python.org/pypi/scipy; LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d0db8f4148a3d5534cfb93be78f9287c"

Re: [yocto] scipy recipe

2018-03-15 Thread Peter Balazovic
is somehow to be fixed and available (recipe)? Sent from Mailspring (https://link.getmailspring.com/link/1521146506.local-368bb114-f6c3-v1.1.5-5834c...@getmailspring.com/0?redirect=https%3A%2F%2Fgetmailspring.com%2F=eW9jdG9AeW9jdG9wcm9qZWN0Lm9yZw%3D%3D), the best free email app for work On Mar

Re: [yocto] scipy recipe

2018-03-15 Thread Randy MacLeod
On 2018-03-15 01:56 PM, Peter Balazovic wrote: Hello all, I wonder if there is scipy recipe available? Not yet: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=scipy It appears to be blocked by: https://github.com/scipy/scipy/issues/8226 but apparently that's a

[yocto] scipy recipe

2018-03-15 Thread Peter Balazovic
Hello all, I wonder if there is scipy recipe available? Thanks. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto