summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-wireless/gnuradio: Stabilize 3.10.9.2-r5 amd64, #935688Sam James2024-07-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: adapt to net-wireless/soapysdr becoming single-targetSam James2024-06-023-6/+6
| | | | | | Also, simplify/fix the net-wireless/uhd dep while here. Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: Fix test failuresThomas Beierlein2024-05-301-1/+7
| | | | | | | | - Drop an empty test case - Move away from deprecated statements for actual numpy versions Closes: https://bugs.gentoo.org/931651 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Extend REQUIRED_USE for USE=testThomas Beierlein2024-05-301-0/+1
| | | | | Closes: https://bugs.gentoo.org/932122 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Support Python 3.12Thomas Beierlein2024-05-291-0/+247
| | | | | | | Add missing test dependency Bug: https://bugs.gentoo.org/931651 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Stabilize 3.10.9.2-r2 amd64, #908603Arthur Zamarin2024-05-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-wireless/gnuradio: remove erroneous dependency on mpirEli Schwartz2024-03-012-4/+2
| | | | | | | | | | | | | | | | | | | | | mpir is an ancient fork of gmp from 2017. It claims to be focused on speed. It doesn't build with modern compilers due to Modern C issues, and it fails to build with LTO as well. Unlike gmp, this will never be fixed. gnuradio checks for "MPLIB", which is internally implemented by first checking for gmp, and if gmp cannot be found, checking for mpir. mpir was never required, and if gmp happened to be installed, it would be an automagic dependency. Furthermore, there was a USE-conditional dependency on gmp for wavelets, which I am not sure makes sense but when triggered, resulted in a forced gmp dependency that then guaranteed mpir wouldn't be used. Bug: https://bugs.gentoo.org/812950 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: add filter bugfixRick Farina2024-01-243-8/+82
| | | | | Found by re-enabling tests, which I'm now sharing with everyone Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: remove unused patch(es)Michael Mair-Keimberger2024-01-203-191/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-wireless/gnuradio: update commentsRick Farina2024-01-172-4/+6
| | | | | and prep for running tests Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: sync liveRick Farina2024-01-171-2/+2
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.9.1Rick Farina2024-01-172-245/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.7.0-r1Rick Farina2024-01-172-249/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.6.0-r2Rick Farina2024-01-172-250/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.4.0-r2Rick Farina2024-01-172-249/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: add 3.10.9.2Rick Farina2024-01-172-0/+245
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-125-9/+9
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-wireless/gnuradio: add 3.10.9.1Rick Farina2024-01-012-0/+245
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: add dev-libs/mathjax upper boundMichael Orlitzky2023-08-164-4/+4
| | | | | | | | Upstream requires the old mathjax-2.x, so when we add mathjax-3.x, bad things will happen otherwise. Bug: https://bugs.gentoo.org/837722 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-wireless/gnuradio: drop merged patch 3.10.7.0Rick Farina2023-07-281-1/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: add 3.10.7.0Rick Farina2023-07-282-0/+250
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.5.1Rick Farina2023-07-282-248/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: re-introduce GCC-13 fixBartosz Stebel2023-07-021-0/+1
| | | | | | Signed-off-by: Bartosz Stebel <bartoszstebel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31684 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-wireless/gnuradio: sync with stableRick Farina2023-06-191-1/+1
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: sync with stableRick Farina2023-06-191-8/+10
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.6.0Rick Farina2023-06-191-247/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: install desktop integration filesChris Mayo2023-06-191-0/+248
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/31066 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: fixes build with GCC-13Mario Haustein2023-06-154-0/+23
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31472 Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: add 3.10.6.0Thomas Beierlein2023-05-152-0/+247
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: enable py3.11, py3.9Rick Farina2023-04-053-3/+3
| | | | | Closes: https://bugs.gentoo.org/897164 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: disable py3.9Sam James2023-04-053-3/+3
| | | | | | net-wireless/soapysdr no longer has 3.9. Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: drop 3.10.5.0-r2Rick Farina2023-02-242-247/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: add 3.10.5.1Rick Farina2023-02-242-0/+247
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: make mycmakeargs localDavid Seifert2023-01-033-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
* net-wireless/gnuradio: remove unused patchMichael Mair-Keimberger2023-01-011-50/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28861 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-wireless/gnuradio: add subslot dep on dev-libs/spdlogSam James2022-12-213-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: adjust deps more correctlyRick Farina2022-12-192-2/+2
| | | | | Closes: https://bugs.gentoo.org/883143 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.10.3.0-r2Rick Farina2022-12-192-249/+0
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: bump to 3.10.5.0Rick Farina2022-12-193-5/+253
| | | | | Additionally harmonize 3.10.5.0 and 9999 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* net-wireless/gnuradio: drop 3.8.5.0, 3.8.5.0-r1Thomas Beierlein2022-11-233-448/+0
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Drop unnecessary dep on dev-python/sixThomas Beierlein2022-11-041-1/+0
| | | | | https://bugs.gentoo.org/878735 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Keyword 3.10.4.0 arm, #858215Sam James2022-10-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-wireless/gnuradio: add 3.10.4.0Thomas Beierlein2022-10-223-0/+275
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: drop 3.10.3.0, 3.10.3.0-r1Thomas Beierlein2022-10-222-492/+0
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Fix depThomas Beierlein2022-10-201-0/+1
| | | | | Closes: https://bugs.gentoo.org/877211 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Keyword 3.10.3.0-r2 riscv, #858215Jakov Smolić2022-09-101-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-wireless/gnuradio: Readd recent changes which got lost during last commitThomas Beierlein2022-09-061-1/+2
| | | | Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: Move dev-libs/spdlog to RDEPENDThomas Beierlein2022-09-061-0/+246
| | | | | Closes: https://bugs.gentoo.org/868249 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* net-wireless/gnuradio: remove boost slot depsDavid Seifert2022-09-045-5/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>