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

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

[Octave-bug-tracker] [bug #57081] [octave forge] (io) incorrect io packa


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57081] [octave forge] (io) incorrect io package version in src/configure.ac
Date: Tue, 1 Sep 2020 20:56:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36

Follow-up Comment #3, bug #57081 (project octave):

Looking at your Makefile

https://sourceforge.net/p/octave/io/ci/default/tree/src/Makefile

neither "bootstrap" nor "configure.ac" are necessary, as you only use
"mkoctfile" to compile a few files.

To comply with the Octave package standard

https://octave.org/doc/v5.2.0/Creating-Packages.html

it is not necessary either, only the "Makefile" is called then.

If you want to support older Octave versions, you can include a small header
defining "is_cell" to "iscell", etc., or just mark the latest supported Octave
version in the DESCRIPTION file.

I cannot find an Octave Forge documentation which specifies the necessity for
"bootstrap" nor "configure.ac".  Maybe Olaf can clarify this?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57081>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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