Accepting request 855716 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/855716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=41
This commit is contained in:
commit
c8b391a3e4
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 14 09:24:12 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Drop obsolete "Obsoletes: libgnuradio0"
|
||||||
|
- Add "BuildRequires: python3-pycairo", needed by the GRC
|
||||||
|
- Force GRC builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 17 08:54:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Thu Sep 17 08:54:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@ BuildRequires: python3-gobject-cairo
|
|||||||
BuildRequires: python3-mako >= 0.9.1
|
BuildRequires: python3-mako >= 0.9.1
|
||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: python3-pyaml >= 3.11
|
BuildRequires: python3-pyaml >= 3.11
|
||||||
|
BuildRequires: python3-pycairo
|
||||||
BuildRequires: python3-qt5-devel
|
BuildRequires: python3-qt5-devel
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: qwt6-qt5-devel
|
BuildRequires: qwt6-qt5-devel
|
||||||
@ -102,7 +103,6 @@ performance wireless devices into software problems.
|
|||||||
%package -n libgnuradio-%{sover}
|
%package -n libgnuradio-%{sover}
|
||||||
Summary: Libraries for GNU Radio
|
Summary: Libraries for GNU Radio
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgnuradio0
|
|
||||||
|
|
||||||
%description -n libgnuradio-%{sover}
|
%description -n libgnuradio-%{sover}
|
||||||
GNU Radio is a collection of software that when combined with minimal
|
GNU Radio is a collection of software that when combined with minimal
|
||||||
@ -175,6 +175,7 @@ find gr-utils/python/modtool/templates/gr-newmod -name CMakeLists.txt -exec mv
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DENABLE_GRC=ON \
|
||||||
%ifarch armv6l armv6hl
|
%ifarch armv6l armv6hl
|
||||||
-Dhave_mfpu_neon=0 \
|
-Dhave_mfpu_neon=0 \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user