summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-11-06 22:00:18 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-11-06 22:00:40 +0100
commite8b922b4248567f93f5df0985c51c028b758c540 (patch)
tree04188346e7b66038cfe8ee91a826c9c92b9ce0fd /sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
parentsys-auth/pam_u2f: remove duplicate 'debug' USE flag description (diff)
downloadgentoo-e8b922b4248567f93f5df0985c51c028b758c540.tar.gz
gentoo-e8b922b4248567f93f5df0985c51c028b758c540.tar.bz2
gentoo-e8b922b4248567f93f5df0985c51c028b758c540.zip
sci-libs/kineto: add 0.4.0_p20240807, drop 0.4.0_p20231127
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/kineto/kineto-0.4.0_p20231127.ebuild')
-rw-r--r--sci-libs/kineto/kineto-0.4.0_p20231127.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild b/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
deleted file mode 100644
index 3a0dcc58057b..000000000000
--- a/sci-libs/kineto/kineto-0.4.0_p20231127.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..12} )
-inherit python-any-r1 cmake prefix
-
-CommitId=c7aeac02222978e7673ee5381bfcaa6b60d5d69c
-
-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
- dev-libs/dynolog
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? ( dev-cpp/gtest )
- ${PYTHON_DEPS}
-"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4.0-gcc13.patch
-)
-
-S="${WORKDIR}"/${PN}-${CommitId}
-
-src_prepare() {
- cd libkineto
- cmake_src_prepare
-}
-
-src_configure() {
- cd libkineto
- local mycmakeargs=(
- -DLIBKINETO_THIRDPARTY_DIR="${EPREFIX}"/usr/include/
- )
- eapply $(prefixify_ro "${FILESDIR}"/${PN}-0.4.0_p20231031-gentoo.patch)
-
- cmake_src_configure
-}