Skip to content

Commit

Permalink
blas: use mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Dec 21, 2023
1 parent b3950ce commit 0f4d057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/build-support/alternatives/blas/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv
, lapack-reference, openblas
, lapack-reference, mkl
, isILP64 ? false
, blasProvider ? openblas }:
, blasProvider ? mkl }:

let
blasFortranSymbols = [
Expand Down

0 comments on commit 0f4d057

Please sign in to comment.