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

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

[Octave-bug-tracker] [bug #65461] Can't install MVApack package


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #65461] Can't install MVApack package
Date: Fri, 15 Mar 2024 04:03:47 -0400 (EDT)

Follow-up Comment #3, bug #65461 (group octave):

`pkg` expects that packages eventually define a `pre_install.m` function that
accepts one arguments see 

https://docs.octave.org/v4.4.0/Creating-Packages.html#Creating-Packages

Before Octave 7 it was possible to define `function pre_install ()` without
any argument, and the the argument passed by pkg would be silently ignored.
Since Octave 7 one has to explicitly ignore the argument, e.g. `function
pre_install (~)` or an error will occur.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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