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

Setup and tweak rayon, serde, blas features for no-std changes #889

Merged
merged 2 commits into from Jan 10, 2021

Conversation

bluss
Copy link
Member

@bluss bluss commented Jan 10, 2021

rayon: implies std, because threads do.
serde: works fine without std.
blas: works fine without std if we use libc (libc is a new dependency
for this feature flag, but it's already used by blas transitively).

A slight hack is used for rayon (renaming the dependency) because we
need to use a feature flag to enable std in this crate too.

rayon: implies std, because threads to
serde: works fine without std
blas: works fine without std if we use libc (libc is a new dependency
for this feature flag, but it's already used by blas transitively).

A slight hack is used for rayon (renaming the dependency) because we
need to use a feature flag to enable std in this crate too.
@bluss bluss merged commit 6937f53 into master Jan 10, 2021
@bluss bluss deleted the nostd-fixups branch January 10, 2021 15:04
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

Successfully merging this pull request may close these issues.

None yet

1 participant