Upgrade boost dependency in superbuild
boost 1.60.0 is 4 years old now, it'd be nice to upgrade it to something more recent. As of today, the current version is v1.70.0
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Contributor
Is there any specific bugfix or feature that you think would benefit OTB in versions > 1.60? If not we can still upgrade, but it will be low priority.
Collapse replies - Author Contributor
In an OTB subproject, I wanted to use boost.hana. As OTB was already compiled and installed with a dependency to boost 1.60.0, hana isn't directly available to me. It would imply that my clients and I reinstall OTB manually, which is too much trouble.
- Owner
Necessary for #1564. But we need to go for boost >= 1.69 (see #1871 (closed)).
1 - Contributor
also TODO: update boost min version in doc: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/blob/develop/Documentation/Cookbook/rst/CompilingOTBFromSource.rst
Collapse replies - Contributor
But do we have a minimum version for boost?
EDIT: 1.35 for OTB, 1.48 for sharkEdited by Antoine Regimbeau
- Developer
At some point I wanted to replace various dynamic allocations of small sizes with
boost::container::small_vector
, but that's only available since 1.58.Edited by Laurențiu Nicola - Victor Poughon mentioned in issue #1871 (closed)
mentioned in issue #1871 (closed)
- Victor Poughon added refactoring label
added refactoring label
- Victor Poughon added ~08pt label
added ~08pt label
- Victor Poughon added CNES backlog label
added CNES backlog label
- Antoine Regimbeau mentioned in merge request !554 (merged)
mentioned in merge request !554 (merged)
- Contributor
Boost version is now 1.69, see !5540.
- Antoine Regimbeau closed
closed