You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: