SHA256
10
0
forked from pool/petsc
Files
petsc/_constraints
Egbert Eich a990303cc1 - Upped memory constraints to 6G for non-ppc systems as well,
leaving the special ppc treatment in place in case we need to up it
  some more there.

OBS-URL: https://build.opensuse.org/package/show/science/petsc?expand=0&rev=86
2019-07-19 16:17:20 +00:00

20 lines
356 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<memory>
<size unit="G">6</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
<size unit="G">6</size>
</memory>
</hardware>
</overwrite>
</constraints>