Skip to content

Linking on Debian: libblas instead of libcblas #370

Open
@Chris00

Description

@Chris00

I use ndarray-linalg with the feature netlib-system. When compiling I get

  = note: /usr/bin/ld: cannot find -lcblas: No such file or directory
          collect2: error: ld returned 1 exit status

On Debian, the file /usr/share/doc/libblas-dev/README.if-you-look-for-libcblas.so.3 says

lapack (3.8.0-8) unstable; urgency=medium

-- Mo Zhou cdluminate@gmail.com Tue, 29 Oct 2019 09:22:18 +0800

A simple workaround is to make symlinks libcblas libblas but it would be better if this package appropriately configured the names of the library.

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

        Participants

        @Chris00

        Issue actions

          Linking on Debian: libblas instead of libcblas · Issue #370 · rust-ndarray/ndarray-linalg