-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support for Apple M1 #193
Comments
The underlying issue is probably: jump-dev/Clp.jl#131. M1 support in Julia is still Tier 3: https://julialang.org/downloads/#supported_platforms. Use Rosetta, or use HiGHS.jl instead. |
@odow do we have any plan to support Cbc on apple silicon? Thanks! |
No plan. Problem also jump-dev/Clp.jl#131. My long-term hope is that a new v2 release of https://github.com/coin-or/Clp is made. That will fix a number of bugs and simplify the build system. That might fix the issue. Until then, use HiGHS. It is faster, works on M2, and is MIT licensed. |
I tried using Cbc and JuMP but get a double free error on an M1 macbook pro:
I use Julia
Version 1.7.2 (2022-02-06)
The text was updated successfully, but these errors were encountered: