gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

pmt: use libdir setting for python and pkgconfig path #64

Closed dl1ksv closed 1 year ago

dl1ksv commented 2 years ago

At the moment the libdir setting only influences the location of libpmtf.so. python(xx) and pkgconfig always go to lib independently of the libdir setting.

This pr evaluates the libdir setting and also uses it for the location of the python(xx) and pkgconfig directories.

This is the same behaviour as in gnuradio 3.x

Python, cmake, pkgconfig all go under lib(64). There is no mixture between lib and lib64.

Tested on F36 and F37