ollama/reproducible.patch
Eyad Issa 16f46deeb3 - Removed 01-build-verbose.patch: embedded GOFLAG into .spec file
- Disabled reproducible.patch: should be not needed, as .gz is
  not produced anymore
- Update to version 0.5.7:

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=72
2025-01-17 00:02:27 +00:00

14 lines
500 B
Diff

diff --git a/llama/make/Makefile.default b/llama/make/Makefile.default
index 6a9b9ef..2ab7dfe 100644
--- a/llama/make/Makefile.default
+++ b/llama/make/Makefile.default
@@ -42,7 +42,7 @@ $(RUNNERS_DIST_DIR)/%: $(RUNNERS_BUILD_DIR)/%
$(RUNNERS_PAYLOAD_DIR)/%/ollama_llama_server$(EXE_EXT).gz: $(RUNNERS_BUILD_DIR)/%/ollama_llama_server$(EXE_EXT)
@-mkdir -p $(dir $@)
- ${GZIP} --best -c $< > $@
+ ${GZIP} -n --best -c $< > $@
clean:
rm -f $(BUILD_RUNNERS) $(DIST_RUNNERS) $(PAYLOAD_RUNNERS)