analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 61 forks source link

before_install_darwin: Keep Boost at version 1.67. #48

Closed AlexandraTrifan closed 5 years ago

AlexandraTrifan commented 5 years ago

For boost 1.70 there are some changes required for the tcp_connection. A fix for this was introduced in the mainline GNURadio ( see here: https://github.com/gnuradio/gnuradio/pull/2500/commits/6dc8229fd0dda25c054c2194ee2c9b28affe92d8 ), but we are still using the analogdevicesinc fork ( https://github.com/analogdevicesinc/gr-iio/blob/master/ci/travis/before_install_lib.sh#L126). When we switch to the official repo, we can remove the boost restriction.

Signed-off-by: Alexandra Trifan Alexandra.Trifan@analog.com

commodo commented 5 years ago

since we own the branch & repo for the GNURadio fork (https://github.com/analogdevicesinc/gnuradio ), why not just backport the patch to the branch?

AlexandraTrifan commented 5 years ago

Added the official GNURadio patch to our fork ( https://github.com/analogdevicesinc/gnuradio/commit/e836e70f768155f03dd6f0f974868479a453e8d4 ) . Should be fixed now and we can drop this PR.