Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
Opened by loqs (loqs) - Wednesday, 18 January 2023, 18:44 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 14:47 GMT
|
DetailsDescription:
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
Friday, 01 September 2023, 14:47 GMT
Reason for closing: Fixed
Additional comments about closing: arrow 13.0.0-2
+ 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.