octave-maintainers
[Top][All Lists]
Advanced

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

Re: nlinfit in octave


From: Oliver Heimlich
Subject: Re: nlinfit in octave
Date: Sat, 20 Jun 2015 21:03:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0


On 20.06.2015 19:34, Asma Afzal wrote:
Is there an easy way to work on optim directly with the mercurial
repository sources?

If I use that, I need to hg commit. hg archive. pkg uninstall/install
again n again. Just to check any change I make to the code.

Asma, I don't know the internals of optim well, but I would assume that you could:

1. run “make” in the src/ directory of your optim working copy to create or update any oct files 2. run “octave --path ../octave-optim/src --path ../octave-optim/inst” or, alternatively, use corresponding addpath directives in your .octaverc file.

Then you should be able to use your changes to the optim package without committing them and installing / loading the package.

Oliver



reply via email to

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