-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
llama.cpp: update to b4508; fix builds for 10.15 and earlier #27409
Conversation
Notifying maintainers: |
p.s. Fix verified on 10.13 |
@i0ntempest Zhenfu, any concerns with merging this? |
Yes actually, I don’t want openmp to be disabled globally like this. I’ll take a look but currently I’m busy with something else . |
Well, without either including portgroup |
0a4b7b3
to
2b7a116
Compare
On a separate note, there's another build failure affecting 10.15. That was just addressed with the latest force-push, along with an update to b4508. |
- Explicitly disable OpenMP Fixes: https://trac.macports.org/ticket/71870 - Upstream patch for errno-related build failure on 10.15: Fixes: https://trac.macports.org/ticket/71880 squash
2b7a116
to
46fb1d9
Compare
I am think about adding |
Sounds good! |
Description
Explicitly disable OpenMP
Fixes: https://trac.macports.org/ticket/71870
Upstream patch for errno-related build failure on 10.15:
Fixes: https://trac.macports.org/ticket/71880