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

Remove unused dependencies in build scripts #2471

Open
alandefreitas opened this issue Jun 22, 2022 · 0 comments
Open

Remove unused dependencies in build scripts #2471

alandefreitas opened this issue Jun 22, 2022 · 0 comments

Comments

@alandefreitas
Copy link
Member

The tests on s390x (#2389) failed because boost.coroutine doesn't work on s390x. To fix it (#2469) we need to conditionally remove the example targets that depend on coroutine.

Both the CMake and B2 scripts are globally linking all targets (even interface targets) to all dependency targets instead of linking only to the targets they depend on.

For instance, CMakeLists.txt links everything to Boost::coroutine and Jamfile links all tests and many examples to boost.coroutine, even though only a few examples depend on it.

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

No branches or pull requests

1 participant