Thanks Alex for your reply. Actually in the time being it looks that all the dependencies in<div>macports have been fixed and now gr-osmosdr can be complied without any issue!</div><div><br></div><div>One more thing for those installing gnu radio I found that this tricky option can be useful</div>
<div>since the default compiler is clang:</div><div>

<span class="Apple-style-span" style="border-collapse:separate;font-family:Arial;border-spacing:0px;font-size:medium">sudo port install gnuradio-devel +full configure.compiler=gcc</span></div><div><span class="Apple-style-span" style="border-collapse:separate;font-family:Arial;border-spacing:0px;font-size:medium"><br>
</span></div><div><span class="Apple-style-span" style="border-collapse:separate;font-family:Arial;border-spacing:0px;font-size:medium">It seems that the use of gcc improves performance on vector operations......</span></div>
<div><span class="Apple-style-span" style="border-collapse:separate;font-family:Arial;border-spacing:0px;font-size:medium"><br></span></div><div><font face="Arial" size="3">Regards</font></div><div><br><div class="gmail_quote">
On Wed, May 1, 2013 at 1:21 PM, Alexandru Csete <span dir="ltr"><<a href="mailto:oz9aec@gmail.com" target="_blank">oz9aec@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Fri, Apr 26, 2013 at 8:40 PM, Alberto Albiol <<a href="mailto:alalbiol@iteam.upv.es">alalbiol@iteam.upv.es</a>> wrote:<br>
> Hello<br>
> I have been fighting to compile the gr-osmosdr package in my osx<br>
><br>
> These are the minor fixes I had to do:<br>
> 1- Change in Cmakelists.txt:  find_package(Boost COMPONENTS thread system),<br>
> If thread and system is not included then there are linking problems.<br>
> Although I see that this was removed recently...<br>
><br>
>  2- cmake -DCMAKE_INSTALL_PREFIX=/opt/local (so it is installed together wit<br>
> my ports intallation, this is really optional)<br>
> 3- Before compiling I manually edit CmakeCache.txt, and change all the<br>
> references of /usr/lib/python to /opt/local/lib/python. If not it links<br>
> agains the system python instead of the ports's python!<br>
> 4- Add this line in my .bashrc so python can find the package<br>
>           export PYTHONPATH="/opt/local/lib/python2.7/site-packages/"<br>
><br>
> I am aware that this is not the most elegant way to solve the problem but is<br>
> the only one that I was able to come up. Hope it helps<br>
><br>
<br>
</div></div>Hi Alberto,<br>
<br>
Perhaps the gr-osmosdr package in macports can be of some help for how<br>
to compile without manually editing the build files:<br>
<a href="https://trac.macports.org/browser/trunk/dports/science/gr-osmosdr/Portfile" target="_blank">https://trac.macports.org/browser/trunk/dports/science/gr-osmosdr/Portfile</a><br>
<br>
Alex<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Alberto Albiol<br>Departamento de Comunicaciones<br>Universidad Politecnica de Valencia<br>Tel. +34 96 387 97 38
</div>