Skip to content

Commit

Permalink
octaveFull: always use openblasCompat on darwin
Browse files Browse the repository at this point in the history
Haven't tested this, but considering `octave` on darwin also uses
openblasCompat, we may want it here as well.
  • Loading branch information
FRidh committed Nov 25, 2017
1 parent 45a85ea commit e234907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6595,6 +6595,7 @@ with pkgs;
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
qt = qt4;
overridePlatforms = ["x86_64-linux" "x86_64-darwin"];
openblas = if stdenv.isDarwin then openblasCompat else openblas;
}));

ocropus = callPackage ../applications/misc/ocropus { };
Expand Down

0 comments on commit e234907

Please sign in to comment.