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 24e25f3 commit a016916Copy full SHA for a016916
runtime-creativity/whisper.cpp/autobuild/defines
@@ -1,11 +1,10 @@
1
PKGNAME=whisper.cpp
2
PKGSEC=misc
3
-PKGDEP="vulkan"
4
-BUILDDEP="shaderc"
+PKGDEP="gcc-runtime glibc ggml"
5
PKGDES="Utility and library to work with OpenAI's automatic speech recognition model"
6
7
CMAKE_AFTER=(
8
- "-DGGML_VULKAN=1"
+ '-DWHISPER_USE_SYSTEM_GGML=ON'
9
)
10
11
# FIXME: fix riscv64 build
runtime-creativity/whisper.cpp/spec
@@ -2,3 +2,4 @@ VER=1.7.6
SRCS="git::commit=tags/v$VER::https://github.com/ggml-org/whisper.cpp"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=372280"
+REL=1
0 commit comments