gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

qa_polar* test failing #24

Closed gnieboer closed 7 years ago

gnieboer commented 7 years ago

All polar-related tests fail due to a std::vector< int, std::allocator > type conversion issue.

gnieboer commented 7 years ago

Fixed in gnuradio/gnuradio#1335