diff options
Diffstat (limited to 'misc/ggml/Makefile')
-rw-r--r-- | misc/ggml/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/misc/ggml/Makefile b/misc/ggml/Makefile index b332c2d881c5..e6fc07539662 100644 --- a/misc/ggml/Makefile +++ b/misc/ggml/Makefile @@ -1,5 +1,6 @@ PORTNAME= ggml -DISTVERSION= g20250828 +DISTVERSION= g20250916 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -12,12 +13,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++17-lang python:run shebangfix USE_LDCONFIG= yes +BROKEN_i386= compilation fails: LLVM ERROR: out of memory + USE_GITHUB= yes GH_ACCOUNT= ggerganov -GH_TAGNAME= 83835ff +GH_TAGNAME= 978f6e1 CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_OFF= GGML_BUILD_TESTS GGML_BUILD_EXAMPLES +CMAKE_OFF= GGML_BUILD_TESTS \ + GGML_BUILD_EXAMPLES \ + GGML_NATIVE \ + GGML_SSE42 \ + GGML_AVX \ + GGML_AVX2 \ + GGML_BMI2 \ + GGML_FMA \ + GGML_F16C CMAKE_TESTING_ON= GGML_BUILD_TESTS BINARY_ALIAS= git=false |