urschrei / simplification

Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust
Other
166 stars 18 forks source link

Add support for aarch64-unknown-linux-gnu #51

Closed Mogost closed 1 year ago

Mogost commented 1 year ago

Related to https://github.com/urschrei/rdp/pull/17 Fix #23

urschrei commented 1 year ago

For some reason it looks like it's trying to build for the wrong architecture, then failing with an error:

https://github.com/urschrei/simplification/actions/runs/4468078716/jobs/7848363976#step:6:65

urschrei commented 1 year ago

OK I've managed to fix this and build the aarch64 wheels for Linux. I'll push a new release to PyPI today. Thanks for making this happen @Mogost!