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

archlinux-standard: Fix scipy.sparse linking to openblas #34779

Open
mkoeppe opened this issue Nov 23, 2022 · 4 comments
Open

archlinux-standard: Fix scipy.sparse linking to openblas #34779

mkoeppe opened this issue Nov 23, 2022 · 4 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 23, 2022

https://github.com/mkoeppe/sage/actions/runs/3519527763/jobs/5916742795

 [sagemath_doc_html-none]   [plotting ]   File "/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/sparse/linalg/_isolve/iterative.py", line 9, in <module>
  [sagemath_doc_html-none]   [plotting ]     from . import _iterative
  [sagemath_doc_html-none]   [plotting ] ImportError: /sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/sparse/linalg/_isolve/_iterative.cpython-310-x86_64-linux-gnu.so: undefined symbol: slamch_

Previously noted in #34081 comment:61; still broken with latest scipy (after #34658)

Depends on #34658

Upstream: Reported upstream. No feedback yet.

CC: @antonio-rojas

Component: packages: standard

Issue created by migration from https://trac.sagemath.org/ticket/34779

@mkoeppe mkoeppe added this to the sage-9.8 milestone Nov 23, 2022
@mkoeppe
Copy link
Contributor Author

mkoeppe commented Nov 23, 2022

comment:1

Is this something that needs to be reported and fixed upstream?

@antonio-rojas
Copy link
Contributor

comment:2

Not really. With meson-python>=0.11, one should just pass --config-settings setup-args='-Dlapack=lapack' to pip install

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Nov 23, 2022

comment:3

Sounds to me like something that upstream may want to improve. I've opened scipy/scipy#17465

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Nov 23, 2022

Upstream: Reported upstream. No feedback yet.

@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants