[Scilab-users] How to manage Scilab external modules easily

Victor Rodrigues v.deoliveirarodri at lantiq.com
Wed Oct 31 14:28:26 CET 2012


Hi Pierre,


Pierre MARECHAL <pierre.marechal at ...> writes:

> 
> Hi Martin,
> 
> Le 27/01/2010 16:08, Martin.Blasczyk at ... a écrit :
> > Hello,
> >
> > Great new feature, thanks!
> >
> > For Scilab-Clients connected to a local network without internet access, 
is it possible to setup a local
> ATOMS-server for supplying them with additional modules?
> Yes. If internet (http://atoms.scilab.org) is unreachable, two things 
> are possible:
> 
>   - Add a local repository :
>      --> 
> atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org')
>      --> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org');
> 
>   - Install a local package
>      --> atomsInstall('/home/bob/mymodule.bin.tar.gz');
>      --> atomsInstall('E:\mymodule.bin.tar.gz');
> 
> This only works with the current nightly builds :
> 
>   - 
> http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2
>   - http://www.scilab.org/download/index_download.php?page=nightly_builds
> >   Is there a description available for setting up such a server?
> The beginning of documentation is available here :
> http://wiki.scilab.org/ATOMS/localrepository
> 
> This documentation is a rough draft at the moment. It will be filled-out 
> shortly


I have been using the solution you suggested on Scilab 5.2 to supply several 
clients connected to a local network without internet access with additional 
modules. But after updating to Scilab 5.4, this same solution do not work.

I get the error 4: Undefined variable: winId.

Do I have to do any modifications to my local repository or to do another 
procedure to add this repository to the client? Is there any documentation 
available ralated to this?


> > Best Regards,
> > Martin Blasczyk
> >    
> 
> Regards,
> 
> Pierre
> 


Thanks a lot,
Best regards,
Victor.





More information about the users mailing list