Skip to content

OpenEmbedded recipes for scikit-learn, adjusted build for imx8 boards

Notifications You must be signed in to change notification settings

MrLaki5/meta-scikit-learn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

meta-scikit-learn-imx8

This layer contains recipes for building scikit-learn and depenencies in the OpenEmbedded build system and has been adjusted for imx8 boards.

Configurations Tested

  • armv8
  • armv7

Dependencies

This layer depends on:

Using this layer

Clone this repository with the tag or branch corresponding to your OpenEmbedded version and add it to your workspace. For example, if using gatesgarth:

git clone -b gatesgarth https://github.com/MrLaki5/meta-scikit-learn
bitbake-layers add-layer meta-scikit-learn

You will also need to enable FORTRAN support by adding the following to your local.conf file:

FORTRAN_forcevariable = ",fortran"
RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath"
HOSTTOOLS += "gfortran"

If you're using a custom distribution, you can alternatively include the two above lines in your distro.conf file.

Contributing to this layer

To report bugs or request new recipes & features please use our issue tracker.

To submit changes to this layer please fork the repository on GitHub and open a pull request.

About

OpenEmbedded recipes for scikit-learn, adjusted build for imx8 boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 55.5%
  • BlitzBasic 44.5%