pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/llama.cpp: Use valid flag for USE_CXX_FEATURES
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Tue Dec 24 22:59:41 2024 +0900
Changeset: 1f3a03cc89c32abce4d13ec19cbb1af119d966c6
Modified Files:
llama.cpp/Makefile
Log Message:
wip/llama.cpp: Use valid flag for USE_CXX_FEATURES
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f3a03cc89c32abce4d13ec19cbb1af119d966c6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llama.cpp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile
index e5139b6e77..fc7a6e5e1a 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -13,7 +13,7 @@ LICENSE= mit
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
-USE_CXX_FEATURES= gnu++17
+USE_CXX_FEATURES= c++17
BLAS_INDEX64= yes
BLAS_ACCEPTED= openblas_pthread #openblas_openmp
Home |
Main Index |
Thread Index |
Old Index