Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-12 18:16:46 +00:00
committed by GitHub
71 changed files with 16848 additions and 304 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in pkgs.stdenv.mkDerivation {
xmlformat
];
src = ./.;
src = lib.cleanSource ./.;
makeFlags = [
"PANDOC_LUA_FILTERS_DIR=${pkgs.pandoc-lua-filters}/share/pandoc/filters"
+3 -2
View File
@@ -236,10 +236,11 @@ self: super:
{
blas = super.blas.override {
blasProvider = self.mkl;
}
};
lapack = super.lapack.override {
lapackProvider = self.mkl;
}
};
}
</programlisting>
<para>