git: 759e44198f85 - main - misc/llama-cpp: Fix configure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Dec 2024 21:20:00 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=759e44198f85859333ba5fe6cb00e875c2727646 commit 759e44198f85859333ba5fe6cb00e875c2727646 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-26 21:16:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-26 21:19:57 +0000 misc/llama-cpp: Fix configure PR: 283621 Reported by: Eric Camachat <eric@camachat.org> --- misc/llama-cpp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 61640736f856..6736e78555b2 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278810 BROKEN_i386= compilation fails, see https://github.com/ggerganov/llama.cpp/issues/9545 -USES= cmake:testing compiler:c++11-lang python:run,test shebangfix +USES= cmake:testing compiler:c++11-lang python:run shebangfix USE_LDCONFIG= yes USE_GITHUB= yes @@ -39,8 +39,7 @@ VULKAN_BUILD_DEPENDS= glslc:graphics/shaderc \ vulkan-headers>0:graphics/vulkan-headers VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -BINARY_ALIAS= git=false \ - python3=${PYTHON_CMD} +BINARY_ALIAS= git=false do-test-ci: # build of tests fails, see https://github.com/ggerganov/llama.cpp/issues/10955 @cd ${WRKSRC} && \