Merge pull request #112876 from danieldk/doc-blas-override-syntax-error

doc: fix syntax error in BLAS/LAPACK overlay example
This commit is contained in:
Sandro 2021-02-12 14:18:10 +01:00 committed by GitHub
commit b660fe36bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,10 +236,11 @@ self: super:
{
blas = super.blas.override {
blasProvider = self.mkl;
}
};
lapack = super.lapack.override {
lapackProvider = self.mkl;
}
};
}
</programlisting>
<para>