mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
antoher go at mkl
This commit is contained in:
parent
e6ee28774a
commit
1f3f01df1c
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@
|
|||
'';
|
||||
}
|
||||
);
|
||||
|
||||
numpy = super.numpy.overridePythonAttrs (
|
||||
old: {
|
||||
passthru.args.blas = super.pkgs.mkl;
|
||||
}
|
||||
);
|
||||
});
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue