-----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 Discuss-gnuradio@gnu.org >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > _______________________________________________ Discuss-gnuradio > mailing list Discuss-gnuradio@gnu.org > 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----- _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio