mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
rPackages.Mposterior: build with openblas
This commit is contained in:
parent
b120a737fd
commit
77aa1c990e
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ let
|
|||
});
|
||||
|
||||
Mposterior = old.Mposterior.overrideDerivation (attrs: {
|
||||
PKG_LIBS = "-L${pkgs.atlas}/lib -lf77blas -latlas";
|
||||
PKG_LIBS = "-L${pkgs.openblasCompat}/lib -lopenblas";
|
||||
});
|
||||
|
||||
qtbase = old.qtbase.overrideDerivation (attrs: {
|
||||
|
|
Loading…
Reference in a new issue