Skip to content

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

Merged
odow merged 1 commit intomasterfrom
od/err
Dec 12, 2024
Merged

Throw an error in __init__ if computer is an Apple M-series#157
odow merged 1 commit intomasterfrom
od/err

Conversation

@odow
Copy link
Copy Markdown
Member

@odow odow commented Dec 6, 2024

Closes #156

@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
@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