-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Automatic Arch Linux detection #1332
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
Conversation
This commit is a port of a detection method used in koboldcpp's Makefile in order to automatically set the -lcblas option on Arch Linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is legit. Here's the original commit: LostRuins@7ba36c2
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also test on Arch Linux whether my suggestions work. I don't have one laying around.
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
Like this it works perfectly on Arch Linux. Sorry for the mess with the commits but it's my first time editing a Makefile. |
No worries, you did great and I really like the final form of the submission! 🎉 |
Nice 👍 |
This commit is a port of a detection method used in koboldcpp's Makefile in order to automatically set the -lcblas option on Arch Linux
This pull request adds a check in the Makefile in order to set automatically the -lcblas flag on Arch Linux. This change is based on koboldcpp's Makefile so the credit for this should go to @LostRuins.