diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-02-13 23:16:25 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-02-13 23:16:25 +0100 |
commit | 21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43 (patch) | |
tree | ffb690044c6dc03baff1c22904286b4b49bf940c /sci-libs/kineto | |
parent | sci-libs/kineto: add 0.4.0 (diff) | |
download | gentoo-21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43.tar.gz gentoo-21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43.tar.bz2 gentoo-21ef98df4ba6e42fbd2b10fa78e9aca53bc10e43.zip |
sci-libs/kineto: drop 2021.11.17
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/kineto')
-rw-r--r-- | sci-libs/kineto/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/kineto/kineto-2021.11.17.ebuild | 42 |
2 files changed, 0 insertions, 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 -} |