DanielBok / nlopt-python

A project to package the NLOpt library to wheels
Other
29 stars 14 forks source link

No MacOS x86 wheels since before 2.8.0 #39

Open Lazyshot opened 2 months ago

Lazyshot commented 2 months ago

Since adjusting the builds for adding macos-14 (which is now default of macos-latest), but removing macos-13 (used to be -latest) I do not see any x86 wheels, but only arm64. This prevents installation on non-apple silicon Macs.

ERROR: Could not find a version that satisfies the requirement nlopt==2.8.0 (from versions: 2.4.2.post1, 2.4.2.post2, 2.6.2, 2.7.1)
ERROR: No matching distribution found for nlopt==2.8.0
jwymbs23 commented 2 months ago

Really appreciate the recent updates and congrats on the baby @DanielBok (i know what that's like, lol). piggybacking on this though, it would be awesome to get some linux/arm64 builds. I can take a crack at that, too.

jdegenstein commented 2 months ago

@jwymbs23 as far as I am aware there are no linux/arm64 runners available for free on GitHub (yet)