Date: Fri, 9 Aug 2024 20:11:47 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2f3cc9e6b37 - main - misc/llama-cpp: update 3542 =?utf-8?Q?=E2=86=92?= 3560 Message-ID: <202408092011.479KBlPY066419@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2f3cc9e6b3779da87de597be7c5353c7e81fb32 commit c2f3cc9e6b3779da87de597be7c5353c7e81fb32 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-09 19:34:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-09 20:11:43 +0000 misc/llama-cpp: update 3542 → 3560 --- misc/llama-cpp/Makefile | 6 +----- misc/llama-cpp/distinfo | 6 +++--- misc/llama-cpp/pkg-plist | 1 + 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index d366f823d788..265cb9bc7fb3 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 3542 +DISTVERSION= 3560 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -12,8 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278810 -LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader - USES= cmake:testing compiler:c++11-lang python:run shebangfix USE_LDCONFIG= yes @@ -28,8 +26,6 @@ CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= LLAMA_BUILD_TESTS CMAKE_TESTING_ON= LLAMA_BUILD_TESTS -LDFLAGS+= -pthread - OPTIONS_DEFINE= EXAMPLES VULKAN OPTIONS_DEFAULT= VULKAN OPTIONS_SUB= yes diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 57bc61877f32..13c27e8f340b 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1723097492 -SHA256 (ggerganov-llama.cpp-b3542_GH0.tar.gz) = 6f8b23d930400fce5708d2c85022ef33f1083af8f6ac395abefadacee0942e78 -SIZE (ggerganov-llama.cpp-b3542_GH0.tar.gz) = 19014348 +TIMESTAMP = 1723230415 +SHA256 (ggerganov-llama.cpp-b3560_GH0.tar.gz) = c61f0fd2ed3f83c7a9775343c5a72cb3c7ca61630553fdb495220ad80ca063ed +SIZE (ggerganov-llama.cpp-b3560_GH0.tar.gz) = 19029390 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/llama-cpp/pkg-plist b/misc/llama-cpp/pkg-plist index 7d7cc039fb51..22ca598402bf 100644 --- a/misc/llama-cpp/pkg-plist +++ b/misc/llama-cpp/pkg-plist @@ -23,6 +23,7 @@ bin/llama-embedding %%EXAMPLES%%bin/llama-lookup-create %%EXAMPLES%%bin/llama-lookup-merge %%EXAMPLES%%bin/llama-lookup-stats +%%EXAMPLES%%bin/llama-minicpmv-cli %%EXAMPLES%%bin/llama-parallel %%EXAMPLES%%bin/llama-passkey %%EXAMPLES%%bin/llama-perplexity
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408092011.479KBlPY066419>