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

Support dynamic linking #36

Closed
kenba opened this issue Dec 7, 2024 · 1 comment
Closed

Support dynamic linking #36

kenba opened this issue Dec 7, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kenba
Copy link
Owner

kenba commented Dec 7, 2024

Issue: kenba/opencl-sys-rs#2 requires the library to support dlopen.
That issue required a new feature: static and the removal of default features, so higher level libraries such as this one can choose NOT to enable static linking.

@dmitry-zakablukov submitted PR #35 to support dynamic linking in this repo.

This issue need to be delivered in an updated version, since it will break dependant repos.

@kenba kenba added the enhancement New feature or request label Dec 7, 2024
@kenba kenba self-assigned this Dec 7, 2024
@kenba
Copy link
Owner Author

kenba commented Dec 15, 2024

Incorporated in release 0.11.0.

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

No branches or pull requests

1 participant