Re: issues porting C++ OOT to 3.9 - fails at runtime import

2021-05-10 Thread Josh Morman
Tom, It looks like the OOT might be using a different version of pybind11 than the ppa version of gnuradio was built against. The PPA for 20.04 appears to have been built using pybind11 v2.5.0, but the default with Ubuntu 20.04 is 2.4.3. I can repeat the symptom you see when creating a docker th

Re: issues porting C++ OOT to 3.9 - fails at runtime import

2021-05-10 Thread Tom McDermott
Hi Josh - you da man! This fixes the problem, and the 3.9 OOT runs now. Of note for anyone else following along: the 2.4.3 tarball for pybind11 listed in the 3.9 OOT porting guide instructions does not create a make uninstall target. It does however produce an install manifest. I went through t