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

use macos-13 instead of macos-11 #165

Merged
merged 6 commits into from
Jul 22, 2024
Merged

use macos-13 instead of macos-11 #165

merged 6 commits into from
Jul 22, 2024

Conversation

mattip
Copy link
Collaborator

@mattip mattip commented Jul 21, 2024

Change the gitub runner to macos-13 since macos-11 is deprecated.

@mattip
Copy link
Collaborator Author

mattip commented Jul 21, 2024

The macos-x86_64 builds are failing with dyld[97241]: missing symbol called. I think this is when using one of the tools: gfortran, the linker, ... Anyone seen this when moving from macos-11 to macos-13?

@mattip
Copy link
Collaborator Author

mattip commented Jul 22, 2024

Ahh, it seems /usr/local/lib is not added to the search path on x86_64, so the gfortran runtime shared objects are not found. I wonder if the x86_64 gfortran install should be soft-linking to a different path? @matthew-brett ideas? The apple documentation suggests /usr/local/lib should be in DYLD_FALLBACK_LIBRARY_PATH, but maybe it is not when using x86_64 on macos 13?

@mattip
Copy link
Collaborator Author

mattip commented Jul 22, 2024

This was the best I found, apparently /usr/local/lib is no longer searched https://forums.developer.apple.com/forums/thread/737920

@mattip mattip merged commit ca41d89 into MacPython:main Jul 22, 2024
12 of 13 checks passed
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