spatial-model-editor / sme_deps_common

various libraries statically compiled for linux / macOS / windows
MIT License
2 stars 0 forks source link

boost #8

Closed lkeegan closed 2 years ago

lkeegan commented 2 years ago

Currently we just copy boost headers, as so far we only need the header-only components.

But pagmo2 depends on boost serialization which needs to be compiled, so we need to build&install static libs

hopefully the bootstrap scripts will work:

lkeegan commented 2 years ago

resolved by #9