This layer contains recipes for building scikit-learn and depenencies in the OpenEmbedded build system.
- armv8
- armv7
This layer depends on:
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.
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.