summaryrefslogtreecommitdiff
path: root/sci-ml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-10 03:04:52 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-10 03:04:52 -0500
commit1160c54c5acbfd332d8757e926627ae58c982459 (patch)
tree1b77233142ee428a8bb175ab467fc16086f9d41c /sci-ml
parent92f6d12bf21434879bac739a9c4c7d9924ce3bad (diff)
downloadbaldeagleos-repo-1160c54c5acbfd332d8757e926627ae58c982459.tar.gz
baldeagleos-repo-1160c54c5acbfd332d8757e926627ae58c982459.tar.xz
baldeagleos-repo-1160c54c5acbfd332d8757e926627ae58c982459.zip
Adding metadata
Diffstat (limited to 'sci-ml')
-rw-r--r--sci-ml/gloo/gloo-2025.12.02.ebuild4
-rw-r--r--sci-ml/huggingface_hub/huggingface_hub-1.26.0-r1.ebuild (renamed from sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild)5
2 files changed, 4 insertions, 5 deletions
diff --git a/sci-ml/gloo/gloo-2025.12.02.ebuild b/sci-ml/gloo/gloo-2025.12.02.ebuild
index 2c8f9940a611..427e691b67f2 100644
--- a/sci-ml/gloo/gloo-2025.12.02.ebuild
+++ b/sci-ml/gloo/gloo-2025.12.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,7 +25,7 @@ PYTORCH_S="${WORKDIR}"/${PYTORCH_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="cuda libuv mpi redis rocm ssl test"
RDEPEND="
diff --git a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild b/sci-ml/huggingface_hub/huggingface_hub-1.26.0-r1.ebuild
index 3e6fd2404c12..56cbeaf54a5c 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-1.26.0-r1.ebuild
@@ -19,6 +19,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="torch"
+REQUIRED_USE="test? ( torch )"
RDEPEND="
$(python_gen_cond_dep '
@@ -38,14 +39,12 @@ RDEPEND="
)
')
torch? (
- sci-ml/caffe2[${PYTHON_SINGLE_USEDEP}]
- sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
+ >=sci-ml/pytorch-2.13.0[${PYTHON_SINGLE_USEDEP},gloo]
)
"
BDEPEND="
test? (
- sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
dev-vcs/git-lfs
$(python_gen_cond_dep '
dev-python/jedi[${PYTHON_USEDEP}]