diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-21 13:56:01 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-21 13:56:01 +0100 |
commit | 7bc5ee69fda2277259e0834e9e20ff9669fb861f (patch) | |
tree | e62cc75829b145def187184b5670677b65da1d3c /sci-libs/kineto | |
parent | sci-geosciences/xyzservices: add RESTRICT test (diff) | |
download | gentoo-7bc5ee69fda2277259e0834e9e20ff9669fb861f.tar.gz gentoo-7bc5ee69fda2277259e0834e9e20ff9669fb861f.tar.bz2 gentoo-7bc5ee69fda2277259e0834e9e20ff9669fb861f.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/kineto')
-rw-r--r-- | sci-libs/kineto/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/kineto/kineto-0.4.0_p20231127.ebuild (renamed from sci-libs/kineto/kineto-0.4.0_p20231031-r1.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 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 } |