forked from pool/gnuradio
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
This commit is contained in:
committed by
Git OBS Bridge
parent
a77792e96b
commit
7a1b9f9cf5
@@ -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
|
||||
|
Reference in New Issue
Block a user