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_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

Cheers,

    Sylvain

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to