public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/
Date: Thu, 25 Jun 2020 16:15:04 +0000 (UTC)	[thread overview]
Message-ID: <1593101702.becd9505720db5f0c1a6506b8fea9236c3e58d0b.zerochaos@gentoo> (raw)

commit:     becd9505720db5f0c1a6506b8fea9236c3e58d0b
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 16:14:48 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 16:15:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becd9505

sci-libs/volk: add some cmake flags

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 sci-libs/volk/volk-2.3.0-r1.ebuild | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild b/sci-libs/volk/volk-2.3.0-r1.ebuild
index 31451c46050..e8f45f0f6f9 100644
--- a/sci-libs/volk/volk-2.3.0-r1.ebuild
+++ b/sci-libs/volk/volk-2.3.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 #https://github.com/gnuradio/volk/issues/383
-CMAKE_BUILD_TYPE="Release"
+CMAKE_BUILD_TYPE="None"
 inherit cmake python-single-r1
 
 DESCRIPTION="vector optimized library of kernels"
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/gnuradio/volk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="orc"
+IUSE="orc test"
 
 RDEPEND="!<net-wireless/gnuradio-3.8
 	dev-libs/boost:=
@@ -27,19 +27,12 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 
-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
-}
-
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_ORC=$(usex orc)
+		-DPYTHON_EXECUTABLE="${PYTHON}"
+		-DENABLE_TESTING="$(usex test)"
+		-DENABLE_PROFILING=OFF
 	)
 	cmake_src_configure
 }


             reply	other threads:[~2020-06-25 16:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-25 16:15 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  8:18 [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/ Arthur Zamarin
2024-03-30  1:35 Rick Farina
2024-01-18  2:39 Rick Farina
2024-01-18  2:39 Rick Farina
2023-10-03 17:54 Rick Farina
2023-08-19 13:34 Rick Farina
2023-08-03 18:58 Rick Farina
2023-07-28 18:23 Rick Farina
2023-04-06  2:18 Rick Farina
2023-02-01 19:27 Andreas Sturmlechner
2022-09-02 16:37 Rick Farina
2022-09-02 16:37 Rick Farina
2022-04-30 15:53 Marek Szuba
2021-11-01  8:29 Arthur Zamarin
2021-11-01  8:29 Arthur Zamarin
2021-06-06  1:38 Rick Farina
2021-02-11 21:21 Rick Farina
2021-01-19  3:15 Sam James
2020-12-18 19:41 Rick Farina
2020-08-14 18:19 Rick Farina
2020-06-08 19:26 Rick Farina
2020-06-08 16:48 Rick Farina
2020-06-08 16:48 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593101702.becd9505720db5f0c1a6506b8fea9236c3e58d0b.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox