summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-05-17 08:51:45 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-05-17 08:51:45 +0200
commit931646e3f0a843dfdb34d7ba78a61f928346842d (patch)
treee3021a2caa28e4128b06f1c758e59a9905c3cf6c /dev-libs/FP16
parentapp-arch/bzip2: run test suite (diff)
downloadgentoo-931646e3f0a843dfdb34d7ba78a61f928346842d.tar.gz
gentoo-931646e3f0a843dfdb34d7ba78a61f928346842d.tar.bz2
gentoo-931646e3f0a843dfdb34d7ba78a61f928346842d.zip
dev-libs/FP16: add PeachPy deps
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs/FP16')
-rw-r--r--dev-libs/FP16/FP16-2021.03.20-r2.ebuild (renamed from dev-libs/FP16/FP16-2021.03.20-r1.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
index 4fb39fced810..1673b468cb71 100644
--- a/dev-libs/FP16/FP16-2021.03.20-r1.ebuild
+++ b/dev-libs/FP16/FP16-2021.03.20-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10,11} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-r1 cmake
CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91
@@ -19,7 +19,11 @@ IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="dev-libs/psimd"
-RDEPEND="${DEPEND} ${PYTHON_DEPS}"
+RDEPEND="
+ ${DEPEND}
+ ${PYTHON_DEPS}
+ dev-python/PeachPy[${PYTHON_USEDEP}]
+"
BDEPEND="test? ( dev-cpp/gtest )"
RESTRICT="!test? ( test )"