-
Notifications
You must be signed in to change notification settings - Fork 161
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 macos runner #2048
base: main
Are you sure you want to change the base?
add macos runner #2048
Conversation
For some reason, this doesn't trigger checks |
ok, now this runs! |
e37e6ab
to
83126af
Compare
72085df
to
2a081a7
Compare
b865a27
to
c66cc61
Compare
e6b7388
to
f2d5482
Compare
I tried that many ways and it didn't like it. I now have it sourcing the bashrc or bash_profile after and then it seems fine |
ok, suggestions how to fix the library gfortran not found problem? |
I think it might work to use -L and specify instead as at https://clang.llvm.org/docs/CrossCompilation.html |
oh, I didn't get that right |
AI is saying to add |
With maybe also (after installing gfortran through conda):
|
we already have that and I've tried adding libgfortran too |
this seems worth a try though. Thanks |
Actually that has to go together with everything else after sourcing the bash_profile |
or maybe it works because of being sent into the github env |
@jamesmkrieger, I'll have a deeper look into this on Monday if you aren't able to get it. I'll try a few things on my Mac too. |
thank you. Sounds good. Have a good weekend. I'll stop for now too We've got to a different error now at least ld: duplicate LC_RPATH '@loader_path' in '/Users/runner/miniconda3/envs/test/lib/libgfortran.5.dylib' |
We probably want to have one for macos-13 that is intel too |
Hi @jamesmkrieger, I did work a little bit on this last week but didn't make any progress. I will see what I can do this week. |
Thank you |
Hopefully this works