rPackages.slfm: build with openblas

This commit is contained in:
Thomas Tuegel 2015-06-09 11:47:26 -05:00
parent 77aa1c990e
commit 58754130cc

View File

@ -1037,7 +1037,7 @@ let
}); });
slfm = old.slfm.overrideDerivation (attrs: { slfm = old.slfm.overrideDerivation (attrs: {
PKG_LIBS = "-L${pkgs.atlas}/lib -lf77blas -latlas"; PKG_LIBS = "-L${pkgs.openblasCompat}/lib -lopenblas";
}); });
SamplerCompare = old.SamplerCompare.overrideDerivation (attrs: { SamplerCompare = old.SamplerCompare.overrideDerivation (attrs: {