Commit Graph

15 Commits

Author SHA1 Message Date
xfzv
b85070a5cf app-misc/ollama: sync systemd service with upstream
ref: 25248f4bd5
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-03-12 23:28:08 +01:00
Ivan Lloro
76b354dcd7 app-misc/ollama: Removed obsolete patch which was halting package compilation
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
2025-03-08 11:21:37 +00:00
James McGeehan IV
d0c98d31d8 app-misc/ollama: install systemd service file
The ollama documentation refers to a systemd service file to start
the service here:
https://github.com/ollama/ollama/blob/main/docs/linux.md

Signed-off-by: James McGeehan IV <bivsk@tutanota.com>
2025-02-13 04:03:40 -05:00
Paul Zander
e39750a3bb app-misc/ollama: mark executables as exacutable
The build system has exectuables in /usr/lib/ollama/runners/rocm/ ...

Bug: https://bugs.gentoo.org/946268#c17
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-02-09 18:40:59 +01:00
Paul Zander
370f55c302 app-misc/ollama: take over maintainership
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-02-08 22:42:29 +01:00
Paul Zander
ee54de8ccc app-misc/ollama: update 9999
Closes: https://bugs.gentoo.org/948424
Closes: https://bugs.gentoo.org/935842
Closes: https://bugs.gentoo.org/920301
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-02-08 22:42:29 +01:00
Paul Zander
0e23d43658 app-misc/ollama: update to 0.5.7-r1
Bug: https://bugs.gentoo.org/948424
Bug: https://bugs.gentoo.org/935842
Closes: https://bugs.gentoo.org/920301
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-02-08 22:42:29 +01:00
Yahor Berdnikau
1879435c4a app-misc/ollama: keyword 0.5.7 for ~amd64
Bug: https://bugs.gentoo.org/946268
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2025-01-31 20:13:09 +01:00
Yahor Berdnikau
bfaa93dcac app-misc/ollama: add 0.5.7
Bug: https://bugs.gentoo.org/946268
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2025-01-31 19:40:59 +01:00
Yahor Berdnikau
ac646f42de app-misc/ollama: Fixes build due to the upstream build system changes
Bug: https://bugs.gentoo.org/946268
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2025-01-26 10:02:59 +01:00
Eric Joldasov
2289aca2d8 app-misc/ollama: bump minimum Go version to 1.23.4
Fixes this error:

```
go mod vendor
go: go.mod requires go >= 1.23.4 (running go 1.23.3; GOTOOLCHAIN=local)
 * ERROR: app-misc/ollama-9999::guru failed (unpack phase):
 *   go mod vendor failed
```

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
2024-12-13 00:34:04 +05:00
Anna (cybertailor) Vyalkova
6df145813b Revert "app-misc/ollama: Add missing keyword for AMD64"
No keywords on live ebuilds.

This reverts commit 9be74c9532.

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-09-19 16:58:14 +05:00
Ivan Lloro
9be74c9532 app-misc/ollama: Add missing keyword for AMD64
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
2024-09-19 13:27:25 +02:00
Lucio Sauer
5614ba834e app-misc/ollama: create log dir for ollama user in "${ED}"
Fixes build and improves package, because there's no need for Portage to
track and potentially remove individual log files upon package removal.

Fixes: f6b23710f8
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-07-12 02:33:51 +02:00
Lucio Sauer
fe3d951dfa app-misc/ollama: move from dev-ml to app-misc
Could be moved into a new category together with other end user programs
related to machine learning in the future.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-07-11 14:10:29 +02:00