forked from pool/gnuradio
Accepting request 632447 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/632447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=29
This commit is contained in:
commit
10b55fab57
15
_constraints
Normal file
15
_constraints
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<constraints>
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>armv6l</arch>
|
||||||
|
<arch>armv7l</arch>
|
||||||
|
<arch>aarch64</arch>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<physicalmemory>
|
||||||
|
<size unit="G">8</size>
|
||||||
|
</physicalmemory>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
|
</constraints>
|
@ -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 <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Add _constraints for ARM to speed-up build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 16:41:20 UTC 2018 - wk@ire.pw.edu.pl
|
Wed Jul 18 16:41:20 UTC 2018 - wk@ire.pw.edu.pl
|
||||||
|
|
||||||
|
@ -201,7 +201,11 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%limit_build -m 2000
|
%limit_build -m 2000
|
||||||
%cmake
|
%ifnarch armv6l armv6hl
|
||||||
|
%cmake
|
||||||
|
%else
|
||||||
|
%cmake -Dhave_mfpu_neon=0
|
||||||
|
%endif
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user