Re: [Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-06 Thread Tom Rondeau
On Fri, Jul 4, 2014 at 5:56 PM, Martin Braun martin.br...@ettus.com wrote: On 07/04/2014 09:29 PM, Abhishek Bhowmick wrote: Hi, I am trying to use VOLK in a new module that will have some new fast blocks (hopefully). Being new to the cmake system, I have some difficulty in including the

[Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-04 Thread Abhishek Bhowmick
Hi, I am trying to use VOLK in a new module that will have some new fast blocks (hopefully). Being new to the cmake system, I have some difficulty in including the volk headers and linking it. Specifically, I am trying to figure out what changes to make to the CMakeLists.txt in the new-module

Re: [Discuss-gnuradio] Using VOLK in a new gr-block

2014-07-04 Thread Martin Braun
On 07/04/2014 09:29 PM, Abhishek Bhowmick wrote: Hi, I am trying to use VOLK in a new module that will have some new fast blocks (hopefully). Being new to the cmake system, I have some difficulty in including the volk headers and linking it. Specifically, I am trying to figure out what