Files
suitesparse/_constraints
Dirk Stoecker bd0f110163 Accepting request 827732 from home:michel_mno:branches:science
- Call %limit_build macro in spec to avoid oom build failure
  for ppc64le and aarch64
- Add _constraints with default 5GB min physicalmemory
  and 7GB for ppc64/ppc64le

OBS-URL: https://build.opensuse.org/request/show/827732
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=27
2020-08-31 11:45:37 +00:00

19 lines
343 B
Plaintext

<constraints>
<hardware>
<physicalmemory>
<size unit="G">5</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">7</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>