libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
404 stars 37 forks source link

Add support to release linux aarch64 wheels #112

Closed odidev closed 2 years ago

odidev commented 2 years ago

Problem

On aarch64, pip install tcod builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPI.

Resolution

On aarch64, pip install tcod should download the wheels from PyPI.

@HexDecimal, Please let me know your interest in releasing aarch64 wheels. I can help with this.