octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45659] version function: options and return v


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45659] version function: options and return values supported by Matlab
Date: Mon, 04 Apr 2016 18:24:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #45659 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                Priority:              5 - Normal => 2                      
                 Release:                   3.8.1 => dev                    
                 Summary: BLAS and LAPACK info via version command => version
function: options and return values supported by Matlab

    _______________________________________________________

Follow-up Comment #1:

Thanks for filing this bug report.

According to

https://www.mathworks.com/help/matlab/ref/version.html

the following should work:


>> version -date
ans = 2015-05-26
>> version -description
ans = something
>> version -release
ans = something
>> version -java
ans = OpenJDK version whatever
>> [v, d] = version
v = 4.1.0+
d = 2015-05-26


And according to this bug report, the versions of BLAS and LAPACK libraries
should work with the -blas and -lapack options. These options are not
documented at all on Matlab's site, but are demonstrated here:

http://undocumentedmatlab.com/blog/math-libraries-version-info-upgrade

This might be a good small project for a new contributor to work on.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45659>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]