pagmo 2.18.0
Full changelog: https://esa.github.io/pagmo2/changelog.html
Support for non-x86 CPUs
pagmo 2.18.0 adds official support for non-x86 processors, specifically 64-bit ARM and PowerPC. Automated builds on these architectures have been added to the CI pipeline, courtesy of travis and circleci.
Serialisation changes
This release includes various changes in the serialisation of the main classes. Although these changes are internal and they do not affect the public API, they do affect the data format of the serialised archives. As a result, it's not possible in pagmo 2.18.0 to load from archives produced with earlier versions of pagmo.
Build system fixes & improvements
pagmo’s build system now honours the CMAKE_INSTALL_LIBDIR
setting on Linux to determine the library installation path.