Files
OpenImageIO/_constraints
Hans-Peter Jansen bd67f12512 Accepting request 1030226 from home:StefanBruens:branches:graphics
- Add memory (3GByte), memoryperjob (600 MByte) constraints, avoid
  build failures on hosts with high core count and low memory.
- Add explicit build dependency for boost::atomic, fixes build
  on Leap.
- update to 2.4.4.2
  * too many changes, check: https://github.com/OpenImageIO/oiio/releases/
- add oiio-images.tar.xz for checks
- ignore check results
- adjust libver to 2.4
- minor build adjustments
- explicitly conflict the wrongly named OpenColorIO libs

OBS-URL: https://build.opensuse.org/request/show/1030226
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenImageIO?expand=0&rev=88
2022-10-20 17:30:46 +00:00

11 lines
184 B
Plaintext

<constraints>
<hardware>
<memoryperjob>
<size unit="M">600</size>
</memoryperjob>
<memory>
<size unit="G">3</size>
</memory>
</hardware>
</constraints>