antoher go at mkl

This commit is contained in:
Valentin Boettcher 2021-12-09 16:13:28 +01:00
parent e6ee28774a
commit 1f3f01df1c

View file

@ -64,6 +64,12 @@
'';
}
);
numpy = super.numpy.overridePythonAttrs (
old: {
passthru.args.blas = super.pkgs.mkl;
}
);
});
in
{