commit: d3c8289ac3334d951357c2ad54545bc134648370
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 20:43:39 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 20:45:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3c8289a
sci-ml/ollama: use hip -> rocm
Fixes: b4149d3fdc886c847c50a5c2e5b950716bc7d9d7
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
sci-ml/ollama/ollama-0.12.3.ebuild | 2 +-
sci-ml/ollama/ollama-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-ml/ollama/ollama-0.12.3.ebuild
b/sci-ml/ollama/ollama-0.12.3.ebuild
index e180d3d88b..555959976c 100644
--- a/sci-ml/ollama/ollama-0.12.3.ebuild
+++ b/sci-ml/ollama/ollama-0.12.3.ebuild
@@ -95,7 +95,7 @@ pkg_pretend() {
}
pkg_setup() {
- if use hip; then
+ if use rocm; then
linux-info_pkg_setup
if linux-info_get_any_version && linux_config_exists; then
if ! linux_chkconfig_present HSA_AMD_SVM; then
diff --git a/sci-ml/ollama/ollama-9999.ebuild b/sci-ml/ollama/ollama-9999.ebuild
index e180d3d88b..555959976c 100644
--- a/sci-ml/ollama/ollama-9999.ebuild
+++ b/sci-ml/ollama/ollama-9999.ebuild
@@ -95,7 +95,7 @@ pkg_pretend() {
}
pkg_setup() {
- if use hip; then
+ if use rocm; then
linux-info_pkg_setup
if linux-info_get_any_version && linux_config_exists; then
if ! linux_chkconfig_present HSA_AMD_SVM; then