All Projects → gpanders → meta-scipy

gpanders / meta-scipy

Licence: MIT license
OpenEmbedded layer for scipy (ARCHIVED)

Programming Languages

BitBake
79 projects

Projects that are alternatives of or similar to meta-scipy

meta-erlang
Erlang and Elixir support
Stars: ✭ 41 (+105%)
Mutual labels:  yocto-layer, yocto
meta-iota
OpenEmbedded layer for the IOTA Distributed Ledger
Stars: ✭ 41 (+105%)
Mutual labels:  yocto-layer, yocto
pyrex
Seamless container setup for developing with OpenEmbedded/Yocto Project
Stars: ✭ 27 (+35%)
Mutual labels:  yocto, open-embedded
meta-quectel-community
Yocto Layer which provides basic support for Quectel wireless modules
Stars: ✭ 25 (+25%)
Mutual labels:  yocto-layer, yocto
object-detection-with-svm-and-opencv
detect objects using svm and opencv
Stars: ✭ 24 (+20%)
Mutual labels:  scipy
jupyter boilerplate
Adds a customizable menu item to Jupyter (IPython) notebooks to insert boilerplate snippets of code
Stars: ✭ 69 (+245%)
Mutual labels:  scipy
xkcd-2048
No description or website provided.
Stars: ✭ 12 (-40%)
Mutual labels:  scipy
PyCannyEdge
Educational Python implementation of the Canny Edge Detector
Stars: ✭ 31 (+55%)
Mutual labels:  scipy
econtools
Econometrics and data manipulation functions.
Stars: ✭ 96 (+380%)
Mutual labels:  scipy
psopy
A SciPy compatible super fast Python implementation for Particle Swarm Optimization.
Stars: ✭ 33 (+65%)
Mutual labels:  scipy
techloop-ml-plus
Archives and Tasks for ML+ sessions
Stars: ✭ 23 (+15%)
Mutual labels:  scipy
microblx
microblx: real-time, embedded, reflective function blocks.
Stars: ✭ 37 (+85%)
Mutual labels:  yocto
yocto-tinkerboard
Yocto Sources for Tinkerboard
Stars: ✭ 23 (+15%)
Mutual labels:  yocto
meta-up-board
Yocto BSP meta layer for the UP Board
Stars: ✭ 27 (+35%)
Mutual labels:  yocto-layer
CNCC-2019
Computational Neuroscience Crash Course (CNCC 2019)
Stars: ✭ 26 (+30%)
Mutual labels:  scipy
meta-atmel
OpenEmbedded/Yocto Project layer for for Microchip SoC (aka AT91)
Stars: ✭ 75 (+275%)
Mutual labels:  yocto-layer
freedom-u-sdk
Freedom U Software Development Kit (FUSDK)
Stars: ✭ 246 (+1130%)
Mutual labels:  yocto
scipy-crash-course
Material for a 24 hours course on Scientific Python
Stars: ✭ 98 (+390%)
Mutual labels:  scipy
meta-iotedge
Yocto layer for Azure IoT Edge
Stars: ✭ 40 (+100%)
Mutual labels:  yocto-layer
PageRank
A demonstration of the PageRank algorithm, using Eigenvectors to assign significance to HTML pages
Stars: ✭ 17 (-15%)
Mutual labels:  scipy

This repository is archived

Please follow development of the meta-scipy layer at https://github.com/tuxable-ltd/meta-scipy.

See this issue for more information.

meta-scipy

This layer contains a recipe for building Scipy in the OpenEmbedded build system, as well as a series of patches and bbappend files necessary to build the recipe.

Table of Contents

Dependencies

This layer depends on:

Installation

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

git clone -b warrior https://github.com/gpanders/meta-scipy meta-scipy
bitbake-layers add-layer meta-scipy

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"

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

Contributing

This repository serves as a community hub for a full OpenEmbedded Scipy solution. If you're able to get Scipy working for your platform or application, please consider contributing your changes. You can also update the wiki, which is publicly editable.

Contributions should be well-tested and should adhere to the OpenEmbedded style guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].