We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cbc
libopenblas-base
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.
libopenblas-dev
CC: @jdemeyer @mkoeppe
Component: packages: optional
Keywords: sdl
Issue created by migration from https://trac.sagemath.org/ticket/22006
The text was updated successfully, but these errors were encountered:
optional packages aren't blockers
Sorry, something went wrong.
Likely outdated
No branches or pull requests
Here is the problem: if i build
cbc
on a machine wherelibopenblas-base
is not installed, cbc works fine. Now, if i installlibopenblas-base
, i got: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 whencbc
is built, there is no problem, even if i removelibopenblas-base
during runtime.CC: @jdemeyer @mkoeppe
Component: packages: optional
Keywords: sdl
Issue created by migration from https://trac.sagemath.org/ticket/22006
The text was updated successfully, but these errors were encountered: