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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #45659] version function: options and return values supported by Matlab
Date: Thu, 8 Feb 2018 16:31:29 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #55, bug #45659 (project octave):

Thanks for the patch.

__octave_config_info__ isn't the right place for this.  That is supposed to
hold information about the system configuration, i.e., what happens in the
config script, so that would be something like --with-blas="-lblas" was used
as a configuration option, or the configure script decided to use -lblas.  The
actual version of blas or lapack that is being used is not known until run
time, so I think this information belongs somewhere else.  Also, I want to
avoid adding more static variables if possible.  How much time does it take to
execute the discovery functions?  Is there any harm in just providing
functions that compute this info when the version function needs it?


    _______________________________________________________

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]