* [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/
@ 2022-05-18 17:19 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2022-05-18 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 4c5553aa9d176f106a35bcb5505586de84796a43
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 17:18:52 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 18 17:18:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5553aa
sci-libs/NNPACK: remove ebegin eend
Closes: https://bugs.gentoo.org/845366
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/NNPACK/NNPACK-2020.12.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
index 986c10b7a447..9f86918fe2b4 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}"/${PN}-${CommitId}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
python_check_deps() {
- python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]"
+ has_version -b "dev-python/PeachPy[${PYTHON_USEDEP}]"
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/
@ 2022-12-16 9:56 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2022-12-16 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 5c097ef8941c4e886f9bf1e71e4787bb92b3262d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 09:54:17 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 09:55:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c097ef8
sci-libs/NNPACK: PythonHasVersionUsage
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/NNPACK/NNPACK-2020.12.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
index 9f86918fe2b4..986c10b7a447 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}"/${PN}-${CommitId}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
python_check_deps() {
- has_version -b "dev-python/PeachPy[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]"
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/
@ 2023-01-11 8:26 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-01-11 8:26 UTC (permalink / raw
To: gentoo-commits
commit: b7141ffbc5d0aecdaea3c1d2b95a7b851a28523d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 08:21:25 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 08:25:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7141ffb
sci-libs/NNPACK: drop changes to optimization option
Closes: https://bugs.gentoo.org/886357
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/NNPACK/NNPACK-2020.12.22.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
index 986c10b7a447..f8a9435a32cb 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -44,6 +44,11 @@ python_check_deps() {
python_has_version "dev-python/PeachPy[${PYTHON_USEDEP}]"
}
+src_prepare() {
+ sed -i -e "/-O/d" CMakeLists.txt || die
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DNNPACK_BUILD_TESTS=$(usex test ON OFF)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/
@ 2023-02-20 7:38 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-02-20 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 7ca43a093fc4fdb32642c502cce8369d2fd40298
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 07:36:49 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 07:37:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca43a09
sci-libs/NNPACK: python 3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../NNPACK/{NNPACK-2020.12.22.ebuild => NNPACK-2020.12.22-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild
similarity index 96%
rename from sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
rename to sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild
index 94f8440399a2..f5318ec8a18d 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-any-r1
CommitId=c07e3a0400713d546e0dea2d5466dd22ea389c73
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/
@ 2024-01-01 10:26 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-01-01 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 0f56202eb57b2889775aa3fe4ad1eae88ee59a56
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 10:25:26 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 10:26:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f56202e
sci-libs/NNPACK: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{NNPACK-2020.12.22-r1.ebuild => NNPACK-2020.12.22-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
similarity index 93%
rename from sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild
rename to sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
index f5318ec8a18d..0a02ea5ce21e 100644
--- a/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild
+++ b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake python-any-r1
CommitId=c07e3a0400713d546e0dea2d5466dd22ea389c73
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-01 10:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 7:38 [gentoo-commits] repo/gentoo:master commit in: sci-libs/NNPACK/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-01-01 10:26 Alfredo Tupone
2023-01-11 8:26 Alfredo Tupone
2022-12-16 9:56 Alfredo Tupone
2022-05-18 17:19 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox