-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
atlas: remove #49776
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
atlas: remove #49776
Conversation
atlas is broken and can apparently be removed. Fixes NixOS#49594
|
liblapack = callPackage ../development/libraries/science/math/liblapack {}; | ||
liblapackWithoutAtlas = liblapackWithAtlas.override { atlas = null; }; | ||
liblapackWithAtlas = liblapack; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
liblapackWithoutAtlas
would need to go to aliases.nix
@GrahamcOfBorg build petsc openmodelica shogun giac openblas |
Failure on x86_64-darwin (full log) Attempted: petsc, shogun, openblas The following builds were skipped because they don't evaluate on x86_64-darwin: openmodelica, giac Partial log (click to expand)
|
Failure on x86_64-linux (full log) Attempted: petsc, shogun, giac, openblas The following builds were skipped because they don't evaluate on x86_64-linux: openmodelica Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: petsc, shogun, giac, openblas The following builds were skipped because they don't evaluate on aarch64-linux: openmodelica Partial log (click to expand)
|
Using openblas instead of blas seems to work here (I can compile it locally).
|
shogun needs the cblas.h header file to be available. It used to get it from liblapack, but that is not available anymore. Instead we can use openblasCompat to get it.
Thanks! A few more packages may need that as well. Lots of them must have been getting it from liblapack. |
@GrahamcOfBorg build magma scs gmsh csdp mxnet scalapack |
This doesn’t make any sense to keep - we don’t have a liblapack with atlas anymore.
Failure on x86_64-darwin (full log) Attempted: scs, gmsh, csdp, scalapack The following builds were skipped because they don't evaluate on x86_64-darwin: magma, mxnet Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: scs, gmsh, csdp, mxnet, scalapack The following builds were skipped because they don't evaluate on x86_64-linux: magma Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: scs, gmsh, csdp, mxnet, scalapack The following builds were skipped because they don't evaluate on aarch64-linux: magma Partial log (click to expand)
|
This turns out to be more work than though.
|
not needed anymore
Failure on x86_64-darwin (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: liblapack, shogun Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: liblapack The following builds were skipped because they don't evaluate on x86_64-darwin: colpack, scalapack, shogun Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: colpack, liblapack, scalapack, shogun Partial log (click to expand)
|
Timed out, unknown build status on aarch64-linux (full log) Attempted: colpack, liblapack, scalapack, shogun Partial log (click to expand)
|
atlas is broken and can apparently be removed.
Fixes #49594