opencv/_constraints
Dmitry Roshchin 2e61cba436 - fix build with python 3.13 (needs python-setuptools)
LUT #25554, meanStdDev #25483, moments 25490,
      normHamming #25491. HAL entries for transpose #25342,
    + Added in-place support for cartToPolar and polarToCart
      Otsu threshold #25509. Added new HAL entries for
    + Fixed several bugs in findHomography implementation
    + Multiple improvements in findChessboardCorners
    + Fixed bugs in several ONNX layers: Slice #25660, Range
      #25414, Clip #25319, ReduceMean #25120, Einsum #25100,
    + Optimized fastDepthwiseConv for RISC-V P Packed SIMD
    + Added broadcasting if a.rank() != b.rank() with
    + Added Vulkan backend for NaryEltwiseLayer in DNN
    + New LAPACK interface support on MacOS and derivatives
    + CANN backend: bug fix, support HardSwish,
    + LayerNormalization: support OpenVINO, OpenCL and
      - Introduced "inferenence only" ("benchmark") mode
      TrackerVit for a vision transformer-based VitTrack.
    - Supported OpenVINO 2021.4.1 LTS release
  * Planned migration on Apache 2 license for next releases

OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=40
2024-11-27 10:09:37 +00:00

17 lines
401 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<disk>
<size unit="G">9</size>
</disk>
<memory>
<size unit="M">5700</size>
</memory>
<memoryperjob>
<!-- This is the max available on all archs -->
<!-- The actual requirement is enforced with limit_build -->
<size unit="M">1200</size>
</memoryperjob>
</hardware>
</constraints>