commit: 3d7484f0c1add3144906e7b29cb4a7bb5d230d44
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 16:38:09 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 16:49:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7484f0
sci-ml/*: mv sci-libs/XNNPACK to sci-ml/
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
profiles/updates/1Q-2025 | 1 +
{sci-libs => sci-ml}/XNNPACK/Manifest | 0
{sci-libs => sci-ml}/XNNPACK/XNNPACK-2024.02.29.ebuild | 2 +-
{sci-libs => sci-ml}/XNNPACK/XNNPACK-2024.11.08.ebuild | 0
{sci-libs => sci-ml}/XNNPACK/files/XNNPACK-2022.02.17-gentoo.patch | 0
{sci-libs => sci-ml}/XNNPACK/files/XNNPACK-2024.11.08-gentoo.patch | 0
{sci-libs => sci-ml}/XNNPACK/metadata.xml | 0
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 +-
11 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/profiles/updates/1Q-2025 b/profiles/updates/1Q-2025
index 63b2699a8280..d60fc8af7c6b 100644
--- a/profiles/updates/1Q-2025
+++ b/profiles/updates/1Q-2025
@@ -20,3 +20,4 @@ move sci-libs/NNPACK sci-ml/NNPACK
move sci-libs/onnx sci-ml/onnx
move sci-libs/seqeval sci-ml/seqeval
move sci-libs/tensorpipe sci-ml/tensorpipe
+move sci-libs/XNNPACK sci-ml/XNNPACK
diff --git a/sci-libs/XNNPACK/Manifest b/sci-ml/XNNPACK/Manifest
similarity index 100%
rename from sci-libs/XNNPACK/Manifest
rename to sci-ml/XNNPACK/Manifest
diff --git a/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild
b/sci-ml/XNNPACK/XNNPACK-2024.02.29.ebuild
similarity index 97%
rename from sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild
rename to sci-ml/XNNPACK/XNNPACK-2024.02.29.ebuild
index a59ac4887be9..00f1e5343521 100644
--- a/sci-libs/XNNPACK/XNNPACK-2024.02.29.ebuild
+++ b/sci-ml/XNNPACK/XNNPACK-2024.02.29.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/XNNPACK/XNNPACK-2024.11.08.ebuild
b/sci-ml/XNNPACK/XNNPACK-2024.11.08.ebuild
similarity index 100%
rename from sci-libs/XNNPACK/XNNPACK-2024.11.08.ebuild
rename to sci-ml/XNNPACK/XNNPACK-2024.11.08.ebuild
diff --git a/sci-libs/XNNPACK/files/XNNPACK-2022.02.17-gentoo.patch
b/sci-ml/XNNPACK/files/XNNPACK-2022.02.17-gentoo.patch
similarity index 100%
rename from sci-libs/XNNPACK/files/XNNPACK-2022.02.17-gentoo.patch
rename to sci-ml/XNNPACK/files/XNNPACK-2022.02.17-gentoo.patch
diff --git a/sci-libs/XNNPACK/files/XNNPACK-2024.11.08-gentoo.patch
b/sci-ml/XNNPACK/files/XNNPACK-2024.11.08-gentoo.patch
similarity index 100%
rename from sci-libs/XNNPACK/files/XNNPACK-2024.11.08-gentoo.patch
rename to sci-ml/XNNPACK/files/XNNPACK-2024.11.08-gentoo.patch
diff --git a/sci-libs/XNNPACK/metadata.xml b/sci-ml/XNNPACK/metadata.xml
similarity index 100%
rename from sci-libs/XNNPACK/metadata.xml
rename to sci-ml/XNNPACK/metadata.xml
diff --git a/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild
b/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild
index 98f0714635aa..c39f5f735c56 100644
--- a/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild
+++ b/sci-ml/caffe2/caffe2-2.4.1-r4.ebuild
@@ -93,7 +93,7 @@ RDEPEND="
sci-ml/tensorpipe[cuda?]
dev-cpp/cpp-httplib
)
- xnnpack? ( >=sci-libs/XNNPACK-2024.02.29 )
+ xnnpack? ( sci-ml/XNNPACK )
mkl? ( sci-libs/mkl )
openblas? ( sci-libs/openblas )
"
diff --git a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild
b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild
index 02b917da5157..f810c840bdf8 100644
--- a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild
+++ b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild
@@ -90,7 +90,7 @@ RDEPEND="
sci-ml/tensorpipe[cuda?]
dev-cpp/cpp-httplib
)
- xnnpack? ( ~sci-libs/XNNPACK-2024.02.29 )
+ xnnpack? ( ~sci-ml/XNNPACK-2024.02.29 )
mkl? ( sci-libs/mkl )
openblas? ( sci-libs/openblas )
"
diff --git a/sci-ml/caffe2/caffe2-2.6.0.ebuild
b/sci-ml/caffe2/caffe2-2.6.0.ebuild
index a23bfb7e0292..73229cdb71c8 100644
--- a/sci-ml/caffe2/caffe2-2.6.0.ebuild
+++ b/sci-ml/caffe2/caffe2-2.6.0.ebuild
@@ -90,7 +90,7 @@ RDEPEND="
sci-ml/tensorpipe[cuda?]
dev-cpp/cpp-httplib
)
- xnnpack? ( >=sci-libs/XNNPACK-2024.02.29 )
+ xnnpack? ( sci-ml/XNNPACK )
mkl? ( sci-libs/mkl )
openblas? ( sci-libs/openblas )
"
diff --git a/sci-ml/caffe2/metadata.xml b/sci-ml/caffe2/metadata.xml
index 040c7317c8a7..7f6be2cd8046 100644
--- a/sci-ml/caffe2/metadata.xml
+++ b/sci-ml/caffe2/metadata.xml
@@ -18,7 +18,7 @@
<flag name="openmp">Use OpenMP for parallel code</flag>
<flag name="qnnpack">Use QNNPACK</flag>
<flag name="rocm">Enable ROCm gpu computing support</flag>
- <flag name="xnnpack">Use XNNPACK</flag>
+ <flag name="xnnpack">Use <pkg>sci-ml/XNNPACK</pkg></flag>
</use>
<upstream>
<remote-id type="github">pytorch/pytorch</remote-id>