diff options
Diffstat (limited to 'audio/whisper.cpp/Makefile')
-rw-r--r-- | audio/whisper.cpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/whisper.cpp/Makefile b/audio/whisper.cpp/Makefile index 93e68f87929e..757869e17f2a 100644 --- a/audio/whisper.cpp/Makefile +++ b/audio/whisper.cpp/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libggml.so:misc/ggml -USES= cmake +USES= cmake:testing USE_LDCONFIG= yes USE_GITHUB= yes @@ -31,6 +31,8 @@ OPTIONS_SUB= yes EXAMPLES_CMAKE_BOOL= WHISPER_BUILD_EXAMPLES +MAKE_JOBS_UNSAFE= yes # for tests to suceed on smaller Vulkan devices: they fail to allocate memory otherwise + post-install: ${INSTALL_SCRIPT} \ ${WRKSRC}/models/download-ggml-model.sh \ |