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

cmake: Fix libdir value in pkgconfig file #2407

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

philn
Copy link
Contributor

@philn philn commented Sep 6, 2024

Depending on the OS the lib dir can vary, on Fedora for instance it is "${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill this variable for us.

Depending on the OS the lib dir can vary, on Fedora for instance it is
"${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill
this variable for us.
@philn
Copy link
Contributor Author

philn commented Sep 6, 2024

@ggerganov can you review please? 🙏🏻

@ggerganov ggerganov merged commit 5caa192 into ggerganov:master Sep 7, 2024
46 checks passed
@philn philn deleted the cmake-libdir branch September 7, 2024 08:32
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
Depending on the OS the lib dir can vary, on Fedora for instance it is
"${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill
this variable for us.
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
Depending on the OS the lib dir can vary, on Fedora for instance it is
"${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill
this variable for us.
lyapple2008 pushed a commit to lyapple2008/whisper.cpp.mars that referenced this pull request Nov 2, 2024
Depending on the OS the lib dir can vary, on Fedora for instance it is
"${prefix}/lib64". Instead of hard-coding the directory name, let CMake fill
this variable for us.
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.

2 participants