-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build for Apple M1 macs #34
Conversation
any activity on this? I also would like to see a build for M1 :) |
Unfortunately I haven't heard from the maintainer so I can't make any more progress on this |
Upvote. |
I'll take a look at it |
I have done some investigation over the past few days to figure out what is causing these builds to fail. Looking at the logs I found two issues (1) swig not found and (2) numpy not found. I solved the swig issue by simply not installing it with pip and relying on the version installed by brew (maybe this is suboptimal, not sure). I solved the numpy issue after searching for a very long time and eventually found this issue numpy/numpy#2434 which recommends to add numpy to My fork is here where I have published the aforementioned wheels as well. |
Hi all, sorry it took a while, just had a newborn. I added macos-14 into the build for 2.8.0, see this PR. Managed to get macos working following tips from @jdegenstein 🙏 |
Thanks @DanielBok and congratulations! |
Contents
macos-14
to OS matrix inbuild
workflow sonlopt
is built for Apple M1 macs too