Skip to content

openblas-src v0.10.16 requires rustls or native-tls feature #417

Description

@daniestevez

lax v0.18.0 fails to build together with openblas-src v0.10.16 because in this new openblas-src version, new feature flags rustls and native-tls have been added. These flags are passed to openblas-build, which requires one of the two flags to be present.

I depend on ndarray-linalg = { version = "0.18", default-features = false, optional = true } on the pm-remez crate and currently I have to add openblas-src = { version = "0.10.16", features = ["rustls"] } to pm-remez's Cargo.toml to work around build failures.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions