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: Marcus Müller
Subject: Re: [Discuss-gnuradio] LTE framework receiver gr-lte
Date: Wed, 04 Dec 2013 09:22:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Johannes,
for me, this was quite trivial: Just use the original GNU Radio
cmake/Modules/FindFFTW3f.cmake, and include it in your toplevel and
lib/CMakeLists.txt
For reference, see my gist for example CMakeListses; watch out,
however, this is modified to use the double precision fftw methods;
replace FFTW by FFTWf unless you need double precision. Use the
original FindFFTWf.cmake if you want single precision float!

https://gist.github.com/marcusmueller/7783656

Greetings from the frosty banks of Bavaria,
Marcus


On 04.12.2013 08:27, Johannes Demel wrote:
> 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
>> 
> 
> _______________________________________________ Discuss-gnuradio
> mailing list address@hidden 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSnuZgAAoJEAFxB7BbsDrLxogH/RnW2f6k782dWyNbkYi3arpt
rHX6yUAjUceidmFPFtkTALxw/TY9xYRJBQKPkAog3V1uixoMRCtCA8Ps6F3VhSmN
/+t9e9F5e9k1rFrg4zNg2b+sK6msGxGxfPpKJclfCu2Vb3ARdBvfSstxPgt1jdtz
senFNV+PldH3FxoHmYIjMz57M3y3A5JmH4mCZlBKvEENM4u54B84XkIuX9Ihbh5c
n+nUyI/fUqFTjOKO/hYsiQDzIY6eegiTNsLHpzx/iOE86F3R/njFn6r1CU627DA/
jjYO10FSdqa5hXQPLVbUGFC4cGMllHljqKTSUgfpTeLrYZLjcSg9W3+nku/HDVI=
=arbd
-----END PGP SIGNATURE-----



reply via email to

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