pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/whisper.cpp: Use libggml* from math/ggml, not from llama.cpp
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Fri Jul 10 23:24:29 2026 +0900
Changeset: a1a05b787d340d81641e6c5382b9978de9aec985
Modified Files:
whisper.cpp/Makefile
Log Message:
wip/whisper.cpp: Use libggml* from math/ggml, not from llama.cpp
* And include for CMake build first.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a1a05b787d340d81641e6c5382b9978de9aec985
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
whisper.cpp/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/whisper.cpp/Makefile b/whisper.cpp/Makefile
index 785b032a5a..f2982461da 100644
--- a/whisper.cpp/Makefile
+++ b/whisper.cpp/Makefile
@@ -26,10 +26,9 @@ CMAKE_CONFIGURE_ARGS+= -DWHISPER_COMMON_FFMPEG=ON
CMAKE_CONFIGURE_ARGS+= -DWHISPER_SDL2=OFF
CMAKE_CONFIGURE_ARGS+= -DWHISPER_USE_SYSTEM_GGML=ON
+.include "../../devel/cmake/build.mk"
#.include "../../devel/SDL2/buildlink3.mk"
.include "../../multimedia/ffmpeg8/buildlink3.mk"
-.include "../../wip/llama.cpp/buildlink3.mk"
.include "../../math/ggml/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index