Skip to content

matsjoyce-refeyn/meta-scikit-learn

 
 

Repository files navigation

meta-scikit-learn

This layer contains recipes for building scikit-learn and depenencies in the OpenEmbedded build system.

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:

git clone -b master https://github.com/tuxable-ltd/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 58.4%
  • BlitzBasic 41.6%