From f54a22c60a0cbe990c9d3892f4c565d64226196b Mon Sep 17 00:00:00 2001 From: Samuel O'Brien Date: Mon, 3 Aug 2020 12:10:53 -0500 Subject: sim: Embed MPM into libpyuhd When ENABLE_SIM and ENABLE_PYTHON_API are set, this commit embeds MPM (Built with -DMPM_DEVICE=sim) into the pyuhd package. Signed-off-by: Samuel O'Brien --- mpm/python/setup.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/setup.py.in') diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in index e131f02f1..226cf0270 100755 --- a/mpm/python/setup.py.in +++ b/mpm/python/setup.py.in @@ -36,6 +36,7 @@ setup(name='usrp_mpm', 'usrp_mpm.cores', 'usrp_mpm.sys_utils', 'usrp_mpm.xports', + 'usrp_mpm.simulator', ], install_requires=[ 'mprpc', -- cgit v1.2.3