discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio Using MacPorts


From: Carles Fernandez
Subject: Re: [Discuss-gnuradio] GNU Radio Using MacPorts
Date: Thu, 22 Nov 2012 19:20:46 +0100

Hi all,

I've tried (in Mac OS X 10.8.2, Xcode 4.5.2 with up-to-date Command Line Tools):

$ sudo port install gnuradio +grc +python27 +uhd +orc +swig configure.compiler=llvm-gcc-4.2

Everything built smoothly. Now when I do volk_profile, the sse implementations are there and accelerate some volk instructions considerably. I'm happier than a kid in a candy store :-)

Carles


On Thu, Nov 22, 2012 at 3:26 AM, Michael Dickens <address@hidden> wrote:
Hi Carles - Thanks for the report; I'm glad it works for you!  If you installed the "gnuradio" port using XCode 4.5 or newer (maybe even 4.4 or newer), then Apple's Clang is the default compiler suite.  IIRC, Volk and Clang do not play nicely together yet; Volk (at least as of the 3.6.2 release) will enable SSE and related instructions when compiled using gcc only.  Which you can do if you want to IIRC by appending "configure.compiler=apple-gcc-4.2" to the end of your "sudo port install …" command line. Or, you could choose "llvm-gcc-4.2" instead which should also work.  I haven't tried either of these yet, so if you do I'd love to hear about what happens. - MLD

On Nov 21, 2012, at 6:24 PM, Carles Fernandez <address@hidden> wrote:

> I've just tried the variants:
>
> sudo port install gnuradio +grc +python27 +uhd +orc +swig
>
> and everything seems to work fine, including gnuradio-companion (which I lost in Mac OS for ages). Thanks Michael for this great job!
>
> Just a question: when I ran volk_profile, I notice that only generic and some orc implementations are available, with lots of 'no architectures to test'. Does someone has achieved to use sse3 implementations in Mac OS?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]