octave-maintainers
[Top][All Lists]
Advanced

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

Re: modifications fail on installing


From: Sudeepam Pandey
Subject: Re: modifications fail on installing
Date: Thu, 31 May 2018 22:32:43 +0530



On Thu, May 31, 2018 at 2:57 PM, Sahil <address@hidden> wrote:
Sudeepam Pandey wrote
> On 31 May 2018 12:03 a.m., "Sudeepam Pandey" &lt;

> sudeepam.pandey@

> &gt;
> wrote:
>
>
>
> On 30 May 2018 10:11 p.m., "Sahil" &lt;

> yadavsahil5198@

> &gt; wrote:
>
> Make sure to include your new files in `module.mk` [1] in your current
> working directory, always.
>
> Best
> Sahil
>
> [1]
> https://bitbucket.org/peesu_97/octave/src/sudeepam-bm/scripts/help/module.mk
>
>
>
> --
> Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638
> 794.html
>
>
> Thanks Sahil works like a charm.
>
>
> Sahil, would you know how .mat files can be included in the module.mk
> file?
> Better still, can you point me to some documentation that has all these
> things listed down?
>
>
> Thankyou,
> Sudeep am.

I don't know if .mat files are being used in the source code. Why not rename
it with a .m extension and then include it? As for the documentation, I
discovered these back when I was getting my hands dirty in the source code a
few months back. So, you'll need to play with the source or it's always good
to ask on IRC/mailing lists when getting stuck.

Best
Sahil


Sahil,
       .m files and .mat files are very different and I don't think that renaming would work, also I'm pretty sure that .mat files are being included. I came across one and only one file .mat file in the source code and its called penny.mat. Thank you for helping though.
       Rik, I have CC:'d you this mail because you've been following my project and I see here[1] that you know something about this penny.mat file. Basically, to increase the speed of my command generation algorithm, I plan to reduce the sample space using some smart estimations. One step towards that would be to store all the function names (core+forge) in a very effectively organized .mat file and loading only the probable corrections to compare with the incorrect spelling. Basically, I need help figuring out how this .mat file will be included in module.mk file of scripts/help folder. Maybe it is similar to how penny.mat is hooked with octave? Would you happen to know something about this?
       Besides that, If you have any other suggestion about I should effectively store the commands then they would be appreciated as well. Also, should we move these discussions to a separate thread?

[1]: http://savannah.gnu.org/patch/?8472

Thankyou,
Sudeepam

reply via email to

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