From pierre-antoine.gedouin at laposte.net Wed Aug 3 23:39:22 2011 From: pierre-antoine.gedouin at laposte.net (Pierre-Antoine) Date: Wed, 3 Aug 2011 14:39:22 -0700 (PDT) Subject: Path to the LAPACK and BLAS librairies Message-ID: <1312407562818-3223600.post@n3.nabble.com> Hello, I am currently working on a toolbox (sytems identification) wich has to be linked with BLAS and LAPACK . On my own computer, there is no problem to build the toolbox with Scilab utilities (tbx_build_gateway, etc.). Indeed, i know the path to these librairies. But, this path can change from an installation to another. So, is there a systematic way to know the path to the LAPACK and BLAS librairies used by Scilab? Thanks in advance, Pierre-Antoine -- View this message in context: http://mailinglists.scilab.org/Path-to-the-LAPACK-and-BLAS-librairies-tp3223600p3223600.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab.org Wed Aug 3 23:43:40 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 03 Aug 2011 23:43:40 +0200 Subject: [Scilab-Dev] Path to the LAPACK and BLAS librairies In-Reply-To: <1312407562818-3223600.post@n3.nabble.com> References: <1312407562818-3223600.post@n3.nabble.com> Message-ID: <1312407820.2876.28.camel@losinj.inria.fr> Le mercredi 03 ao?t 2011 ? 14:39 -0700, Pierre-Antoine a ?crit : > Hello, > > I am currently working on a toolbox (sytems identification) wich has to be > linked with BLAS and LAPACK . On my own computer, there is no problem to > build the toolbox with Scilab utilities (tbx_build_gateway, etc.). Indeed, i > know the path to these librairies. But, this path can change from an > installation to another. > > So, is there a systematic way to know the path to the LAPACK and BLAS > librairies used by Scilab? -lblas and -llapack should do the trick (at least under Linux & Mac OS X) since the right paths are set in the Scilab environnement. Sylvestre From pierre-antoine.gedouin at laposte.net Wed Aug 3 23:52:02 2011 From: pierre-antoine.gedouin at laposte.net (Pierre-Antoine) Date: Wed, 3 Aug 2011 14:52:02 -0700 (PDT) Subject: Path to the LAPACK and BLAS librairies In-Reply-To: <1312407820.2876.28.camel@losinj.inria.fr> References: <1312407562818-3223600.post@n3.nabble.com> <1312407820.2876.28.camel@losinj.inria.fr> Message-ID: <1312408322816-3223628.post@n3.nabble.com> Thanks for your reply, So, if i understand : - i just have to modify the LDFLAGS under Linux and Mac OS X - i just have to add the full path to the librairies under windows -- View this message in context: http://mailinglists.scilab.org/Path-to-the-LAPACK-and-BLAS-librairies-tp3223600p3223628.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab.org Wed Aug 3 23:54:00 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 03 Aug 2011 23:54:00 +0200 Subject: [Scilab-Dev] Re: Path to the LAPACK and BLAS librairies In-Reply-To: <1312408322816-3223628.post@n3.nabble.com> References: <1312407562818-3223600.post@n3.nabble.com> <1312407820.2876.28.camel@losinj.inria.fr> <1312408322816-3223628.post@n3.nabble.com> Message-ID: <1312408440.2876.31.camel@losinj.inria.fr> Le mercredi 03 ao?t 2011 ? 14:52 -0700, Pierre-Antoine a ?crit : > Thanks for your reply, > > So, if i understand : > > - i just have to modify the LDFLAGS under Linux and Mac OS X Yes, at build time > - i just have to add the full path to the librairies under windows I don't know for Windows. S From pierre-antoine.gedouin at laposte.net Thu Aug 4 00:00:19 2011 From: pierre-antoine.gedouin at laposte.net (Pierre-Antoine) Date: Wed, 3 Aug 2011 15:00:19 -0700 (PDT) Subject: Path to the LAPACK and BLAS librairies In-Reply-To: <1312408440.2876.31.camel@losinj.inria.fr> References: <1312407562818-3223600.post@n3.nabble.com> <1312407820.2876.28.camel@losinj.inria.fr> <1312408322816-3223628.post@n3.nabble.com> <1312408440.2876.31.camel@losinj.inria.fr> Message-ID: <1312408819848-3223657.post@n3.nabble.com> Thanks a lot for your quick response, I will post the results of my tests. Pierre-Antoine -- View this message in context: http://mailinglists.scilab.org/Path-to-the-LAPACK-and-BLAS-librairies-tp3223600p3223657.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From pierre-antoine.gedouin at laposte.net Thu Aug 4 00:07:37 2011 From: pierre-antoine.gedouin at laposte.net (Pierre-Antoine) Date: Wed, 3 Aug 2011 15:07:37 -0700 (PDT) Subject: Path to the LAPACK and BLAS librairies In-Reply-To: <1312408819848-3223657.post@n3.nabble.com> References: <1312407562818-3223600.post@n3.nabble.com> <1312407820.2876.28.camel@losinj.inria.fr> <1312408322816-3223628.post@n3.nabble.com> <1312408440.2876.31.camel@losinj.inria.fr> <1312408819848-3223657.post@n3.nabble.com> Message-ID: <1312409257916-3223672.post@n3.nabble.com> It is OK under linux. I will try under windows. Thanks, Pierrre-Antoine -- View this message in context: http://mailinglists.scilab.org/Path-to-the-LAPACK-and-BLAS-librairies-tp3223600p3223672.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From allan.cornet at scilab.org Thu Aug 4 06:04:02 2011 From: allan.cornet at scilab.org (allan.cornet at scilab.org) Date: Thu, 04 Aug 2011 06:04:02 +0200 Subject: [Scilab-Dev] Re: Path to the LAPACK and BLAS librairies In-Reply-To: <1312408322816-3223628.post@n3.nabble.com> References: <1312407562818-3223600.post@n3.nabble.com> <1312407820.2876.28.camel@losinj.inria.fr> <1312408322816-3223628.post@n3.nabble.com> Message-ID: <834cdb9dd93a626723785f6ff77658a7@scilab.org> Hi, On Windows, you have nothing to do since path and flags about lapack and blas used are by default embedded in Scilab. I advice to not change this since Scilab on Windows uses MKL and it is faster than lapack and blas ref. Allan On Wed, 3 Aug 2011 14:52:02 -0700 (PDT), Pierre-Antoine wrote: > Thanks for your reply, > > So, if i understand : > > - i just have to modify the LDFLAGS under Linux and Mac OS X > - i just have to add the full path to the librairies under windows > > -- > View this message in context: > > http://mailinglists.scilab.org/Path-to-the-LAPACK-and-BLAS-librairies-tp3223600p3223628.html > Sent from the Scilab developers - Mailing Lists Archives mailing list > archive at Nabble.com. From maarten.meijer at controllab.nl Sun Aug 7 22:04:43 2011 From: maarten.meijer at controllab.nl (maarten.meijer) Date: Sun, 7 Aug 2011 13:04:43 -0700 (PDT) Subject: XCos: custom menu entries In-Reply-To: <1311838527667-3205977.post@n3.nabble.com> References: <4E2EBB92.1080709@controllab.nl> <1311688901.4010.14.camel@pinarellu.inria.fr> <1311838527667-3205977.post@n3.nabble.com> Message-ID: <1312747483160-3233719.post@n3.nabble.com> Hi all, As promised, here a little update. I added a new link to the tools submenu, which will lead to this dialog. http://mailinglists.scilab.org/file/n3233719/codeGenerationDialog.png The list with a target selection is fed from XML-files stored in subdirectories within /SCI/contrib/codegeneration/. In this files, the location of the codegeneration library/macro is stored. In the future, I would like to expand the dialog by showing descriptions of the selected codegeneration method. Right now, after selecting the default codegeneration, still a scicos menu comes up: http://mailinglists.scilab.org/file/n3233719/Screenshot-1.png I would like to integrate this scicos menu into the code generation dialog. I think it convenient to pass additional parameters from the dialog to the scicos macro by expanding the superblock object with the parameter attributes. Then this superblock is passed to scicos by means of the temporary input- and outputfile. My question is, is it possible to access those newly attributes with scicos code. Besides, it is possibly possible passing this parameters using asynchronousScilabExec and buildCall, what about that? Any advice is appreciated, Maarten -- View this message in context: http://mailinglists.scilab.org/XCos-custom-menu-entries-tp3200267p3233719.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From maarten.meijer at controllab.nl Mon Aug 8 14:04:46 2011 From: maarten.meijer at controllab.nl (maarten.meijer) Date: Mon, 8 Aug 2011 05:04:46 -0700 (PDT) Subject: XCos: custom menu entries In-Reply-To: <1312747483160-3233719.post@n3.nabble.com> References: <4E2EBB92.1080709@controllab.nl> <1311688901.4010.14.camel@pinarellu.inria.fr> <1311838527667-3205977.post@n3.nabble.com> <1312747483160-3233719.post@n3.nabble.com> Message-ID: <1312805086468-3235355.post@n3.nabble.com> Here a small update. This is the functionality the new dialog (actually a Jpanel) provides. http://mailinglists.scilab.org/file/n3235355/Screenshot-2.png I'm currently optimizing my java-code, thereafter, how can I proceed to contribute this to Xcos? Maarten -- View this message in context: http://mailinglists.scilab.org/XCos-custom-menu-entries-tp3200267p3235355.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab.org Mon Aug 8 14:13:42 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 08 Aug 2011 14:13:42 +0200 Subject: [Scilab-Dev] Re: XCos: custom menu entries In-Reply-To: <1312805086468-3235355.post@n3.nabble.com> References: <4E2EBB92.1080709@controllab.nl> <1311688901.4010.14.camel@pinarellu.inria.fr> <1311838527667-3205977.post@n3.nabble.com> <1312747483160-3233719.post@n3.nabble.com> <1312805086468-3235355.post@n3.nabble.com> Message-ID: <1312805622.18414.14.camel@korcula.inria.fr> Hello, Le lundi 08 ao?t 2011 ? 05:04 -0700, maarten.meijer a ?crit : > Here a small update. This is the functionality the new dialog (actually a > Jpanel) provides. > > http://mailinglists.scilab.org/file/n3235355/Screenshot-2.png Looks like the Target menu as a rendering problem ;) > I'm currently optimizing my java-code, thereafter, how can I proceed to > contribute this to Xcos? If you want your work distributed with Scilab, you have to write a SEP. See: http://gitweb.scilab.org/?p=scilab.git;a=blob;f=SEP/SEP_001_SEP_definition.odt;hb=HEAD It has to provide an added value for most users to be included into the distribution. Otherwise, we are trying to provide them as external modules (usually packaged under ATOMS). Thanks, Sylvestre From jordigh at octave.org Tue Aug 9 04:04:14 2011 From: jordigh at octave.org (=?UTF-8?Q?Jordi_Guti=C3=A9rrez_Hermoso?=) Date: Mon, 8 Aug 2011 21:04:14 -0500 Subject: ARPACK Message-ID: I forgot to cc you guys in the original email, but you may be interested in this: http://jordi.inversethought.com/blog/arpack-situation/ http://octave.1599824.n4.nabble.com/ARPACK-situation-td3727280.html - Jordi G. H. From sylvestre.ledru at scilab.org Tue Aug 9 13:50:18 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 09 Aug 2011 13:50:18 +0200 Subject: [Scilab-Dev] ARPACK In-Reply-To: References: Message-ID: <1312890618.27752.32.camel@losinj.inria.fr> Le lundi 08 ao?t 2011 ? 21:04 -0500, Jordi Guti?rrez Hermoso a ?crit : > I forgot to cc you guys in the original email, but you may be > interested in this: > > http://jordi.inversethought.com/blog/arpack-situation/ > http://octave.1599824.n4.nabble.com/ARPACK-situation-td3727280.html Hello Jordi, With my Scilab and Debian hats, I am indeed interested by this. Sylvestre From allan.cornet at scilab.org Wed Aug 10 10:24:06 2011 From: allan.cornet at scilab.org (Allan CORNET) Date: Wed, 10 Aug 2011 10:24:06 +0200 Subject: SEP 68 tempname Message-ID: <001c01cc5736$def12d60$9cd38820$@scilab.org> Hi, Please find attached SEP 68 about tempname builtin. Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_068_tempname.pdf Type: application/pdf Size: 37417 bytes Desc: not available URL: From pierre-antoine.gedouin at laposte.net Tue Aug 16 19:31:36 2011 From: pierre-antoine.gedouin at laposte.net (Pierre-Antoine) Date: Tue, 16 Aug 2011 10:31:36 -0700 (PDT) Subject: New API Message-ID: <1313515896751-3259326.post@n3.nabble.com> Hello, Since Scilab 5.3, the use of CheckRhs, CheckLhs, LhsVar and the use of the global variables Rhs and Lhs is deprecated. So how can i get the number of Right hand side and left hand side arguments. Thanks in advance, Pierre-Antoine -- View this message in context: http://mailinglists.scilab.org/New-API-tp3259326p3259326.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From maarten.meijer at controllab.nl Sat Aug 20 14:59:32 2011 From: maarten.meijer at controllab.nl (maarten.meijer) Date: Sat, 20 Aug 2011 05:59:32 -0700 (PDT) Subject: XCos: custom menu entries In-Reply-To: <1312805622.18414.14.camel@korcula.inria.fr> References: <4E2EBB92.1080709@controllab.nl> <1311688901.4010.14.camel@pinarellu.inria.fr> <1311838527667-3205977.post@n3.nabble.com> <1312747483160-3233719.post@n3.nabble.com> <1312805086468-3235355.post@n3.nabble.com> <1312805622.18414.14.camel@korcula.inria.fr> Message-ID: <1313845172006-3270506.post@n3.nabble.com> Hello, I'm currently working on the SEP, but I need write permission to git.repository/SEP/ to place the SEP. Furthermore, I'm struggling with the detailed reference implementation section of the SEP. Where should I put the the reference implementation of the proposal and how should such a reference implementation look like? kind regards, Maarten -- View this message in context: http://mailinglists.scilab.org/XCos-custom-menu-entries-tp3200267p3270506.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab.org Sun Aug 21 12:49:30 2011 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Sun, 21 Aug 2011 12:49:30 +0200 Subject: [Scilab-Dev] Re: XCos: custom menu entries In-Reply-To: <1313845172006-3270506.post@n3.nabble.com> References: <4E2EBB92.1080709@controllab.nl> <1311688901.4010.14.camel@pinarellu.inria.fr> <1311838527667-3205977.post@n3.nabble.com> <1312747483160-3233719.post@n3.nabble.com> <1312805086468-3235355.post@n3.nabble.com> <1312805622.18414.14.camel@korcula.inria.fr> <1313845172006-3270506.post@n3.nabble.com> Message-ID: <1313923770.11565.4.camel@losinj.inria.fr> Le samedi 20 ao?t 2011 ? 05:59 -0700, maarten.meijer a ?crit : > Hello, > > I'm currently working on the SEP, but I need write permission to > git.repository/SEP/ to place the SEP. Please send it on the dev mailing list. > Furthermore, I'm struggling with the detailed reference implementation > section of the SEP. Where should I put the the reference implementation of > the proposal and how should such a reference implementation look like? See: http://wiki.scilab.org/How%20to%20contribute%20to%20Scilab "Not a Scilab Contributor? Send us your modifications" Thanks, Sylvestre From arun.k.2.4m at gmail.com Mon Aug 29 03:18:23 2011 From: arun.k.2.4m at gmail.com (arunk) Date: Sun, 28 Aug 2011 18:18:23 -0700 (PDT) Subject: communication toolbox Message-ID: <1314580703704-3291554.post@n3.nabble.com> Hi, My group wish to work on development of communication block set for scilab. i had read this link http://wiki.scilab.org/Contributor%20-%20Communications%20blockset Have the work on this started? regards, Arun K -- View this message in context: http://mailinglists.scilab.org/communication-toolbox-tp3291554p3291554.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From leratojeffrey.mohapi at gmail.com Mon Aug 29 15:58:46 2011 From: leratojeffrey.mohapi at gmail.com (Lerato Jeffrey Mohapi) Date: Mon, 29 Aug 2011 09:58:46 -0400 Subject: Adding external JAR Library (antlr) to scilab Message-ID: Hi Guys, I am trying add an HDL Code generator that I developed using Java and I use external JAR libraries such as antlr. How can I add this JAR Libraries to my project such that I can build scilab from sources by using 'make' on Linux. I realise that there are other third party Libraries (flexdock, etc.) that are used in scilab but I can't figure out how you add them to the scilab project. Please point me to a configuration script or anything that can help me. Regards. -- Lerato J Mohapi iThemba LABS - EIT Student Somerset West Cell: 021 843 1339