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