commit: 6f18120fbca9824a1d9480e1d98ae563c66fd807 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed May 8 17:22:39 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed May 8 17:22:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f18120f
sci-libs/QNNPACK: deps on clog Closes: https://bugs.gentoo.org/931517 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{QNNPACK-2019.08.28.ebuild => QNNPACK-2019.08.28-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/QNNPACK/QNNPACK-2019.08.28.ebuild b/sci-libs/QNNPACK/QNNPACK-2019.08.28-r1.ebuild similarity index 94% rename from sci-libs/QNNPACK/QNNPACK-2019.08.28.ebuild rename to sci-libs/QNNPACK/QNNPACK-2019.08.28-r1.ebuild index 11fde064e65b..aa539b84c440 100644 --- a/sci-libs/QNNPACK/QNNPACK-2019.08.28.ebuild +++ b/sci-libs/QNNPACK/QNNPACK-2019.08.28-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,6 +11,8 @@ HOMEPAGE="https://github.com/pytorch/QNNPACK/" SRC_URI="https://github.com/pytorch/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" @@ -23,14 +25,13 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/FP16 dev-libs/FXdiv + dev-libs/clog " BDEPEND="test? ( dev-cpp/gtest )" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )" -S="${WORKDIR}"/${PN}-${CommitId} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
