On Jun 2, 2013, at 9:58, "Martin Braun (CEL)" wrote:
> On Sun, Jun 02, 2013 at 12:18:49AM +0200, Sylvain Munaut wrote:
>> include: $prefix/include/module_name/
>> namespace: gr::module_name::
>> python: $prefix/lib/site-package/module_name/
>>
>> Since the module are placed in the gr:: namespace,
Hi Martin,
>> include: $prefix/include/gnuradio/module_name/
>> namespace: gr::module_name::
>> python: $prefix/lib/site-package/gnuradio/module_name/
>>
>> This would also make external modules that much closer to internal
>> ones and further reduce the difference between in-tree / out-of-tree
>
On Sun, Jun 02, 2013 at 12:18:49AM +0200, Sylvain Munaut wrote:
> include: $prefix/include/module_name/
> namespace: gr::module_name::
> python: $prefix/lib/site-package/module_name/
>
> Since the module are placed in the gr:: namespace, wouldn't it make
> sense to have :
>
> include: $prefix/inc
Hi,
>From looking at what gr_modtool generate, you get
include: $prefix/include/module_name/
namespace: gr::module_name::
python: $prefix/lib/site-package/module_name/
Since the module are placed in the gr:: namespace, wouldn't it make
sense to have :
include: $prefix/include/gnuradio/module_na