rPackages.BayesLogit: build with openblas

This commit is contained in:
Thomas Tuegel
2015-06-09 11:43:00 -05:00
parent 71b848b45d
commit b120a737fd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1087,6 +1087,7 @@ let
BayesLogit = old.BayesLogit.overrideDerivation (attrs: {
patches = [ ./patches/BayesLogit.patch ];
buildInputs = (attrs.buildInputs or []) ++ [ pkgs.openblasCompat ];
});
BayesBridge = old.BayesBridge.overrideDerivation (attrs: {