Skip to content
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

Throw an error in __init__ if computer is an Apple M-series #157

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

odow
Copy link
Member

@odow odow commented Dec 6, 2024

Closes #156

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.15%. Comparing base (ef11e60) to head (0b23135).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #157   +/-   ##
=======================================
  Coverage   99.14%   99.15%           
=======================================
  Files           2        2           
  Lines         352      353    +1     
=======================================
+ Hits          349      350    +1     
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow
Copy link
Member Author

odow commented Dec 8, 2024

julia> versioninfo()
Julia Version 1.10.6
Commit 67dffc4a8ae (2024-10-28 12:23 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (arm64-apple-darwin24.0.0)
  CPU: 8 × Apple M1
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

julia> using Clp
ERROR: InitError: Clp.jl does not support Apple M-series processors. Please use HiGHS.jl instead.

See https://github.com/jump-dev/Clp.jl/issues/131 for more details.
Stacktrace:
  [1] error(s::String)

@odow odow merged commit e7bab54 into master Dec 12, 2024
10 checks passed
@odow odow deleted the od/err branch December 12, 2024 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add an error when __init__ on a macos-aarch64 machine
1 participant