Loading pkgs/applications/radio/gnuradio/3.8.nix +3 −16 Original line number Diff line number Diff line Loading @@ -231,22 +231,9 @@ stdenv.mkDerivation (finalAttrs: (shared // { # Will still evaluate correctly if not used here. It only helps nix-update # find the right file in which version is defined. inherit (shared) src; # Remove failing tests preConfigure = (shared.preConfigure or "") + '' # https://github.com/gnuradio/gnuradio/issues/3801 rm gr-blocks/python/blocks/qa_cpp_py_binding.py rm gr-blocks/python/blocks/qa_cpp_py_binding_set.py rm gr-blocks/python/blocks/qa_ctrlport_probes.py # Tests that fail due to numpy deprecations upstream hasn't accomodated to yet. rm gr-fec/python/fec/qa_polar_decoder_sc.py rm gr-fec/python/fec/qa_polar_decoder_sc_list.py rm gr-fec/python/fec/qa_polar_decoder_sc_systematic.py rm gr-fec/python/fec/qa_polar_encoder.py rm gr-fec/python/fec/qa_polar_encoder_systematic.py rm gr-filter/python/filter/qa_freq_xlating_fft_filter.py # Failed with libstdc++ from GCC 13 rm gr-filter/python/filter/qa_filterbank.py ''; # Some of the tests we know why they fail, but others simply hang-out and # timeout... doCheck = false; patches = [ # Not accepted upstream, see https://github.com/gnuradio/gnuradio/pull/5227 ./modtool-newmod-permissions.3_8.patch Loading Loading
pkgs/applications/radio/gnuradio/3.8.nix +3 −16 Original line number Diff line number Diff line Loading @@ -231,22 +231,9 @@ stdenv.mkDerivation (finalAttrs: (shared // { # Will still evaluate correctly if not used here. It only helps nix-update # find the right file in which version is defined. inherit (shared) src; # Remove failing tests preConfigure = (shared.preConfigure or "") + '' # https://github.com/gnuradio/gnuradio/issues/3801 rm gr-blocks/python/blocks/qa_cpp_py_binding.py rm gr-blocks/python/blocks/qa_cpp_py_binding_set.py rm gr-blocks/python/blocks/qa_ctrlport_probes.py # Tests that fail due to numpy deprecations upstream hasn't accomodated to yet. rm gr-fec/python/fec/qa_polar_decoder_sc.py rm gr-fec/python/fec/qa_polar_decoder_sc_list.py rm gr-fec/python/fec/qa_polar_decoder_sc_systematic.py rm gr-fec/python/fec/qa_polar_encoder.py rm gr-fec/python/fec/qa_polar_encoder_systematic.py rm gr-filter/python/filter/qa_freq_xlating_fft_filter.py # Failed with libstdc++ from GCC 13 rm gr-filter/python/filter/qa_filterbank.py ''; # Some of the tests we know why they fail, but others simply hang-out and # timeout... doCheck = false; patches = [ # Not accepted upstream, see https://github.com/gnuradio/gnuradio/pull/5227 ./modtool-newmod-permissions.3_8.patch Loading