changeset 27830:06bb894770e8

BLAS and LAPACK information might be wrong (bug #57112). * version.m: Add note to the documentation that the '-blas' and '-lapack' options might be unreliable.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 09 Dec 2019 14:48:12 +0100
parents ba4271934b1c
children b42e4b3dee5d
files scripts/miscellaneous/version.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/version.m	Fri Jul 19 20:48:56 2019 +0200
+++ b/scripts/miscellaneous/version.m	Mon Dec 09 14:48:12 2019 +0100
@@ -54,6 +54,10 @@
 ## the mercurial ID of the sources used to build Octave.
 ## @end table
 ##
+## The information returned for the @qcode{"-blas"} and @qcode{"-lapack"}
+## options might be unreliable.  It might report which library was linked in
+## when Octave was built instead of which library is currently used.
+##
 ## The variant with no input and output argument is an alias for the function
 ## @w{@env{OCTAVE_VERSION}} provided for compatibility.
 ## @seealso{OCTAVE_VERSION, ver}