[scilab-Users] How to manage Scilab external modules easily

StŽéphane Mottelet stephane.mottelet at utc.fr
Fri Feb 5 17:32:28 CET 2010


Thanks Pierre, it answers to my request for the Plotlib !

S.

Pierre MARECHAL a écrit :
> Hi Martin,
>
> Le 27/01/2010 16:08, Martin.Blasczyk at lantiq.com 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
>
>> Best Regards,
>> Martin Blasczyk
>>    
>
> Regards,
>
> Pierre
>





More information about the users mailing list