# HG changeset patch # User Markus Mützel # Date 1575899292 -3600 # Mon Dec 09 14:48:12 2019 +0100 # Node ID bc5c32f6c4135173dcf0d767f2efc0dfb3cf6afb # Parent 18de386596066b5c6723414d426253453e07fbe6 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. diff -r 18de38659606 -r bc5c32f6c413 scripts/miscellaneous/version.m --- a/scripts/miscellaneous/version.m Tue Dec 03 17:50:59 2019 +0100 +++ b/scripts/miscellaneous/version.m Mon Dec 09 14:48:12 2019 +0100 @@ -54,6 +54,9 @@ ## 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 and depend on how Octave was compiled. +## ## 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}