Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse 12.1

2012-05-14 Thread Kire Pudsje
2012/5/14 Patrik Tast : > Hi, > > >> File in question for reference: >> http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/FindQwt.cmake >> > > Could the *find that dependency* be automatized using locate and grep > instead of hard-coding where to look in? > I'm using latest qwt for other del

[Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse 12.1

2012-05-12 Thread Kire Pudsje
I tried to install gnuradio from git on my machine. The only problem I encountered is that the qwt library could not be found (ie. gr-qtgui was disabled). Attached is a patch, to solve this problem. It includes the /usr/lib64 directory and qwt5 library. Furthermore, if anyone is interested, the li