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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #45659] version function: options and return values supported by Matlab
Date: Mon, 11 Apr 2016 09:19:52 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0

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

The attached patch adds "fftwf_version" to octave_config_info. Under normal
circumstances, this should always be the same as "fftw_version".

I did not know about ctime. Maybe it could be added to the "see also" of
datestr?

A comment on the make rules for HG-ID and libinterp/build-info.cc: As it
stands right now, libinterp/build-info.cc implicitly is a phony target because
it depends on the phony target HG-ID. Thus, build-info.cc is created on every
run of make. The changed file is then re-compiled and linked in every time.
This might lead to an unnecessarily increased compile (and linker!) time when
only changes on code for unrelated libraries were done.
My first approach was making only the target that created HG-ID phony and
making libinterp/build-info.cc depend on the file instead of on the target.
This however meant that the build time (in the same file) was only updated
(automatically) when the hg-id changed. Maybe a small trade-off for local wip
builds.
Any of the two approaches has their advantages, imho. Just wanted to re-phrase
what I tried to explain in my (not very clear) comment #12.

(file #36891)
    _______________________________________________________

Additional Item Attachment:

File name: version_3.patch                Size:2 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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