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

doc: fix syntax error in BLAS/LAPACK overlay example
wip/yesman
Sandro 3 years ago committed by GitHub
commit b660fe36bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      doc/using/overlays.xml

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

Loading…
Cancel
Save