All Projects → imrehg → arm-wheels

imrehg / arm-wheels

Licence: other
Project to generate Python wheels for ARM systems (targeting armv7 / aarch64 in the future)

Programming Languages

Smarty
1635 projects
shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to arm-wheels

Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+1035.71%)
Mutual labels:  arm, armv7
discolix
distroless arm docker images
Stars: ✭ 22 (+57.14%)
Mutual labels:  arm, armv7
Arm Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.
Stars: ✭ 159 (+1035.71%)
Mutual labels:  arm, armv7
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (+507.14%)
Mutual labels:  arm, armv7
docker-elasticsearch
Multi-architecture (arm, x86) Docker image for Elasticsearch
Stars: ✭ 14 (+0%)
Mutual labels:  arm, armv7
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (+550%)
Mutual labels:  arm, armv7
Tow-Boot
An opinionated distribution of U-Boot. — https://matrix.to/#/#Tow-Boot:matrix.org?via=matrix.org
Stars: ✭ 338 (+2314.29%)
Mutual labels:  arm, armv7
Shecc
A self-hosting and educational C compiler
Stars: ✭ 286 (+1942.86%)
Mutual labels:  arm, armv7
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (+35.71%)
Mutual labels:  arm, armv7
elfloader
ARMv7M ELF loader
Stars: ✭ 71 (+407.14%)
Mutual labels:  arm, armv7
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (+107.14%)
Mutual labels:  arm, armv7
V60Mini-firmhack
A project to disassemble the KBParadise V60 Mini keyboard firmware.
Stars: ✭ 23 (+64.29%)
Mutual labels:  arm, armv7
Element Web
element.io docker image generator
Stars: ✭ 21 (+50%)
Mutual labels:  arm, armv7
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (+764.29%)
Mutual labels:  arm, armv7
Grafana On Raspberry
Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
Stars: ✭ 318 (+2171.43%)
Mutual labels:  arm, armv7
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+15064.29%)
Mutual labels:  arm, armv7
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+3292.86%)
Mutual labels:  arm, armv7
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-14.29%)
Mutual labels:  arm, armv7
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1542.86%)
Mutual labels:  arm, armv7
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+435.71%)
Mutual labels:  arm, armv7

arm-wheels

Work in progress project to provide a basis for Python wheels for ARM devices (mostly ARMv7 and AARCH64 in the future), and thus help with the installation of Python packages, which otherwise might be compiled for a long time on the device.

Useing a Docker image to create a environment to cross-compile on an x86 machine for ARM.

Supported packages

At the moment these packages were tested

  • generic: a generic package to compile libraries that have no extra dependencies
  • numpy
  • scipy
  • pillow

The current packages are distributed at https://gergely.imreh.net/wheels/, and you can use those packages by running:

pip install --extra-index-url=https://gergely.imreh.net/wheels/ <packagename>

Require an up-to-date version of pip, so you might need to run pip install -U pip to upgrade first.

License

Copyright 2017 Gergely Imreh [email protected]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].