Skip to content

static flag does not works on 0.10.0 release #42

@termoshtt

Description

@termoshtt
Member
error: could not find native static library `openblas`, perhaps an -L flag is missing?

rust-ndarray/ndarray-linalg#253

openblas-src 0.10.0 does not work with static flag when using as dependencies. It works if using path, e.g.

[dependencies.openblas-src]
version = "0.10.0"
path = "/path/to/my/local/repo"
optional = true
default-features = false
features = ["cblas"]

Activity

termoshtt

termoshtt commented on Sep 12, 2020

@termoshtt
MemberAuthor

It looks that openblas-src 0.10.0 and 0.10.1 are broken. I've yanked them.

termoshtt

termoshtt commented on Jan 9, 2021

@termoshtt
MemberAuthor

Static linking issue is fixed in #43 and #52

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @termoshtt

        Issue actions

          static flag does not works on 0.10.0 release · Issue #42 · blas-lapack-rs/openblas-src