diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-06-08 12:48:25 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-06-08 12:48:52 -0400 |
commit | 8caf2c5279c1ed685b3834ff888dfe67dccbfef8 (patch) | |
tree | 339d6d48f91816b98b3ca28b6b112026122ffcd4 /sci-libs/volk | |
parent | sci-libs/volk: make ebuild less trash (diff) | |
download | gentoo-8caf2c5279c1ed685b3834ff888dfe67dccbfef8.tar.gz gentoo-8caf2c5279c1ed685b3834ff888dfe67dccbfef8.tar.bz2 gentoo-8caf2c5279c1ed685b3834ff888dfe67dccbfef8.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/volk')
-rw-r--r-- | sci-libs/volk/volk-2.3.0-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild b/sci-libs/volk/volk-2.3.0-r1.ebuild index 3d7fe8595e4d..c96b937c119b 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 } |