- update to 1.13.0
* This release has several new features, many bug fixes, and
numerous performance enhancements. To name a few:
+ The new Ellipse3D sample consensus model
+ The new farthest point sampling filter
+ Faster and more robust PCD and PLY input/output
See included CHANGES.md for details, or
https://github.com/PointCloudLibrary/pcl/blob/master/CHANGES.md
- Drop obsolete patches:
* remove_unsatisfiable_boost_pkgconfig_dep.patch
* improve_model_precision.patch
* Relax_error_tolerance_in_pca_test.patch
- Add libharu build dependency.
- Reduce memory and disk constraints, keep build parallelism
bounded with limit_build.
OBS-URL: https://build.opensuse.org/request/show/1042038
OBS-URL: https://build.opensuse.org/package/show/science/pcl?expand=0&rev=12
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">15</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="G">10</size>
|
|
</memory>
|
|
<memoryperjob>
|
|
<size unit="M">1200</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</constraints>
|