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

CBC tries to use system's blas at runtime which creates an error #22006

Closed
sagetrac-tmonteil mannequin opened this issue Dec 1, 2016 · 3 comments
Closed

CBC tries to use system's blas at runtime which creates an error #22006

sagetrac-tmonteil mannequin opened this issue Dec 1, 2016 · 3 comments

Comments

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Dec 1, 2016

Here is the problem: if i build cbc on a machine where libopenblas-base is not installed, cbc works fine. Now, if i install libopenblas-base, i got:

from sage.numerical.backends.coin_backend import CoinBackend
ImportError: /usr/lib/libblas.so.3: undefined symbol: sgemv_thread_n

I do not understand why cbc tries to use system's blas at runtime while Sage already provides one.

Remark: if libopenblas-dev is installed when cbc is built, there is no problem, even if i remove libopenblas-base during runtime.

CC: @jdemeyer @mkoeppe

Component: packages: optional

Keywords: sdl

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

@sagetrac-tmonteil sagetrac-tmonteil mannequin added this to the sage-7.5 milestone Dec 1, 2016
@sagetrac-tmonteil

This comment has been minimized.

@koffie koffie modified the milestones: sage-7.5, sage-8.1 Nov 11, 2017
@vbraun
Copy link
Member

vbraun commented Nov 17, 2017

comment:4

optional packages aren't blockers

@mkoeppe
Copy link
Contributor

mkoeppe commented Mar 27, 2023

Likely outdated

@mkoeppe mkoeppe closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 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

3 participants