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

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    45966a0 View commit details
    Browse the repository at this point in the history
  2. MAINT: Fix rayon, serde, blas features for no-std changes

    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 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    97e33c5 View commit details
    Browse the repository at this point in the history