mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
rPackages.SamplerCompare: build with openblas
This commit is contained in:
parent
58754130cc
commit
8245caedf1
@ -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 New Issue
Block a user