public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-ml/kineto/
@ 2025-05-04 13:36 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-05-04 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6afb1761a83a99a4e3a35f06d97b717aa371efef
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 13:36:10 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May  4 13:36:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb1761

sci-ml/kineto: add 0.4.0_p20250418

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/kineto/Manifest                      |  1 +
 sci-ml/kineto/kineto-0.4.0_p20250418.ebuild | 47 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sci-ml/kineto/Manifest b/sci-ml/kineto/Manifest
index 3299ccf8890a..777d45973aa2 100644
--- a/sci-ml/kineto/Manifest
+++ b/sci-ml/kineto/Manifest
@@ -1,2 +1,3 @@
 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
+DIST kineto-0.4.0_p20250418.tar.gz 8271824 BLAKE2B 31814b0363738b205b3510d45c0ae834230c1c6377594d7bc1fe7df4567b43de03448cd61789fb122f648654814ce312770e971ccce22568e52b39f4ff159505 SHA512 4c35ee66e91ba8046e81f9b9906e1c5d82a62fc82f4b6f3b6d26a5715eeaa6775be23fae2d0c0fe50b840265e6094f9cc3ce7475daa4e3f84c89fbf6af38b862

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250418.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250418.ebuild
new file mode 100644
index 000000000000..e54003134947
--- /dev/null
+++ b/sci-ml/kineto/kineto-0.4.0_p20250418.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=d82680bbd44f872aa04394fa5bba23a7992f9fa4
+
+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 ~arm64"
+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] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-ml/kineto/
@ 2025-05-04 18:20 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-05-04 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     250946840b560a955b0a97efbcde553d8c49e5d4
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 18:19:45 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May  4 18:20:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25094684

sci-ml/kineto: add 0.4.0_p20250214, drop 0.4.0_p20250418-r1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-ml/kineto/Manifest                                               | 2 +-
 ...ineto-0.4.0_p20250418-r1.ebuild => kineto-0.4.0_p20250214.ebuild} | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-ml/kineto/Manifest b/sci-ml/kineto/Manifest
index 777d45973aa2..cfa65b34ed5e 100644
--- a/sci-ml/kineto/Manifest
+++ b/sci-ml/kineto/Manifest
@@ -1,3 +1,3 @@
 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
-DIST kineto-0.4.0_p20250418.tar.gz 8271824 BLAKE2B 31814b0363738b205b3510d45c0ae834230c1c6377594d7bc1fe7df4567b43de03448cd61789fb122f648654814ce312770e971ccce22568e52b39f4ff159505 SHA512 4c35ee66e91ba8046e81f9b9906e1c5d82a62fc82f4b6f3b6d26a5715eeaa6775be23fae2d0c0fe50b840265e6094f9cc3ce7475daa4e3f84c89fbf6af38b862
+DIST kineto-0.4.0_p20250214.tar.gz 8276188 BLAKE2B 45a07fe6dbfb68dcba4c637851404fbea7e15642b97e30baf8dbce3a9b80a6e0662ce684027aa5a00da0ff86daf028e2ea173451857264e8a5f5800629bdc767 SHA512 614f7ec7e0bcbd816d01b704a85efadd6340a322ebf60920b72717c65034b1ea60cab65243833b651482465fc145211bed25de83592801e4b9e955839f404b20

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250418-r1.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250214.ebuild
similarity index 88%
rename from sci-ml/kineto/kineto-0.4.0_p20250418-r1.ebuild
rename to sci-ml/kineto/kineto-0.4.0_p20250214.ebuild
index 85d8fd60e253..a09aa8aced31 100644
--- a/sci-ml/kineto/kineto-0.4.0_p20250418-r1.ebuild
+++ b/sci-ml/kineto/kineto-0.4.0_p20250214.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..13} )
 inherit python-any-r1 cmake prefix
 
-CommitId=d82680bbd44f872aa04394fa5bba23a7992f9fa4
+CommitId=a054a4be0db117c579a21747debf19c863631f26
 
 DESCRIPTION="part of the PyTorch Profiler"
 HOMEPAGE="https://github.com/pytorch/kineto"
@@ -31,8 +31,7 @@ BDEPEND="
 RESTRICT="!test? ( test )"
 
 PATCHES=(
-	"${FILESDIR}"/${PN}-0.4.0-gcc13.patch
-	"${FILESDIR}"/${P}-AppxClock.patch
+	"${FILESDIR}"/${PN}-0.4.0_p20250418-AppxClock.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-ml/kineto/
@ 2025-08-22  7:54 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-08-22  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9eac6139cde6cc9aa1169d8ed3935136292d5c19
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 22 07:53:57 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Aug 22 07:54:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eac6139

sci-ml/kineto: depends on <dynolog-0.5.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{kineto-0.4.0_p20250214.ebuild => kineto-0.4.0_p20250214-r1.ebuild} | 2 +-
 .../{kineto-0.4.0_p20250617.ebuild => kineto-0.4.0_p20250617-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250214.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild
similarity index 97%
rename from sci-ml/kineto/kineto-0.4.0_p20250214.ebuild
rename to sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild
index a09aa8aced31..1bdb2e8b9345 100644
--- a/sci-ml/kineto/kineto-0.4.0_p20250214.ebuild
+++ b/sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/libfmt
-	dev-libs/dynolog
+	<dev-libs/dynolog-0.5.0
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250617.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild
similarity index 97%
rename from sci-ml/kineto/kineto-0.4.0_p20250617.ebuild
rename to sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild
index 64e7ec8a5f0d..c23ba00e2253 100644
--- a/sci-ml/kineto/kineto-0.4.0_p20250617.ebuild
+++ b/sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/libfmt
-	dev-libs/dynolog
+	<dev-libs/dynolog-0.5.0
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-ml/kineto/
@ 2025-08-23  9:48 Alfredo Tupone
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone @ 2025-08-23  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6cb5bfc5c64c9f4ea3dd109c12fe166f2122392a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 23 09:47:42 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 23 09:47:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb5bfc5

sci-ml/kineto: now that dynolog-0.5 has been fixed

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...ineto-0.4.0_p20250214-r1.ebuild => kineto-0.4.0_p20250214-r2.ebuild} | 2 +-
 ...ineto-0.4.0_p20250617-r1.ebuild => kineto-0.4.0_p20250617-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250214-r2.ebuild
similarity index 97%
rename from sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild
rename to sci-ml/kineto/kineto-0.4.0_p20250214-r2.ebuild
index 1bdb2e8b9345..a09aa8aced31 100644
--- a/sci-ml/kineto/kineto-0.4.0_p20250214-r1.ebuild
+++ b/sci-ml/kineto/kineto-0.4.0_p20250214-r2.ebuild
@@ -21,7 +21,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/libfmt
-	<dev-libs/dynolog-0.5.0
+	dev-libs/dynolog
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild b/sci-ml/kineto/kineto-0.4.0_p20250617-r2.ebuild
similarity index 97%
rename from sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild
rename to sci-ml/kineto/kineto-0.4.0_p20250617-r2.ebuild
index c23ba00e2253..64e7ec8a5f0d 100644
--- a/sci-ml/kineto/kineto-0.4.0_p20250617-r1.ebuild
+++ b/sci-ml/kineto/kineto-0.4.0_p20250617-r2.ebuild
@@ -21,7 +21,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/libfmt
-	<dev-libs/dynolog-0.5.0
+	dev-libs/dynolog
 "
 DEPEND="${RDEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-23  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-04 18:20 [gentoo-commits] repo/gentoo:master commit in: sci-ml/kineto/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-08-23  9:48 Alfredo Tupone
2025-08-22  7:54 Alfredo Tupone
2025-05-04 13:36 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox