From 3b1e713459ea0f7bbf759848bd87163cf9ac84a9 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Fri, 7 Mar 2025 20:19:24 +0000 Subject: [PATCH] ALT: gear-submodule-update --- .gear/llama.cpp.spec | 2 ++ .gear/rules | 1 + .gear/tags/list | 1 + 3 files changed, 4 insertions(+) create mode 100644 .gear/tags/list diff --git a/.gear/llama.cpp.spec b/.gear/llama.cpp.spec index fdbe5c509..eaaaca41d 100644 --- a/.gear/llama.cpp.spec +++ b/.gear/llama.cpp.spec @@ -15,6 +15,7 @@ Requires: libllama = %EVR ExclusiveArch: aarch64 x86_64 Source: %name-%version.tar +Source1: kompute-0.tar AutoReqProv: nopython3 Requires: python3 @@ -88,6 +89,7 @@ Requires: libllama = %EVR %prep %setup +tar xf %SOURCE1 -C ggml/src/ggml-kompute cat <<-EOF >> cmake/build-info.cmake set(BUILD_NUMBER %version) set(BUILD_COMMIT "%release") diff --git a/.gear/rules b/.gear/rules index d86f323c0..77f3e7151 100644 --- a/.gear/rules +++ b/.gear/rules @@ -1,2 +1,3 @@ tar: . spec: .gear/llama.cpp.spec +tar: submodule/kompute-0:. name=kompute-0 base=kompute diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 000000000..349489434 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +4565194ed7c32d1d2efa32ceab4d3c6cae006306 submodule/kompute-0