Skip to content

Support building for AppleSilicon #33

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LucasAschenbach
Copy link

This PR adds an apple_silicon_flag to the build function in build.jl to automatically opt into building locally when called on AppleSilicon hardware. Similarly, the loadODESolvers() function now looks for local binaries instead of using ODEInterface_jll.jl when run on AppleSilicon.

One other change I made was to add loadODESolvers() to the __init__() call so the function does not need to be manually invoked for every new session. However, I'm not sure if that is the right place for calling the function.

All tests in runtests.jl passed.

@ChrisRackauckas
Copy link

Bump

@ktitimbo
Copy link

Could this be a compatibility issue with the recently released Julia 1.10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants