commit: d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 19:26:41 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 19:26:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f2d37f
sci-libs/volk: add comment for build_type
this will help me to remember to remove the override when upstream adds
the fix
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 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild
b/sci-libs/volk/volk-2.3.0-r1.ebuild
index c96b937c119..31451c46050 100644
--- a/sci-libs/volk/volk-2.3.0-r1.ebuild
+++ b/sci-libs/volk/volk-2.3.0-r1.ebuild
@@ -4,6 +4,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+
+#https://github.com/gnuradio/volk/issues/383
CMAKE_BUILD_TYPE="Release"
inherit cmake python-single-r1