* Enforce C11 standard to fix build of third party libminc; GCC 15 defaults to C23 causing build failures. * _constraints: Reduce required disk space to 6 GB; Reduce required physicalmemory to 6 GB; Drop overrides for memoryperjob on x86_64. OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=63
12 lines
221 B
XML
12 lines
221 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">6</size>
|
|
</disk>
|
|
<physicalmemory>
|
|
<size unit="G">6</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</constraints>
|