Re: [yocto] OpenBLAS recipe

2018-04-03 Thread Matthias Schöpfer
Hi Raj, thanks, it seems to work, if you add libgfortran to DEPENDS even without the ONLY_CBLAS=1, at least for amd64 kind of architecture. Thanks and Regards, Matthias On 04/01/2018 03:03 AM, Khem Raj wrote: > Please try this patch here > >

Re: [yocto] OpenBLAS recipe

2018-03-31 Thread Khem Raj
Please try this patch here https://github.com/kraj/intel-iot-refkit/commit/04cd5afec0c41deeb5e1a48b43a0a31e708295c1 On Wed, Mar 21, 2018 at 11:51 AM, Matthias Schöpfer wrote: > Hi Peter, > > I got some progress using: > >> export BLAS=/path/to/libblas.so >>

Re: [yocto] OpenBLAS recipe

2018-03-21 Thread Matthias Schöpfer
Hi Peter, I got some progress using: > export BLAS=/path/to/libblas.so > export LAPACK=/path/to/liblapack.so > export ATLAS=/path/to/libatlas.so like: export BLAS=${STAGING_LIBDIR} turns out, my lapack does not have cblas, when I enable CBLAS, I have an Issue with Fortran C ERROR:

Re: [yocto] OpenBLAS recipe

2018-03-17 Thread Peter Balazovic
for now I took openblas recipe from here https://github.com/CogentEmbedded/meta-opencl/tree/master/meta-ocl-common/recipes-graphics/openblas

Re: [yocto] OpenBLAS recipe

2018-03-17 Thread Matthias Schöpfer
Hi Peter, openblas builds for me fine. This seems to be more of an issue with hard/softfloat than openBLAS. If I remember correctly, there was at some point a problem with fortran, which might be needed for openBLAS. But this seems not to be the issue here. Maybe try to compile it for qemu-x86

[yocto] OpenBLAS recipe

2018-03-17 Thread Peter Balazovic
Hello guys, I tried to use openblas recipe from https://layers.openembedded.org/layerindex/recipe/6/ recipes-convnet/openblas/openblas_0.2.19.bb Unfortunately got compiling