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:
commit
b660fe36bd
@ -236,10 +236,11 @@ self: super:
|
||||
{
|
||||
blas = super.blas.override {
|
||||
blasProvider = self.mkl;
|
||||
}
|
||||
};
|
||||
|
||||
lapack = super.lapack.override {
|
||||
lapackProvider = self.mkl;
|
||||
}
|
||||
};
|
||||
}
|
||||
</programlisting>
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user