Linking on Debian: libblas instead of libcblas
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 45/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- debian, rust
- 領域
- build-system
調査の方向性
Start by tracing the netlib-system feature's linker configuration and compare it with Debian's /usr/share/doc/libblas-dev/README.if-you-look-for-libcblas.so. The work is done when a Debian build links against libblas without requiring a separate libcblas file; verify with a minimal compilation using that feature.
索引モデルが issue の本文から書いたものです。
説明
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
README if you look for libcblas.so
Debian science team maintainers have merged the CBLAS ABI into
the libblas.so shared object. Everything you need from libcblas.so
can be found in libblas.so . Please link your program against it
instead. See alsohttps://lists.debian.org/debian-devel/2019/10/msg00273.html
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943712
https://wiki.debian.org/DebianScience/LinearAlgebraLibrariesThis README file has an unusual name because we expect users to
find it by this way:$ apt-file search libcblas
/usr/share/doc/libblas-dev/README.if-you-look-for-libcblas.so
/usr/lib/...-- 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.
- 主要言語
- Rust
- スター
- 452
- フォーク
- 95
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
rust-ndarray/ndarray-linalg のほかの issue
-
Thin SVD オープン
難易度 5/5 1週間以上 初心者へのやさしさ 38/100
rust-ndarray/ndarray-linalg#414 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
rust-ndarray/ndarray-linalg#413 · コメント 1 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
rust-ndarray/ndarray-linalg#404 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
rust-ndarray/ndarray-linalg#402 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
rust-ndarray/ndarray-linalg#401 · リアクション 2 件 ·
rust-ndarray/ndarray-linalg の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
TheLarkInn/aipm#2413 ·
-
documentation
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
todo:ticket
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
taikoxyz/taiko-mono#22168 · コメント 1 件 ·