uhd/host/python
Ryan Volz 488a33cd9c python: Do not link against python lib for building an extension module.
This fixes a segmentation fault when trying to use the python module on
OSX when built with conda (unsure why it doesn't arise otherwise).
Instead of linking against the python library, it is proper to not link
against the library and, for OSX builds, add linker options for
"-undefined" and "dynamic_lookup". This is precisely what the CMake
FindPython module does for linking against the Python::Module target.

See https://blog.tim-smith.us/2015/09/python-extension-modules-os-x
and https://bugs.python.org/issue36721
2020-02-07 09:12:15 -06:00
..
__init__.py rfnoc: adding RFNoC Python API 2020-01-02 15:38:56 -08:00
CMakeLists.txt python: Do not link against python lib for building an extension module. 2020-02-07 09:12:15 -06:00
filters.py
pyuhd.cpp rfnoc: adding RFNoC Python API 2020-01-02 15:38:56 -08:00
rfnoc.py python: rfnoc: finishing noc_block_base::get_mtu 2020-01-06 14:42:33 -08:00
setup.py.in
types.py
usrp.py