From 7a1b9f9cf503d3a55200e86fee6dc79825cc10818a4829d4bd1f8fc84cf0a5cb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 31 Aug 2018 07:01:42 +0000 Subject: [PATCH] Accepting request 632366 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Disable explictly neon on armv6 to fix build - Add _constraints for ARM to speed-up build OBS-URL: https://build.opensuse.org/request/show/632366 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=26 --- _constraints | 15 +++++++++++++++ gnuradio.changes | 10 ++++++++++ gnuradio.spec | 6 +++++- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..d112961 --- /dev/null +++ b/_constraints @@ -0,0 +1,15 @@ + + + + + armv6l + armv7l + aarch64 + + + + 8 + + + + diff --git a/gnuradio.changes b/gnuradio.changes index c54428f..943bafc 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 30 18:35:50 UTC 2018 - guillaume.gardet@opensuse.org + +- Disable explictly neon on armv6 to fix build + +------------------------------------------------------------------- +Thu Aug 30 14:08:51 UTC 2018 - Guillaume GARDET + +- Add _constraints for ARM to speed-up build + ------------------------------------------------------------------- Wed Jul 18 16:41:20 UTC 2018 - wk@ire.pw.edu.pl diff --git a/gnuradio.spec b/gnuradio.spec index b60f657..63b5827 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -201,7 +201,11 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg %build %limit_build -m 2000 -%cmake +%ifnarch armv6l armv6hl + %cmake +%else + %cmake -Dhave_mfpu_neon=0 +%endif %make_jobs %install