forked from Lainports/freebsd-ports
misc/koboldcpp: update 1.83 → 1.83.1
Reported by: portscout
This commit is contained in:
parent
12741cf87a
commit
9a9eecf2da
3 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= koboldcpp
|
PORTNAME= koboldcpp
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.83
|
DISTVERSION= 1.83.1
|
||||||
CATEGORIES= misc # machine-learning
|
CATEGORIES= misc # machine-learning
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1739080679
|
TIMESTAMP = 1739169567
|
||||||
SHA256 (LostRuins-koboldcpp-v1.83_GH0.tar.gz) = 1289652de864782e248a8a5f12b065e2a3f97f2b938ab482cbc72709bf1a6862
|
SHA256 (LostRuins-koboldcpp-v1.83.1_GH0.tar.gz) = 7a9035f240e94c474d7c974ed6dd2210a02e80545d79de46e11a66787e7e6ab3
|
||||||
SIZE (LostRuins-koboldcpp-v1.83_GH0.tar.gz) = 31793378
|
SIZE (LostRuins-koboldcpp-v1.83.1_GH0.tar.gz) = 31806919
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
--- Makefile.orig 2025-02-07 18:11:10 UTC
|
--- Makefile.orig 2025-02-09 08:59:56 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -45,8 +45,8 @@ endif
|
@@ -45,8 +45,8 @@ endif
|
||||||
#
|
#
|
||||||
|
|
||||||
# keep standard at C11 and C++17
|
# keep standard at C11 and C++17
|
||||||
-CFLAGS ?=
|
-CFLAGS =
|
||||||
-CXXFLAGS ?=
|
-CXXFLAGS =
|
||||||
+CFLAGS ?= $(PRESET_CFLAGS)
|
+CFLAGS = $(PRESET_CFLAGS)
|
||||||
+CXXFLAGS ?= $(PRESET_CXXFLAGS)
|
+CXXFLAGS = $(PRESET_CXXFLAGS)
|
||||||
ifdef KCPP_DEBUG
|
ifdef KCPP_DEBUG
|
||||||
CFLAGS = -g -O0
|
CFLAGS = -g -O0
|
||||||
CXXFLAGS = -g -O0
|
CXXFLAGS = -g -O0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue