We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed76e9 commit 7de3d29Copy full SHA for 7de3d29
2 files changed
cmake/parakeet.pc.in
@@ -1,7 +1,7 @@
1
prefix=@CMAKE_INSTALL_PREFIX@
2
exec_prefix=${prefix}
3
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4
-includedir=${prefix}/include
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6
Name: parakeet
7
Description: Port of NVIDIA's Parakeet model in C/C++
cmake/whisper.pc.in
Name: whisper
Description: Port of OpenAI's Whisper model in C/C++
0 commit comments