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

Add support for apple silicon #18

Merged
merged 50 commits into from
Dec 12, 2023
Merged

Add support for apple silicon #18

merged 50 commits into from
Dec 12, 2023

Conversation

joanibal
Copy link
Owner

No description provided.

@joanibal
Copy link
Owner Author

joanibal commented Dec 2, 2023

I'm stumped...
I can't get passed this error
../meson.build:79:0: ERROR: 'fortran' compiler binary not defined in cross or native file
Indeed the meson cross file does not mention fortran

   [binaries]
   c = ['cc', '-arch', 'arm64']
   cpp = ['c++', '-arch', 'arm64']
   objc = ['cc', '-arch', 'arm64']
   objcpp = ['c++', '-arch', 'arm64']
   [host_machine]
   system = 'darwin'
   cpu = 'arm64'
   cpu_family = 'aarch64'
   endian = 'little'

But it would seem that it is hard coded here??

@joanibal
Copy link
Owner Author

joanibal commented Dec 7, 2023

Yay! it builds and passes the tests!

@joanibal joanibal merged commit 663888d into master Dec 12, 2023
9 checks passed
@joanibal joanibal deleted the macos-arm_builds branch December 12, 2023 06:39
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.

1 participant