Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

Need support to add fortran compile in Yocto_2.0

$
0
0

  I am using statsmodels python library in my application. Statsmodels is depend on scipy and scipy is depend on BLAS and LAPACK.

   BLAS and LAPACK requires fortran compile i.e afortran or g77.

  When i am trying to include gfortran library in my local.conf, I am getting below error:

 

ERROR: Nothing RPROVIDES 'libgfortran_linaro' (but /home/k2user/Yocto_2_0/build/../poky/meta/recipes-graphics/images/core-image-weston.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libgfortran_linaro' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libgfortran_linaro']
ERROR: Required build target 'core-image-weston' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-weston', 'libgfortran_linaro']

 

   Please provide me steps to resolve this issue.

 

Thanks & Regards

Anand


Viewing all articles
Browse latest Browse all 1583

Trending Articles