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

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

[Octave-bug-tracker] [bug #50302] [octave forge] (odepkg) install failur


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #50302] [octave forge] (odepkg) install failure
Date: Mon, 14 Aug 2017 09:38:35 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #50302 (project octave):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => cdf                    

    _______________________________________________________

Follow-up Comment #2:

Hi,

There has been some progress on this in the
development version of odepkg, tehre are still
some known outstanding issues especially with
docs and demos but testing is welcome.

If you are using Octave 4.2.x you can install
a development snapshot as follows:
[fname, success] = urlwrite
("https://bitbucket.org/odepkg/odepkg/get/default.tar.gz";, [P_tmpdir
"odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)

If you are using the development version of Octave you can use
[fname, success] = urlwrite
("https://bitbucket.org/odepkg/odepkg/get/octave43.tar.gz";, [P_tmpdir
"odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)

If you have an older version of Octave please upgrade before trying this.

c. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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