From: "A. Maitland Bottoms" <bottoms@debian.org>
Subject: debian boost python

 Debian packaged pyuhd skips RPATH.

--- a/host/python/CMakeLists.txt
+++ b/host/python/CMakeLists.txt
@@ -45,6 +45,7 @@
     endif()
     set_target_properties(pyuhd PROPERTIES PREFIX "lib" SUFFIX ${PYTHON_EXTENSION_SUFFIX})
 endif(WIN32)
+set_target_properties(pyuhd PROPERTIES SKIP_BUILD_RPATH TRUE)
 target_include_directories(pyuhd PUBLIC
     ${PYTHON_NUMPY_INCLUDE_DIR}
     ${CMAKE_SOURCE_DIR}/lib
