forked from pool/gnuradio
7a1b9f9cf5
- 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
16 lines
304 B
XML
16 lines
304 B
XML
<?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>
|