Skip to content

Commit 36beb1e

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@87893 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 226399b commit 36beb1e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

doc/NEWS.Rd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@
225225
\code{zgemmtr} which are now used by LAPACK routines. This means
226226
that BLAS implementations are no longer interchangeable.
227227

228-
\item To work aorund this, \R can be configured with option
229-
\option{--with-2025blas} which arranges for the 2025 additions to
230-
be compiled into \code{libRlapack} (the internal LAPACK, not built
231-
if an external LAPACK is used).
228+
\item To work around this, \R can be configured with option
229+
\option{--with-2025blas} which arranges for the 2025 BLAS
230+
additions to be compiled into \code{libRlapack} (the internal
231+
LAPACK, not built if an external LAPACK is used).
232232

233233
This option allows the continuation of swapping the BLAS in use by
234234
symlinking \file{lib/libRblas.*}. It has the disadvantage of
@@ -237,8 +237,8 @@
237237
from version 0.3.29).
238238

239239
\item Windows builds use the internal LAPACK and by default the
240-
internal BLAS: notes on how to swap the latter in \file{Rblas.dll}
241-
are in file \file{src/extra/blas/Makefile.win}.
240+
internal BLAS: notes on how to swap the latter \emph{via}
241+
\file{Rblas.dll} are in file \file{src/extra/blas/Makefile.win}.
242242
}
243243
}
244244

@@ -255,7 +255,7 @@
255255
%% installed on macOS 15.3
256256
%% https://en.cppreference.com/w/c/23
257257
A C23 compiler is known to be selected with
258-
\command{gcc}\sspace{}13--15,
258+
\command{gcc}\sspace{}13--15 (as used on Windows),
259259
\I{LLVM} \command{clang}\sspace{}18--20 (and 15 should),
260260
Apple \command{clang}\sspace{}15--16 and
261261
Intel\sspace{}2024.2 (and 2022.2 should).

doc/manual/R-admin.texi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4124,10 +4124,17 @@ target, but file @file{build/install_manifest.txt} lists the files
41244124
installed, so you can remove them @emph{via} shell commands or from
41254125
@R{}.
41264126

4127+
The originql release of LAPCK 3.12.1 identifies itself as 3.12.0 (a
4128+
bug).
4129+
41274130
If using @option{--with-lapack} to get a reference (`generic') LAPACK
41284131
(or allowing the default to select one), consider also using
41294132
@option{--with-blas} (with a path if an enhanced BLAS is installed).
41304133

4134+
There is also `RecursiveLAPACK'
4135+
(@uref{https://github.com/HPAC/ReLAPACK?tab=readme-ov-file}) which
4136+
replaces some LAPACK routines. (This is optionally used by @I{OpenBLAS}.)
4137+
41314138

41324139
@node Caveats
41334140
@subsection Caveats

0 commit comments

Comments
 (0)