@@ -3834,7 +3834,7 @@ also be used as a shared BLAS.  The Fedora builds do not include LAPACK
38343834in the @I {BLIS } libraries and so cannot currently be used with internal
38353835LAPACK as they do not provide @code {dgemmtr }.
38363836
3837- AMD maintaint  a branch of @I {BLIS } optimized for their CPUS called
3837+ AMD maintain  a branch of @I {BLIS } optimized for their CPUS called
38383838@I {AOCL }.
38393839@c  https://www.amd.com/en/developer/aocl.html
38403840@c  https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms calls
@@ -3875,7 +3875,9 @@ MKL="-L$@{MKL_LIB_PATH@} -lmkl_gf_lp64 -lmkl_core -lmkl_sequential"
38753875@noindent 
38763876The option @option {--with-lapack } is used since @I {MKL } contains a tuned
38773877copy of LAPACK (often older than the current version) as well as the
3878- @acronym {BLAS } (@pxref {LAPACK }), although this can be omitted.
3878+ @acronym {BLAS } (@pxref {LAPACK }).  Also, it does not at the time of
3879+ writing contain the BLAS functions such as @code {dgemmtr } and so cannot
3880+ be used with LAPACK 3.12.1 included in @R {} 4.5.0 and later.
38793881
38803882Threaded @I {MKL } may be used by replacing the line defining the variable
38813883@code {MKL } by
@@ -4076,6 +4078,11 @@ practice its main uses are without a value,
40764078with an `enhanced' BLAS such as ATLAS, @I {FlexiBLAS }, @I {MKL } or @I {OpenBLAS } which
40774079contains a full LAPACK (to avoid possible conflicts), or
40784080
4081+ @item 
4082+ When using an `enhanced' BLAS such as @I {BLIS } that does @strong {not }
4083+ contain a full LAPACK and does not contain the LAPACK 3.12.1 additions
4084+ to BLAS: then an external LAPACK version 3.12.0 or earlier is required.
4085+ 
40794086@item 
40804087on Debian/Ubuntu systems to select the system @code {liblapack } which can
40814088be switched by the `alternatives' mechanism.
@@ -5569,6 +5576,11 @@ BLAS and LAPACK calls, configure with
55695576@option {--with-newAccelerate=lapack }.  These options cannot be used with
55705577others such as @option {--with-blas } and @option {--with-lapack }.
55715578
5579+ Not that none of the Accelerate distributions contain the BLAS routines
5580+ added in LAPACK 3.12.1 so cannot be used with the internal LAPACK as
5581+ from @R {}@tie {}4.5.0.  They can be used with the (old) LAPACK they
5582+ contain, or with an external LAPACK 3.12.0 or earlier.
5583+ 
55725584@c  https://developer.apple.com/documentation/accelerate/veclib
55735585Threading in @I {Accelerate } is controlled by `Grand Central
55745586Dispatch'@footnote {E.g. ,
0 commit comments