commit: 50552dd62690a7959e28caabd922a7566900b105 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 12:51:44 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Mar 15 12:52:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50552dd6
sci-ml/*: mv sci-libs/gloo to sci-ml/ Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/updates/1Q-2025 | 1 + sci-ml/caffe2/caffe2-2.4.1-r4.ebuild | 2 +- sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 2 +- sci-ml/caffe2/caffe2-2.6.0.ebuild | 2 +- sci-ml/caffe2/metadata.xml | 2 +- {sci-libs => sci-ml}/gloo/Manifest | 0 {sci-libs => sci-ml}/gloo/files/gloo-2022.05.18-gentoo.patch | 0 {sci-libs => sci-ml}/gloo/files/gloo-2023.01.17-cuda.patch | 0 {sci-libs => sci-ml}/gloo/files/gloo-2023.01.17-ssl3.patch | 0 {sci-libs => sci-ml}/gloo/files/gloo-2023.12.03-gcc15.patch | 0 {sci-libs => sci-ml}/gloo/gloo-2023.07.19.ebuild | 2 +- {sci-libs => sci-ml}/gloo/gloo-2023.12.03.ebuild | 2 +- {sci-libs => sci-ml}/gloo/metadata.xml | 0 13 files changed, 7 insertions(+), 6 deletions(-) diff --git a/profiles/updates/1Q-2025 b/profiles/updates/1Q-2025 index 70d580dc6f53..49ab609414b3 100644 --- a/profiles/updates/1Q-2025 +++ b/profiles/updates/1Q-2025 @@ -12,3 +12,4 @@ move sci-libs/torchvision sci-ml/torchvision move sci-libs/pytorch sci-ml/pytorch move sci-libs/caffe2 sci-ml/caffe2 move sci-libs/foxi sci-ml/foxi +move sci-libs/gloo sci-ml/gloo diff --git a/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild b/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild index 2aec3042621a..7b0c03fa6d86 100644 --- a/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild +++ b/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild @@ -57,7 +57,7 @@ RDEPEND=" <dev-util/nvidia-cuda-toolkit-12.5:=[profiler] ) fbgemm? ( >=dev-libs/FBGEMM-2023.12.01 ) - gloo? ( sci-libs/gloo[cuda?] ) + gloo? ( sci-ml/gloo[cuda?] ) mpi? ( virtual/mpi ) nnpack? ( sci-libs/NNPACK ) numpy? ( $(python_gen_cond_dep ' diff --git a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild index 1193efb68eac..1612f38ece30 100644 --- a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild +++ b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild @@ -54,7 +54,7 @@ RDEPEND=" dev-util/nvidia-cuda-toolkit:=[profiler] ) fbgemm? ( >=dev-libs/FBGEMM-2023.12.01 ) - gloo? ( sci-libs/gloo[cuda?] ) + gloo? ( sci-ml/gloo[cuda?] ) mpi? ( virtual/mpi ) nnpack? ( sci-libs/NNPACK ) numpy? ( $(python_gen_cond_dep ' diff --git a/sci-ml/caffe2/caffe2-2.6.0.ebuild b/sci-ml/caffe2/caffe2-2.6.0.ebuild index 271c2fe5c180..629ecb0fcae5 100644 --- a/sci-ml/caffe2/caffe2-2.6.0.ebuild +++ b/sci-ml/caffe2/caffe2-2.6.0.ebuild @@ -54,7 +54,7 @@ RDEPEND=" dev-util/nvidia-cuda-toolkit:=[profiler] ) fbgemm? ( >=dev-libs/FBGEMM-2023.12.01 ) - gloo? ( sci-libs/gloo[cuda?] ) + gloo? ( sci-ml/gloo[cuda?] ) mpi? ( virtual/mpi ) nnpack? ( sci-libs/NNPACK ) numpy? ( $(python_gen_cond_dep ' diff --git a/sci-ml/caffe2/metadata.xml b/sci-ml/caffe2/metadata.xml index cef968bc82ed..d135fb7441bd 100644 --- a/sci-ml/caffe2/metadata.xml +++ b/sci-ml/caffe2/metadata.xml @@ -9,7 +9,7 @@ <flag name="distributed">Support distributed applications</flag> <flag name="fbgemm">Use FBGEMM</flag> <flag name="flash">Enable flash attention</flag> - <flag name="gloo">Use sci-libs/gloo</flag> + <flag name="gloo">Use <pkg>sci-ml/gloo</pkg></flag> <flag name="mkl">Use <pkg>sci-libs/mkl</pkg> for blas, lapack and sparse blas routines</flag> <flag name="nnpack">Use NNPACK</flag> <flag name="numpy">Add support for math operations through numpy</flag> diff --git a/sci-libs/gloo/Manifest b/sci-ml/gloo/Manifest similarity index 100% rename from sci-libs/gloo/Manifest rename to sci-ml/gloo/Manifest diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch b/sci-ml/gloo/files/gloo-2022.05.18-gentoo.patch similarity index 100% rename from sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch rename to sci-ml/gloo/files/gloo-2022.05.18-gentoo.patch diff --git a/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch b/sci-ml/gloo/files/gloo-2023.01.17-cuda.patch similarity index 100% rename from sci-libs/gloo/files/gloo-2023.01.17-cuda.patch rename to sci-ml/gloo/files/gloo-2023.01.17-cuda.patch diff --git a/sci-libs/gloo/files/gloo-2023.01.17-ssl3.patch b/sci-ml/gloo/files/gloo-2023.01.17-ssl3.patch similarity index 100% rename from sci-libs/gloo/files/gloo-2023.01.17-ssl3.patch rename to sci-ml/gloo/files/gloo-2023.01.17-ssl3.patch diff --git a/sci-libs/gloo/files/gloo-2023.12.03-gcc15.patch b/sci-ml/gloo/files/gloo-2023.12.03-gcc15.patch similarity index 100% rename from sci-libs/gloo/files/gloo-2023.12.03-gcc15.patch rename to sci-ml/gloo/files/gloo-2023.12.03-gcc15.patch diff --git a/sci-libs/gloo/gloo-2023.07.19.ebuild b/sci-ml/gloo/gloo-2023.07.19.ebuild similarity index 97% rename from sci-libs/gloo/gloo-2023.07.19.ebuild rename to sci-ml/gloo/gloo-2023.07.19.ebuild index e7f134898b96..799ab0e7fd1c 100644 --- a/sci-libs/gloo/gloo-2023.07.19.ebuild +++ b/sci-ml/gloo/gloo-2023.07.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/sci-libs/gloo/gloo-2023.12.03.ebuild b/sci-ml/gloo/gloo-2023.12.03.ebuild similarity index 97% rename from sci-libs/gloo/gloo-2023.12.03.ebuild rename to sci-ml/gloo/gloo-2023.12.03.ebuild index bb2bc3e914c1..0d848c6124d3 100644 --- a/sci-libs/gloo/gloo-2023.12.03.ebuild +++ b/sci-ml/gloo/gloo-2023.12.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/sci-libs/gloo/metadata.xml b/sci-ml/gloo/metadata.xml similarity index 100% rename from sci-libs/gloo/metadata.xml rename to sci-ml/gloo/metadata.xml