* Removing executable permission from plain files
* Do not inherit from std::iterator as it is deprecated in c++17
* Use posix shell instead of bash for tests
* fix RandomAccessSet::insert(pos, val) function for gcc-15
and clang-19
* fix typo in multi_iterator_coupled
* Move away from inline global regex flag
* modernise for c++20
- Also build without numpy on arm7l
- Add a _constraints file to avoid oom issues on PowerPC and aarch64
- Update to 1.12.1
* Address implementation incompatibility of ptp in vigranumpy
with numpy 2
* Improve compatibility with compilers in 2024
- Remove unneeded _service file. `osc service mr download_files`
does the same thing
- Spec cleanup
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vigra?expand=0&rev=48
14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
<constraints>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
<arch>ppc64le</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|