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