1
0
insighttoolkit/_constraints
Martin Pluskal 8e734dbea3 Accepting request 810056 from home:badshah400:branches:science
* Update to version 5.0.1
* Drop add_gcc9_support.patch: no longer required with upstream support for up to GCC 10 baked in.
* Pass options to %cmake to set proper install paths when installing; prevents the need to manually move installed libs around. Drop sed BuildRequires that is no longer required as a consequence.
* Enable python3 wrapping (needed for tomviz, for instance); split out separate python3-itk package. Introduces BuildRequires: python3-devel.
* Add BuildRequires: memory-constraints and use %limit_build to require at least 2 GiB memory per thread; OOM failures otherwise.
* Update _constraints file: at least 24 GB (!!!) disk space and 2 GB memory now required.
* Use ninja for build (BuildRequires: ninja); compile using %cmake_build instead of make directly.
* Additional system library dependencies: CastXML-devel, gtest, double-conversion, and gdcm-devel.
* Convert BuildRequires to pkgconfig() or cmake() based ones wherever possible.
* Update URL and Source URL in keeping with upstream's move to github.
* Drop conditionals for old openSUSE versions.

OBS-URL: https://build.opensuse.org/request/show/810056
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=21
2020-05-29 06:34:10 +00:00

11 lines
184 B
Plaintext

<constraints>
<hardware>
<disk>
<size unit="G">24</size>
</disk>
<physicalmemory>
<size unit="G">2</size>
</physicalmemory>
</hardware>
</constraints>