]> Cypherpunks repositories - bass.git/commitdiff
Update whisper.cpp
authorSergey Matveev <stargrave@stargrave.org>
Mon, 14 Jul 2025 11:56:53 +0000 (14:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 14 Jul 2025 16:23:39 +0000 (19:23 +0300)
build/distfiles/.gitignore
build/distfiles/whisper.cpp-1.7.6.tar.zst.do [moved from build/distfiles/whisper.cpp-1.7.5.tar.zst.do with 86% similarity]
build/skel/misc/whisper.cpp-1.7.6.do [moved from build/skel/misc/whisper.cpp-1.7.5.do with 95% similarity]

index 2d04b6979b97cd596ae5a6fb2ebd4ee740f86b9ed8997fc72c1473b9b452f1ae..55bbee8c48a5a3f2eca4c955732c83c8103532b8efe4f7f1a72891a846d49859 100644 (file)
 /wavpack-5.7.0.tar.xz
 /webkitgtk-2.34.6.tar.xz
 /wget-1.25.0.tar.lz
-/whisper.cpp-1.7.5.tar.zst
+/whisper.cpp-1.7.6.tar.zst
 /whisper.cpp.git
 /wireshark-4.2.5.tar.xz
 /x264-2024-05-12.tar.zst
similarity index 86%
rename from build/distfiles/whisper.cpp-1.7.5.tar.zst.do
rename to build/distfiles/whisper.cpp-1.7.6.tar.zst.do
index 5ffdcd60c2fb7373f3034e6f07ca320647fa27b37d23a96ee9bf77b92cb315f6..494a02b6a169448b3813acd5ab7e8438f68bd6dfb2a3acafac11e533e8833d64 100644 (file)
@@ -2,6 +2,6 @@
 sname=$1.do . "$BASS_ROOT"/lib/rc
 [ -d whisper.cpp.git ] || git clone --depth 1 --bare https://github.com/ggerganov/whisper.cpp >&2
 cd whisper.cpp.git
-commit=51c6961c7b64b406833f4b6a4a20e67142f69225
+commit=a8d002cfd879315632a579e73f0148d06959de36
 git fetch origin $commit >&2
 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR
similarity index 95%
rename from build/skel/misc/whisper.cpp-1.7.5.do
rename to build/skel/misc/whisper.cpp-1.7.6.do
index 963b0cfaf533c81c5b0d5a6a3c83332d6fec2d103ceb04d327408f2086634e3e..dd29449a39b238e98a2e7cb0ebae3be9c3b21056e1ba0fa4dbb048323a51aa85 100644 (file)
@@ -12,6 +12,7 @@ $TAR xf "$DISTFILES"/$NAME.tar.zst
 "$BASS_ROOT"/bin/rm-r "$SKELBINS"/$ARCH/$NAME-$hsh
 
 cd $NAME
+export LDFLAGS="-pthread $LDFLAGS"
 cmake -B build >&2
 cmake --build build --config Release >&2
 mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/bin "$SKELBINS"/$ARCH/$NAME-$hsh/lib