diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-08 19:22:39 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-08 19:22:39 +0200 |
commit | 6f18120fbca9824a1d9480e1d98ae563c66fd807 (patch) | |
tree | 5e3ac82a963cd36dd1192e4befac148bdff65227 /sci-libs | |
parent | dev-libs/clog: update DESCRIPTION (diff) | |
download | gentoo-6f18120fbca9824a1d9480e1d98ae563c66fd807.tar.gz gentoo-6f18120fbca9824a1d9480e1d98ae563c66fd807.tar.bz2 gentoo-6f18120fbca9824a1d9480e1d98ae563c66fd807.zip |
sci-libs/QNNPACK: deps on clog
Closes: https://bugs.gentoo.org/931517
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/QNNPACK/QNNPACK-2019.08.28-r1.ebuild (renamed from sci-libs/QNNPACK/QNNPACK-2019.08.28.ebuild) | 7 |
1 files 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 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 ) |