FS#77177 - [arrow] Unused dependency boost-libs

Attached to Project: Community Packages
Opened by loqs (loqs) - Wednesday, 18 January 2023, 18:44 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 14:47 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Boost libraries that are linked in are removed by the linker flag --as-needed.

Additional info:
* arrow 10.0.1-3

Steps to reproduce:
Remove boost-libs from depends and rebuild package.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 01 September 2023, 14:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  arrow 13.0.0-2
Comment by loqs (loqs) - Thursday, 31 August 2023, 17:56 GMT
Attached diff of suggested changes:
+ Update usage of cmake.
+ Drop depends on vendored double-conversion jemalloc uriparser.
+ Drop boost-libs (only headers used).
+ Move rapidjson and xsimd to makedepends (only headers used).
+ Drop variables no longer used by build recipe.
+ Drop use of ARROW_PYTHON (deprecated option which only selects dependencies required for python support)
+ Add ARROW_CSV=ON dependency of python see above.
+ Drop dependency on python-numpy see above.

Loading...