Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ship prebuilt libraries #221

Closed
KOLANICH opened this issue Nov 21, 2018 · 3 comments
Closed

Ship prebuilt libraries #221

KOLANICH opened this issue Nov 21, 2018 · 3 comments

Comments

@KOLANICH
Copy link

KOLANICH commented Nov 21, 2018

It is possible to setup appveyor to build binaries on every commit and store the artifacts.

We need it to build the libs for all the major compilers and runtimes: MinGW-w64, VS. CLang is somehow compatible to both.

@grafikrobot
Copy link
Member

You should consider using a package manager instead or set up your own CI to build what you need.

@KOLANICH
Copy link
Author

You should consider using a package manager instead

it only applies to Linux.

or set up your own CI to build what you need.

I don't want to build Boost from source, I want the project ship official binaries. Currently it ships only binaries for proprietary MS toolchain. I need the binaries for MinGW-w64. Like the ones provided by Fedora (yes, Fedora provides Windows DLLs and static libs), but the official ones (Fedora can stop doing this any moment).

@mjcaisse
Copy link
Member

Boost currently has no plan to ship or maintain binaries. The number of problems with compatibility from compiler and linker flags alone makes this unfeasible for Boost.

Boost provides official releases of source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants