Skip to content

Commit 1eaf59b

Browse files
author
ripley
committed
correct LAPACK version
git-svn-id: https://svn.r-project.org/R/trunk@87876 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ba59bac commit 1eaf59b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

doc/manual/R-admin.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5582,7 +5582,7 @@ in the use of @code{NA} @emph{vs} @code{NaN} and a substantial number of
55825582
@node OpenBLAS (macOS)
55835583
@subsubsection @I{OpenBLAS}
55845584

5585-
@R{} has been built on @cputype{arm64} using @I{OpenBLAS} 0.3.24 (sources
5585+
@R{} has been built on @cputype{arm64} using @I{OpenBLAS} 0.3.29 (sources
55865586
from @uref{https://github.com/OpenMathLib/OpenBLAS/releases}) by
55875587
symlinking @file{/opt/OpenBLAS/lib/libopenblas.dylib} to
55885588
@file{lib/libRblas.dylib} (see @ref{Shared BLAS}).

src/modules/lapack/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Preparation
1919
For 3.11.0 SRC/dlatrs.f needed patching for gfortran 12: see R.patch.
2020
No longer needed for 3.12.0.
2121

22+
The original release of 3.12.1 had the wrong version in llaver.f and
23+
needs ediitng.
24+
2225
dlapack.f and cmplx.f were created at the top level in the LAPACK
2326
3.x.y sources by copying {dble,cmplx}.txt there and running in R
2427

src/modules/lapack/dlapack.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165805,7 +165805,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
165805165805
* =====================================================================
165806165806
VERS_MAJOR = 3
165807165807
VERS_MINOR = 12
165808-
VERS_PATCH = 0
165808+
VERS_PATCH = 1
165809165809
* =====================================================================
165810165810
*
165811165811
RETURN

0 commit comments

Comments
 (0)