discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] LTE framework receiver gr-lte


From: Johannes Demel
Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte
Date: Tue, 3 Dec 2013 23:27:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Hi Ralph,

If you come up with a sane solution for this, let me know. This hack is
a result of getting stuck in CMake hell while being in a hurry.

Johannes

On 03.12.2013 20:25, Ralph A. Schmid, dk5ras wrote:
> Hi,
> 
>> the library path to libfftw3f is actually hardcoded in the makefile.
>> search for
>>   SET(FFTW3f /usr/lib/x86_64-linux-gnu/libfftw3f.so)
>> in gr37-lte/lib/CMakeLists.txt
>> and replace it with the the proper library location for your system.
>> for example:
>>   SET(FFTW3f /usr/lib64/libfftw3f.so)
> 
> Ah, I see, the comment for this tells something about an ugly hack, and it 
> seems I fell for it :)
>  
>> best regards,
>> Martin
> 
> Thanks!
> 
> Ralph.
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

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