* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2023-02-13 22:16 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2023-02-13 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 22:16:25 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 22:16:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ef98df
sci-libs/kineto: drop 2021.11.17
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 -
sci-libs/kineto/kineto-2021.11.17.ebuild | 42 --------------------------------
2 files changed, 43 deletions(-)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index 16d4c81d737e..c2d3d9cba92f 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,2 +1 @@
DIST kineto-0.4.0.tar.gz 8190627 BLAKE2B 015017096b6a01b2f2172580884aef6c57df0d33c3d8904c959acc7f7dcc36386f72acb9a672571fa25b7f74c1d2d763692b8cc5a634a73ac143819f811737df SHA512 4a3cbf2f29aa174b9a67f55d0f4e7b8d952ed5dba612f33d144a4d019055031e2a6ff8c98ef1971bf2508460cb871dace38bfc669c10c076cc42d685a1842d86
-DIST kineto-2021.11.17.tar.gz 7497956 BLAKE2B b15573ab63ed0f2e09658a2d7fdd0746a659eb61ca48e996ef471f56af0be3a2778be8c1e93af69efe9d35e52090711ea7cce433988fa3ef1b7c9be8087bfda6 SHA512 bf237e66e44da9fbdf90e7bbf347ae68453cebb3c34c753472eeeeca27d22c0fa1e672dc148ec6394108146d10d1ee77d420cdc2397902fe457aa085643b9714
diff --git a/sci-libs/kineto/kineto-2021.11.17.ebuild b/sci-libs/kineto/kineto-2021.11.17.ebuild
deleted file mode 100644
index 0fe2700a8462..000000000000
--- a/sci-libs/kineto/kineto-2021.11.17.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-any-r1 cmake
-
-CommitId=659a7f99ee737103273ef60551bfe1611c2d2cba
-
-DESCRIPTION="part of the PyTorch Profiler"
-HOMEPAGE="https://github.com/pytorch/kineto"
-SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- dev-libs/libfmt
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? ( dev-cpp/gtest )
- ${PYTHON_DEPS}
-"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}"/${PN}-${CommitId}
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-gentoo.patch
- cd libkineto
- cmake_src_prepare
-}
-
-src_configure() {
- cd libkineto
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2023-02-13 22:16 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2023-02-13 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 35b5e314c699fe1b4ff547f301938fd603fdd764
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 22:15:30 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 22:15:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b5e314
sci-libs/kineto: add 0.4.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 +
sci-libs/kineto/kineto-0.4.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index f95e98c70918..16d4c81d737e 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1 +1,2 @@
+DIST kineto-0.4.0.tar.gz 8190627 BLAKE2B 015017096b6a01b2f2172580884aef6c57df0d33c3d8904c959acc7f7dcc36386f72acb9a672571fa25b7f74c1d2d763692b8cc5a634a73ac143819f811737df SHA512 4a3cbf2f29aa174b9a67f55d0f4e7b8d952ed5dba612f33d144a4d019055031e2a6ff8c98ef1971bf2508460cb871dace38bfc669c10c076cc42d685a1842d86
DIST kineto-2021.11.17.tar.gz 7497956 BLAKE2B b15573ab63ed0f2e09658a2d7fdd0746a659eb61ca48e996ef471f56af0be3a2778be8c1e93af69efe9d35e52090711ea7cce433988fa3ef1b7c9be8087bfda6 SHA512 bf237e66e44da9fbdf90e7bbf347ae68453cebb3c34c753472eeeeca27d22c0fa1e672dc148ec6394108146d10d1ee77d420cdc2397902fe457aa085643b9714
diff --git a/sci-libs/kineto/kineto-0.4.0.ebuild b/sci-libs/kineto/kineto-0.4.0.ebuild
new file mode 100644
index 000000000000..60ac97c00887
--- /dev/null
+++ b/sci-libs/kineto/kineto-0.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit python-any-r1 cmake
+
+DESCRIPTION="part of the PyTorch Profiler"
+HOMEPAGE="https://github.com/pytorch/kineto"
+SRC_URI="https://github.com/pytorch/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ dev-libs/libfmt
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? ( dev-cpp/gtest )
+ ${PYTHON_DEPS}
+"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ eapply "${FILESDIR}"/${PN}-2021.11.17-gentoo.patch
+ cd libkineto
+ cmake_src_prepare
+}
+
+src_configure() {
+ cd libkineto
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2024-01-02 13:16 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2024-01-02 13:16 UTC (permalink / raw
To: gentoo-commits
commit: c565caa04db4a7e5013bee4eb4709ca0dbf85458
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 13:16:03 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 13:16:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c565caa0
sci-libs/kineto: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 -
sci-libs/kineto/kineto-0.4.0.ebuild | 42 ----------------------
...031.ebuild => kineto-0.4.0_p20231031-r1.ebuild} | 4 +--
3 files changed, 2 insertions(+), 45 deletions(-)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index 3c8e81362366..903e9a85559e 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,2 +1 @@
-DIST kineto-0.4.0.tar.gz 8190627 BLAKE2B 015017096b6a01b2f2172580884aef6c57df0d33c3d8904c959acc7f7dcc36386f72acb9a672571fa25b7f74c1d2d763692b8cc5a634a73ac143819f811737df SHA512 4a3cbf2f29aa174b9a67f55d0f4e7b8d952ed5dba612f33d144a4d019055031e2a6ff8c98ef1971bf2508460cb871dace38bfc669c10c076cc42d685a1842d86
DIST kineto-0.4.0_p20231031.tar.gz 8234532 BLAKE2B 11ff60f865a09f651facdb9752d9cb401f89d36d72f977b79fd35a128fe6666c6cba6aaaf8119a939d1e26b30dff55d8d30f484c7d9fb4ab626327f2bd574bf4 SHA512 48421d9a6f4487112f37222350b33a171fc0e2119fa4636380e6ecb6574300576325d5c21affc8ab3b9769264ab549918fa2c4e5fee2c2e24c09c1f3f87f3444
diff --git a/sci-libs/kineto/kineto-0.4.0.ebuild b/sci-libs/kineto/kineto-0.4.0.ebuild
deleted file mode 100644
index 2282c4406855..000000000000
--- a/sci-libs/kineto/kineto-0.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-any-r1 cmake
-
-DESCRIPTION="part of the PyTorch Profiler"
-HOMEPAGE="https://github.com/pytorch/kineto"
-SRC_URI="https://github.com/pytorch/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- dev-libs/libfmt
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? ( dev-cpp/gtest )
- ${PYTHON_DEPS}
-"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2021.11.17-gentoo.patch
- "${FILESDIR}"/${P}-gcc13.patch
-)
-
-src_prepare() {
- cd libkineto
- cmake_src_prepare
-}
-
-src_configure() {
- cd libkineto
- cmake_src_configure
-}
diff --git a/sci-libs/kineto/kineto-0.4.0_p20231031.ebuild b/sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild
similarity index 92%
rename from sci-libs/kineto/kineto-0.4.0_p20231031.ebuild
rename to sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild
index aa8b2eea8a00..b03ddc912224 100644
--- a/sci-libs/kineto/kineto-0.4.0_p20231031.ebuild
+++ b/sci-libs/kineto/kineto-0.4.0_p20231031-r1.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 python-any-r1 cmake prefix
CommitId=a30ca3f9509c2cfd28561abbca51328f0bdf9014
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2024-01-21 12:56 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2024-01-21 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 7bc5ee69fda2277259e0834e9e20ff9669fb861f
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 12:56:01 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 12:56:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc5ee69
sci-libs/kineto: add 0.4.0_p20231127, drop 0.4.0_p20231031-r1
Closes: https://bugs.gentoo.org/908397
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 2 +-
...kineto-0.4.0_p20231031-r1.ebuild => kineto-0.4.0_p20231127.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index 903e9a85559e..5306787a3e16 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1 +1 @@
-DIST kineto-0.4.0_p20231031.tar.gz 8234532 BLAKE2B 11ff60f865a09f651facdb9752d9cb401f89d36d72f977b79fd35a128fe6666c6cba6aaaf8119a939d1e26b30dff55d8d30f484c7d9fb4ab626327f2bd574bf4 SHA512 48421d9a6f4487112f37222350b33a171fc0e2119fa4636380e6ecb6574300576325d5c21affc8ab3b9769264ab549918fa2c4e5fee2c2e24c09c1f3f87f3444
+DIST kineto-0.4.0_p20231127.tar.gz 8234629 BLAKE2B ac6e13340817eb283e387e699e70e5113571b258ee3ebf72f2d4a54a6349be22d84701ddec67fbc72d12be3fb0c321a71c8dd64a7f8a6d679522c49f21304fbc SHA512 316db3db624ae36720c0fcabb81f70c31b94ea64f18bc103aeadb75a25e06e113a774a3ec0c769881960ad61f3c2210172ccde1c451df653e7c430fbe89e4d9a
diff --git a/sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild b/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
similarity index 87%
rename from sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild
rename to sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
index b03ddc912224..3a0dcc58057b 100644
--- a/sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild
+++ b/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
inherit python-any-r1 cmake prefix
-CommitId=a30ca3f9509c2cfd28561abbca51328f0bdf9014
+CommitId=c7aeac02222978e7673ee5381bfcaa6b60d5d69c
DESCRIPTION="part of the PyTorch Profiler"
HOMEPAGE="https://github.com/pytorch/kineto"
@@ -45,7 +45,7 @@ src_configure() {
local mycmakeargs=(
-DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
)
- eapply $(prefixify_ro "${FILESDIR}"/${P}-gentoo.patch)
+ eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
cmake_src_configure
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2024-08-08 16:27 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2024-08-08 16:27 UTC (permalink / raw
To: gentoo-commits
commit: d19faaeaeb03a94746862b82a8820a5fabf72de2
Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Thu Aug 8 01:52:49 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 16:22:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19faaea
sci-libs/kineto: add 0.4.0_p20240525
Changes:
* explicitly disable tests: it requires nvcc (left for nvidia users)
* new version is set to commit for caffe2 2.4.0 submodule
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 +
sci-libs/kineto/kineto-0.4.0_p20240525.ebuild | 51 +++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index 5306787a3e16..ecca9794d523 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1 +1,2 @@
DIST kineto-0.4.0_p20231127.tar.gz 8234629 BLAKE2B ac6e13340817eb283e387e699e70e5113571b258ee3ebf72f2d4a54a6349be22d84701ddec67fbc72d12be3fb0c321a71c8dd64a7f8a6d679522c49f21304fbc SHA512 316db3db624ae36720c0fcabb81f70c31b94ea64f18bc103aeadb75a25e06e113a774a3ec0c769881960ad61f3c2210172ccde1c451df653e7c430fbe89e4d9a
+DIST kineto-0.4.0_p20240525.tar.gz 8243259 BLAKE2B 677529d327254c26000271a6c845356604598fb05ba57befd0e5cbd0f112f6776d2851ea1e2a7671a38ee6cb06df45db68ff0435fcddbf69496db43f5ec1e7ee SHA512 41a08c7da9eea7d12402f80a5550c9d4df79798719cc52b12a507828c8c896ba28a37c35d8adf809ca72589e1d84965d5ef6dd01f3f8dc1c803c5ed67b03a43a
diff --git a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
new file mode 100644
index 000000000000..ecabcbb39cff
--- /dev/null
+++ b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..13} )
+inherit python-any-r1 cmake prefix
+
+CommitId=be1317644c68b4bfc4646024a6b221066e430031
+
+DESCRIPTION="part of the PyTorch Profiler"
+HOMEPAGE="https://github.com/pytorch/kineto"
+SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ dev-libs/libfmt
+ dev-libs/dynolog
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? ( dev-cpp/gtest )
+ ${PYTHON_DEPS}
+"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4.0-gcc13.patch
+)
+
+src_prepare() {
+ cd libkineto
+ cmake_src_prepare
+}
+
+src_configure() {
+ cd libkineto
+ local mycmakeargs=(
+ -DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
+ -DKINETO_BUILD_TESTS=OFF # tests require cuda toolkit
+ )
+ eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2024-08-12 19:43 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2024-08-12 19:43 UTC (permalink / raw
To: gentoo-commits
commit: fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Aug 12 00:16:57 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 19:42:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdffdbae
sci-libs/kineto: disable py3.9
noop change
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38109
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/kineto-0.4.0_p20240525.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
index bf65eb454709..2c0e437f0197 100644
--- a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
+++ b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit python-any-r1 cmake prefix
CommitId=be1317644c68b4bfc4646024a6b221066e430031
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2024-11-06 21:00 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2024-11-06 21:00 UTC (permalink / raw
To: gentoo-commits
commit: e8b922b4248567f93f5df0985c51c028b758c540
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 21:00:18 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 21:00:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b922b4
sci-libs/kineto: add 0.4.0_p20240807, drop 0.4.0_p20231127
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 2 +-
...to-0.4.0_p20231127.ebuild => kineto-0.4.0_p20240807.ebuild} | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index ecca9794d523..e978bd09f2a7 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,2 +1,2 @@
-DIST kineto-0.4.0_p20231127.tar.gz 8234629 BLAKE2B ac6e13340817eb283e387e699e70e5113571b258ee3ebf72f2d4a54a6349be22d84701ddec67fbc72d12be3fb0c321a71c8dd64a7f8a6d679522c49f21304fbc SHA512 316db3db624ae36720c0fcabb81f70c31b94ea64f18bc103aeadb75a25e06e113a774a3ec0c769881960ad61f3c2210172ccde1c451df653e7c430fbe89e4d9a
DIST kineto-0.4.0_p20240525.tar.gz 8243259 BLAKE2B 677529d327254c26000271a6c845356604598fb05ba57befd0e5cbd0f112f6776d2851ea1e2a7671a38ee6cb06df45db68ff0435fcddbf69496db43f5ec1e7ee SHA512 41a08c7da9eea7d12402f80a5550c9d4df79798719cc52b12a507828c8c896ba28a37c35d8adf809ca72589e1d84965d5ef6dd01f3f8dc1c803c5ed67b03a43a
+DIST kineto-0.4.0_p20240807.tar.gz 8263052 BLAKE2B 79a9035939164595f30f55c6cdfdc72ab42fd93d6d8fc63dc028cae50498823916993cb2d856c4b4dc43f4107602e28e8cf70584b4aea4cacda2a700b9e856e3 SHA512 f037fac78e566c40108acf9eace55a8f67a2c5b71f298fd3cd17bf22cf05240c260fd89f017fa411656a7505ec9073a06a3048e191251d5cfc4b52c237b37d0b
diff --git a/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240807.ebuild
similarity index 81%
rename from sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
rename to sci-libs/kineto/kineto-0.4.0_p20240807.ebuild
index 3a0dcc58057b..cda618f24d0a 100644
--- a/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
+++ b/sci-libs/kineto/kineto-0.4.0_p20240807.ebuild
@@ -3,15 +3,16 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit python-any-r1 cmake prefix
-CommitId=c7aeac02222978e7673ee5381bfcaa6b60d5d69c
+CommitId=d9753139d181b9ff42872465aac0e5d3018be415
DESCRIPTION="part of the PyTorch Profiler"
HOMEPAGE="https://github.com/pytorch/kineto"
SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}
LICENSE="BSD"
SLOT="0"
@@ -33,8 +34,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.4.0-gcc13.patch
)
-S="${WORKDIR}"/${PN}-${CommitId}
-
src_prepare() {
cd libkineto
cmake_src_prepare
@@ -44,6 +43,9 @@ src_configure() {
cd libkineto
local mycmakeargs=(
-DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
+ -DKINETO_BUILD_TESTS=OFF # tests require cuda toolkit
+ -DCUDA_SOURCE_DIR=/opt/cuda
+ -DLIBKINETO_NOXPUPTI=Yes
)
eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2025-02-21 7:03 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2025-02-21 7:03 UTC (permalink / raw
To: gentoo-commits
commit: 155c10424db6c7f7f437f314db6d3fcb94894d46
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 07:01:29 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 07:02:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155c1042
sci-libs/kineto: add 0.4.0_p20241109
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 +
sci-libs/kineto/kineto-0.4.0_p20241109.ebuild | 47 +++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index e978bd09f2a7..a331bc2e5bab 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,2 +1,3 @@
DIST kineto-0.4.0_p20240525.tar.gz 8243259 BLAKE2B 677529d327254c26000271a6c845356604598fb05ba57befd0e5cbd0f112f6776d2851ea1e2a7671a38ee6cb06df45db68ff0435fcddbf69496db43f5ec1e7ee SHA512 41a08c7da9eea7d12402f80a5550c9d4df79798719cc52b12a507828c8c896ba28a37c35d8adf809ca72589e1d84965d5ef6dd01f3f8dc1c803c5ed67b03a43a
DIST kineto-0.4.0_p20240807.tar.gz 8263052 BLAKE2B 79a9035939164595f30f55c6cdfdc72ab42fd93d6d8fc63dc028cae50498823916993cb2d856c4b4dc43f4107602e28e8cf70584b4aea4cacda2a700b9e856e3 SHA512 f037fac78e566c40108acf9eace55a8f67a2c5b71f298fd3cd17bf22cf05240c260fd89f017fa411656a7505ec9073a06a3048e191251d5cfc4b52c237b37d0b
+DIST kineto-0.4.0_p20241109.tar.gz 8275370 BLAKE2B 976e629eda6b967e3169e4179e021d8e6e62671d53ceadae420dc2c586445ab701a1f4b479d7e2abd8f0bd689e4679e66d57dcadc42f5e763c127fb371bb389c SHA512 e56500c3fb967d808b9aa052587a4bdeb5561bd47ab4de87cc636496867089c5b480e1c7634a0269b97262504e03ced047dc612903fa0f56a018c23adef4e686
diff --git a/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild b/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild
new file mode 100644
index 000000000000..c8bfaa7c2cc4
--- /dev/null
+++ b/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+inherit python-any-r1 cmake prefix
+
+CommitId=338140f58a28d599da3434ced4fd2d75dd1a213d
+
+DESCRIPTION="part of the PyTorch Profiler"
+HOMEPAGE="https://github.com/pytorch/kineto"
+SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}/libkineto
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ dev-libs/libfmt
+ dev-libs/dynolog
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? ( dev-cpp/gtest )
+ ${PYTHON_DEPS}
+"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.4.0-gcc13.patch
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
+ -DKINETO_BUILD_TESTS=OFF # tests require cuda toolkit
+ -DCUDA_SOURCE_DIR=/opt/cuda
+ -DLIBKINETO_NOXPUPTI=Yes
+ )
+ eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2025-03-02 13:51 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2025-03-02 13:51 UTC (permalink / raw
To: gentoo-commits
commit: d0993289b831d65d7616ce2fa5357a7329c4d57a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 2 13:49:57 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 2 13:50:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0993289
sci-libs/kineto: keyword 0.4.0_p20241109 for ~arm64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/kineto-0.4.0_p20241109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild b/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild
index c8bfaa7c2cc4..9ebae4ffc2d4 100644
--- a/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild
+++ b/sci-libs/kineto/kineto-0.4.0_p20241109.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${CommitId}/libkineto
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/
@ 2025-03-02 13:59 Alfredo Tupone
0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2025-03-02 13:59 UTC (permalink / raw
To: gentoo-commits
commit: aaab0ced94cb1761149c67bf24c2f63af9e3d2f0
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 2 13:59:09 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 2 13:59:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaab0ced
sci-libs/kineto: drop 0.4.0_p20240525
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/kineto/Manifest | 1 -
sci-libs/kineto/kineto-0.4.0_p20240525.ebuild | 52 ---------------------------
2 files changed, 53 deletions(-)
diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest
index a331bc2e5bab..3299ccf8890a 100644
--- a/sci-libs/kineto/Manifest
+++ b/sci-libs/kineto/Manifest
@@ -1,3 +1,2 @@
-DIST kineto-0.4.0_p20240525.tar.gz 8243259 BLAKE2B 677529d327254c26000271a6c845356604598fb05ba57befd0e5cbd0f112f6776d2851ea1e2a7671a38ee6cb06df45db68ff0435fcddbf69496db43f5ec1e7ee SHA512 41a08c7da9eea7d12402f80a5550c9d4df79798719cc52b12a507828c8c896ba28a37c35d8adf809ca72589e1d84965d5ef6dd01f3f8dc1c803c5ed67b03a43a
DIST kineto-0.4.0_p20240807.tar.gz 8263052 BLAKE2B 79a9035939164595f30f55c6cdfdc72ab42fd93d6d8fc63dc028cae50498823916993cb2d856c4b4dc43f4107602e28e8cf70584b4aea4cacda2a700b9e856e3 SHA512 f037fac78e566c40108acf9eace55a8f67a2c5b71f298fd3cd17bf22cf05240c260fd89f017fa411656a7505ec9073a06a3048e191251d5cfc4b52c237b37d0b
DIST kineto-0.4.0_p20241109.tar.gz 8275370 BLAKE2B 976e629eda6b967e3169e4179e021d8e6e62671d53ceadae420dc2c586445ab701a1f4b479d7e2abd8f0bd689e4679e66d57dcadc42f5e763c127fb371bb389c SHA512 e56500c3fb967d808b9aa052587a4bdeb5561bd47ab4de87cc636496867089c5b480e1c7634a0269b97262504e03ced047dc612903fa0f56a018c23adef4e686
diff --git a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
deleted file mode 100644
index 2c0e437f0197..000000000000
--- a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit python-any-r1 cmake prefix
-
-CommitId=be1317644c68b4bfc4646024a6b221066e430031
-
-DESCRIPTION="part of the PyTorch Profiler"
-HOMEPAGE="https://github.com/pytorch/kineto"
-SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${CommitId}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- dev-libs/libfmt
- dev-libs/dynolog
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? ( dev-cpp/gtest )
- ${PYTHON_DEPS}
-"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4.0-gcc13.patch
- "${FILESDIR}"/kineto-0.4.0_p20240525-libfmt-11.patch
-)
-
-src_prepare() {
- cd libkineto
- cmake_src_prepare
-}
-
-src_configure() {
- cd libkineto
- local mycmakeargs=(
- -DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
- -DKINETO_BUILD_TESTS=OFF # tests require cuda toolkit
- )
- eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-03-02 14:01 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02 13:59 [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 13:51 Alfredo Tupone
2025-02-21 7:03 Alfredo Tupone
2024-11-06 21:00 Alfredo Tupone
2024-08-12 19:43 Alfredo Tupone
2024-08-08 16:27 Alfredo Tupone
2024-01-21 12:56 Alfredo Tupone
2024-01-02 13:16 Alfredo Tupone
2023-02-13 22:16 Alfredo Tupone
2023-02-13 22:16 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox