[MacPorts] #47067: gnuradio @3.7.6.1_2: user force-enabled gnuradio-companion but configuration checked failed
MacPorts
noreply at macports.org
Sun Mar 8 10:51:33 PDT 2015
#47067: gnuradio @3.7.6.1_2: user force-enabled gnuradio-companion but
configuration checked failed
-----------------------+-------------------------
Reporter: acb@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: gnuradio |
-----------------------+-------------------------
Comment (by michaelld@…):
Thanks. The issue is that "NumPy +universal" isn't universal (ticket
#42416); it's just x86 (i386, 32-bit), which means it won't load property
when running 64-bit Python (which is what CMake is doing when it tests for
NumPy). Can you do:
{{{
sudo port install py27-numpy
sudo port clean gnuradio
sudo port install gnuradio
}}}
and see if that does the trick? If you need NumPy to be +universal, well,
you'll have to wait for a while; I'm working on it and I expect to get it
fixed within the next week or so. But, it's a difficult issue to fix so
don't "hold your breath" waiting ...
--
Ticket URL: <https://trac.macports.org/ticket/47067#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list