uhd/host/python
Martin Braun 75b7991378 python: Fix RPATH for the Python library
On UNIX systems, CMake will set the RPATH of the Python library to the
build directory, which is very helpful because it allows unit and other
tests to be executed from within the build directory.
On installation, the RPATH is removed, but only if install(TARGETS) is
used, which we were not, thus resulting in incorrect RPATHs.

This would surface as a bug, too. Calling uhd.get_lib_path() would
always point to the build directory, thus resulting in no FPGA images
being found automatically, e.g. when running a B200 through the Python
API.

This change installs the Python .so file separately, using the correct
CMake mechanisms.
2020-05-07 10:30:58 -05:00
..
uhd python: Move the rfnoc image builder module under the uhd module 2020-05-05 08:04:50 -05:00
CMakeLists.txt python: Fix RPATH for the Python library 2020-05-07 10:30:58 -05:00
pyuhd.cpp uhd: cal: Add iq_cal calibration data container class 2020-04-02 11:55:17 -05:00
setup.py.in python: cmake: Use native format for setup.py 2019-02-25 15:20:47 -08:00