commit: 8caf2c5279c1ed685b3834ff888dfe67dccbfef8
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 16:48:25 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 16:48:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caf2c52
sci-libs/volk: bug #727130
this is a more complete fix than just setting the deps properly
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sci-libs/volk/volk-2.3.0-r1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild
b/sci-libs/volk/volk-2.3.0-r1.ebuild
index 3d7fe8595e4..c96b937c119 100644
--- a/sci-libs/volk/volk-2.3.0-r1.ebuild
+++ b/sci-libs/volk/volk-2.3.0-r1.ebuild
@@ -29,6 +29,9 @@ src_prepare() {
#https://github.com/gnuradio/volk/issues/382
#Waiting for confirmation from upstream to push this fix
#sed -i '/_mm256_zeroupper();/d'
kernels/volk/volk_32f_x2_dot_prod_32f.h || die
+ mycmakeargs=(
+ -DPYTHON_EXECUTABLE="${PYTHON}"
+ )
cmake_src_prepare
}