From communication at scilab-enterprises.com Fri Jan 4 17:03:03 2013 From: communication at scilab-enterprises.com (Communication) Date: Fri, 04 Jan 2013 17:03:03 +0100 Subject: [Scilab-Dev] Best Wishes 2013 Message-ID: <50E6FD37.4000806@scilab-enterprises.com> *Scilab Enterprises wishes you a happy new year 2013* Best Wishes This message is not displayed properly? View it here: http://www.scilab.org/community/news/20130102 --------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles (France) http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 89937 bytes Desc: not available URL: From webadmin at scilab.org Fri Jan 11 16:12:04 2013 From: webadmin at scilab.org (Web Admin) Date: Fri, 11 Jan 2013 16:12:04 +0100 Subject: [Scilab-Dev] Maintenance information Message-ID: <50F02BC4.50308@scilab.org> Dear Scilab users, Due to maintenance processes, our servers won't be available for an undefined period of time on monday the 14th in the morning (GMT +1). Please accept our apologies for the inconvenience, Best regards, The Scilab Team From laurent.berger at univ-lemans.fr Fri Jan 18 14:48:51 2013 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Fri, 18 Jan 2013 05:48:51 -0800 (PST) Subject: [Scilab-Dev] API_Call_scilab scilab 5.4.0 Linux mint Message-ID: <1358516931378-4025711.post@n3.nabble.com> Hi, I want to call scilab 5.4.0 from a c program (With scilab 5.3.3 it's ok). I have got 29 links errors. The first error is : /usr/share/scilab/lib/scilab/libscicall_scilab.so||undefined reference to `createNamedMatrixOfString'| I have used link flag -lscilab -lscicall_scilab I have got many warnings like ||warning: libscigui.so.5, needed by /usr/share/scilab/lib/scilab/libscilab.so, not found (try using -rpath or -rpath-link)| Thanks you for your help -- View this message in context: http://mailinglists.scilab.org/API-Call-scilab-scilab-5-4-0-Linux-mint-tp4025711.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sgougeon at free.fr Sun Jan 20 16:24:56 2013 From: sgougeon at free.fr (Samuel Gougeon) Date: Sun, 20 Jan 2013 16:24:56 +0100 Subject: [Scilab-Dev] eval() => evstr() Message-ID: <50FC0C48.6060607@free.fr> Hello, eval() is being tagged as obsolete at https://codereview.scilab.org/#/c/10237/ evstr() is claimed to be the proper replacement. Removing this -- almost -- duplicate is rather a good new. However, here is a case supported by eval() and not by evstr(): eval("plot2d()") // does the plot and returns [] while evstr() // does the plot but breaks with the error -->evstr("plot2d()") !--error 10000 evstr : L'expression donn?e n'a pas de valeur. at line 68 of function evstr called by : evstr("plot2d()") What do you plan about it? Regards Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Sun Jan 20 16:55:23 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sun, 20 Jan 2013 16:55:23 +0100 Subject: [Scilab-Dev] eval() => evstr() In-Reply-To: <50FC0C48.6060607@free.fr> References: <50FC0C48.6060607@free.fr> Message-ID: <50FC136B.6090007@scilab-enterprises.com> On 20/01/2013 16:24, Samuel Gougeon wrote: > Hello, > > eval() is being tagged as obsolete at > https://codereview.scilab.org/#/c/10237/ > evstr() is claimed to be the proper replacement. > Removing this -- almost -- duplicate is rather a good new. > However, here is a case supported by eval() and not by evstr(): > > eval("plot2d()") // does the plot and returns [] > > while > > evstr() // does the plot but breaks with the error > -->evstr("plot2d()") > !--error 10000 > evstr : L'expression donn?e n'a pas de valeur. > at line 68 of function evstr called by : > evstr("plot2d()") > > What do you plan about it? Thanks for the feedback. For now, it was just a test and your email is an excellent feedback! Thanks Sylvestre From serge.steer at inria.fr Sun Jan 20 17:51:43 2013 From: serge.steer at inria.fr (Serge Steer) Date: Sun, 20 Jan 2013 17:51:43 +0100 (CET) Subject: [Scilab-Dev] eval() => evstr() In-Reply-To: <50FC136B.6090007@scilab-enterprises.com> Message-ID: <1822452123.27417296.1358700703369.JavaMail.root@inria.fr> execstr("plot2d()") works because plot2d() in an instruction (no returned value) As far as I remember eval as been developped as a partiel replacement of the Matlab function but it is a too partial replacement. It sould be either removed either rewritten to fit the Matlab function syntax and semantics Serge ----- Mail original ----- > De: "Sylvestre Ledru" > ?: dev at lists.scilab.org > Envoy?: Dimanche 20 Janvier 2013 16:55:23 > Objet: Re: [Scilab-Dev] eval() => evstr() > > On 20/01/2013 16:24, Samuel Gougeon wrote: > > Hello, > > > > eval() is being tagged as obsolete at > > https://codereview.scilab.org/#/c/10237/ > > evstr() is claimed to be the proper replacement. > > Removing this -- almost -- duplicate is rather a good new. > > However, here is a case supported by eval() and not by evstr(): > > > > eval("plot2d()") // does the plot and returns [] > > > > while > > > > evstr() // does the plot but breaks with the error > > -->evstr("plot2d()") > > !--error 10000 > > evstr : L'expression donn?e n'a pas de valeur. > > at line 68 of function evstr called by : > > evstr("plot2d()") > > > > What do you plan about it? > Thanks for the feedback. For now, it was just a test and your email > is > an excellent feedback! > > Thanks > Sylvestre > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > From fpoulain at metrodore.fr Fri Jan 18 17:15:04 2013 From: fpoulain at metrodore.fr (=?ISO-8859-1?B?RnJhbudvaXM=?= Poulain) Date: Fri, 18 Jan 2013 17:15:04 +0100 Subject: [Scilab-Dev] TeXmacs interface broken in scilab-5.3.3 (debian testing) Message-ID: <20130118171504.56714756@mage.lix.polytechnique.fr> Hi, The TeXmacs interface is broken, i.e. launching Scilab with $ scilab --texmacs doesn't allow to print any result. I guess it is due to modules/texmacs/macros/texout.sci The following patch seems fix fix the problem. --- modules/texmacs/macros/texout.sci 2013-01-18 16:57:37.118751331 +0100 +++ /usr/share/scilab/modules/texmacs/macros/texout.sci 2012-05-20 17:11:58.000000000 +0200 @@ -10,5 +10,5 @@ function texout(v) DATA_BEGIN=ascii(2); DATA_END=ascii(5) -mprintf(strsubst(DATA_BEGIN+"latex:$"+prettyprint(v)+'$'+DATA_END,'\','\\')) +mprintf(strsubst(DATA_BEGIN+"latex:$"+texprint(v)+'$'+DATA_END,'\','\\')) endfunction Best regards. Fran?ois -- Fran?ois Poulain From fpoulain at metrodore.fr Fri Jan 18 17:37:36 2013 From: fpoulain at metrodore.fr (=?ISO-8859-1?B?RnJhbudvaXM=?= Poulain) Date: Fri, 18 Jan 2013 17:37:36 +0100 Subject: [Scilab-Dev] TeXmacs interface broken in scilab-5.3.3 (debian testing) In-Reply-To: <20130118171504.56714756@mage.lix.polytechnique.fr> References: <20130118171504.56714756@mage.lix.polytechnique.fr> Message-ID: <20130118173736.24d08ce4@mage.lix.polytechnique.fr> Le Fri, 18 Jan 2013 17:15:04 +0100, Fran?ois Poulain a ?crit : > -mprintf(strsubst(DATA_BEGIN+"latex:$"+prettyprint(v)+'$'+DATA_END,'\','\\')) > +mprintf(strsubst(DATA_BEGIN+"latex:$"+texprint(v)+'$'+DATA_END,'\','\\')) As you probably seen, the patch is erronouly reversed. My apologies. Fran?ois -- Fran?ois Poulain From sylvestre.ledru at scilab-enterprises.com Wed Jan 23 10:46:36 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Wed, 23 Jan 2013 10:46:36 +0100 Subject: [Scilab-Dev] Scan-build for master, 5.4 & 6.0 branches Message-ID: <50FFB17C.3040902@scilab-enterprises.com> Hi, Thanks to Jenkins, we have been producing reports with scan-build for the master build: http://scan-build.scilab.org/ Now, we are also generating them for the 5.4 branch: http://scan-build.scilab.org/scan-build-5.4/ And the 6.0 branch: http://scan-build.scilab.org/scan-build-6/ Sylvestre From walbendelak at yahoo.com.br Thu Jan 24 02:42:33 2013 From: walbendelak at yahoo.com.br (Bendelak) Date: Wed, 23 Jan 2013 17:42:33 -0800 (PST) Subject: [Scilab-Dev] Set the intial current on an inductor In-Reply-To: <1356283189761-4025587.post@n3.nabble.com> References: <1356283189761-4025587.post@n3.nabble.com> Message-ID: <1358991753848-4025742.post@n3.nabble.com> I could set the inicial current in an inductor using the modelica generic block. Now I want to contribute with others engineers creating a new block in the electrical palette: an inductor with inicial current. I already have the modelica's code, how can I create a block and share it with you? -- View this message in context: http://mailinglists.scilab.org/Set-the-intial-current-on-an-inductor-tp4025587p4025742.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From todisoa at net2dev.com Thu Jan 24 09:52:13 2013 From: todisoa at net2dev.com (rtodymic) Date: Thu, 24 Jan 2013 00:52:13 -0800 (PST) Subject: [Scilab-Dev] =?utf-8?q?d=C3=A9marrage_de_scilab?= Message-ID: <1359017533797-4025743.post@n3.nabble.com> hi everybody, Actually ,I use scilab-5.4.0 on windows and now,it don't want to restart and display :" Could not create a Scilab main class. ( we have not been able to find the main scilab class. Check if the scilab and thirdparty are available) ". So,what to do to restart scilab? Thank you for your help ps: -- View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Thu Jan 24 11:34:49 2013 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Thu, 24 Jan 2013 11:34:49 +0100 Subject: [Scilab-Dev] Set the intial current on an inductor In-Reply-To: <1358991753848-4025742.post@n3.nabble.com> References: <1356283189761-4025587.post@n3.nabble.com> <1358991753848-4025742.post@n3.nabble.com> Message-ID: <1359023689.6571.6.camel@paros> Hello Bendelak, Modelica blocks (mainly from the standard modelica library) are developed on the Coselica project on the forge [1]. Feel free to provide your own implementation as a new block and as a patch to the current development branch. For more information on own to create your own block: refers to the ScilabTec '10 and '11 presentation, to the documentation [2] and take a look at the current implementation of the Inductor. [1]: http://forge.scilab.org/index.php/p/coselica/ [2]: http://help.scilab.org/docs/5.4.0/en_US/section_c88f410aab4381e92377f213e2414817.html -- Cl?ment David Le mercredi 23 janvier 2013 ? 17:42 -0800, Bendelak a ?crit : > I could set the inicial current in an inductor using the modelica generic > block. > Now I want to contribute with others engineers creating a new block in the > electrical palette: an inductor with inicial current. > I already have the modelica's code, how can I create a block and share it > with you? > > > > -- > View this message in context: http://mailinglists.scilab.org/Set-the-intial-current-on-an-inductor-tp4025587p4025742.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From vincent.couvert at scilab-enterprises.com Thu Jan 24 15:07:19 2013 From: vincent.couvert at scilab-enterprises.com (Vincent COUVERT) Date: Thu, 24 Jan 2013 15:07:19 +0100 Subject: [Scilab-Dev] =?iso-8859-1?q?d=E9marrage_de_scilab?= In-Reply-To: <1359017533797-4025743.post@n3.nabble.com> References: <1359017533797-4025743.post@n3.nabble.com> Message-ID: <51014017.60402@scilab-enterprises.com> Hi, It is perhaps due to some corrupted configuration files. Can you try to remove your SCIHOME ( http://help.scilab.org/docs/current/en_US/SCIHOME.html) directory? Regards, Vincent Le 24/01/2013 09:52, rtodymic a ?crit : > hi everybody, > > Actually ,I use scilab-5.4.0 on windows and now,it don't want to restart > and display :" Could not create a Scilab main class. ( we have not been able > to find the main scilab class. Check if the scilab and thirdparty are > available) ". > > So,what to do to restart scilab? > > Thank you for your help > > ps: > > > > -- > View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Thu Jan 24 18:14:54 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 24 Jan 2013 18:14:54 +0100 Subject: [Scilab-Dev] SEP 88: New functions to get remote files Message-ID: <51016C0E.3060306@scilab-enterprises.com> Hello, The attachment describes the SEP #88, targeting Scilab 5.5.0. The goal of this SEP is to propose the introduction of three new functions: * getURLcontent - Return the content of an URL (HTTP, HTTPS, FTP...) Profiles: filename = getURL(URL [, targetDir [, username [, password]]]]); filename = getURL(URL [, targetFile [, username [, password]]]]); * getURL - Download an URL (HTTP, HTTPS, FTP...) Profile: output = getURLcontent(URL [, username, [, password]]); * splitURL - Split a URL (HTTP, HTTPS, FTP...) Profile: [proto, server, path, query, username, port, fragment] = splitURL(URL); Don't hesitate to comment it, Sylvestre -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_088_file_remote.pdf Type: application/pdf Size: 123360 bytes Desc: not available URL: From todisoa at net2dev.com Fri Jan 25 06:14:47 2013 From: todisoa at net2dev.com (rtodymic) Date: Thu, 24 Jan 2013 21:14:47 -0800 (PST) Subject: [Scilab-Dev] =?utf-8?q?d=C3=A9marrage_de_scilab?= In-Reply-To: <51014017.60402@scilab-enterprises.com> References: <1359017533797-4025743.post@n3.nabble.com> <51014017.60402@scilab-enterprises.com> Message-ID: hi vincent 2013/1/24 Vincent COUVERT-2 [via Scilab / Xcos - Mailing Lists Archives] < ml-node+s994242n4025750h80 at n3.nabble.com> > Hi, > > It is perhaps due to some corrupted configuration files. > > Can you try to remove your SCIHOME ( > http://help.scilab.org/docs/current/en_US/SCIHOME.html) directory? > > Regards, > Vincent > Le 24/01/2013 09:52, rtodymic a ?crit : > > hi everybody, > > Actually ,I use scilab-5.4.0 on windows and now,it don't want to restart > and display :" Could not create a Scilab main class. ( we have not been able > to find the main scilab class. Check if the scilab and thirdparty are > available) ". > > So,what to do to restart scilab? > > Thank you for your help > > ps: > > > > -- > View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > dev mailing list[hidden email] http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > [hidden email] > http://lists.scilab.org/mailman/listinfo/dev > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743p4025750.html > To unsubscribe from d?marrage de scilab, click here > . > NAML > -- View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743p4025754.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From todisoa at net2dev.com Fri Jan 25 06:23:41 2013 From: todisoa at net2dev.com (rtodymic) Date: Thu, 24 Jan 2013 21:23:41 -0800 (PST) Subject: [Scilab-Dev] =?utf-8?q?d=C3=A9marrage_de_scilab?= In-Reply-To: <51014017.60402@scilab-enterprises.com> References: <1359017533797-4025743.post@n3.nabble.com> <51014017.60402@scilab-enterprises.com> Message-ID: hi Vincent, I finally managed to restart scilab thanks to your advice. thank you very much, 2013/1/25 todisoa michel > hi vincent > > > > 2013/1/24 Vincent COUVERT-2 [via Scilab / Xcos - Mailing Lists Archives] < > ml-node+s994242n4025750h80 at n3.nabble.com> > > Hi, >> >> It is perhaps due to some corrupted configuration files. >> >> Can you try to remove your SCIHOME ( >> http://help.scilab.org/docs/current/en_US/SCIHOME.html) directory? >> >> Regards, >> Vincent >> Le 24/01/2013 09:52, rtodymic a ?crit : >> >> hi everybody, >> >> Actually ,I use scilab-5.4.0 on windows and now,it don't want to restart >> and display :" Could not create a Scilab main class. ( we have not been able >> to find the main scilab class. Check if the scilab and thirdparty are >> available) ". >> >> So,what to do to restart scilab? >> >> Thank you for your help >> >> ps: >> >> >> >> -- >> View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743.html >> Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. >> _______________________________________________ >> dev mailing list[hidden email] http://lists.scilab.org/mailman/listinfo/dev >> >> >> >> _______________________________________________ >> dev mailing list >> [hidden email] >> http://lists.scilab.org/mailman/listinfo/dev >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the >> discussion below: >> http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743p4025750.html >> To unsubscribe from d?marrage de scilab, click here >> . >> NAML >> > > -- View this message in context: http://mailinglists.scilab.org/demarrage-de-scilab-tp4025743p4025755.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From filip.saraiva at gmail.com Sat Jan 26 17:58:56 2013 From: filip.saraiva at gmail.com (Filipe Saraiva) Date: Sat, 26 Jan 2013 14:58:56 -0200 Subject: [Scilab-Dev] umf_divcomplex problem in compilation Message-ID: Hello, I have a error during Scilab compilation. The error message is below: checking for umf_divcomplex in -lumfpack... no configure: error: libumfpack: Library missing. (Cannot find symbol umf_divcomplex). Check if libumfpack is installed and if the version is correct (also called lib suitesparse) But umfpack is installed. I submitted a bug report to my distribution some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) but I don't had replies yet. Have you some idea about this? Thank you; -- Filipe Saraiva http://filipesaraiva.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Sat Jan 26 18:04:27 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 26 Jan 2013 18:04:27 +0100 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: References: Message-ID: <51040C9B.2020800@scilab-enterprises.com> On 26/01/2013 17:58, Filipe Saraiva wrote: > Hello, > > I have a error during Scilab compilation. The error message is below: > > checking for umf_divcomplex in -lumfpack... no > configure: error: libumfpack: Library missing. (Cannot find symbol > umf_divcomplex). Check if libumfpack is installed and if the version is > correct (also called lib suitesparse) > > But umfpack is installed. I submitted a bug report to my distribution > some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > don't had replies yet. > > Have you some idea about this? Yeh, you should have a look in the config.log, you will find more information about the issue. Otherwise, --without-umfpack is your friend. S From chukonvilla at yahoo.com Sat Jan 26 18:36:40 2013 From: chukonvilla at yahoo.com (chukonvilla at yahoo.com) Date: Sat, 26 Jan 2013 17:36:40 +0000 Subject: [Scilab-Dev] Double integral Message-ID: <393166.72824.bm@smtp123-mob.biz.mail.ir2.yahoo.com> Greetings, i was trying to compute the geoidal undulation using the bruns formular (stokes integral) and am having some problems using scilab. Actually, am a beginner. I'll appreciate your help. Chuks. From xuhaida at gmail.com Sun Jan 27 03:04:54 2013 From: xuhaida at gmail.com (xuhaida) Date: Sun, 27 Jan 2013 10:04:54 +0800 Subject: [Scilab-Dev] umf_divcomplex problem in compilation Message-ID: Sylvestre Ledru ??? >On 26/01/2013 17:58, Filipe Saraiva wrote: >> Hello, >> >> I have a error during Scilab compilation. The error message is below: >> >> checking for umf_divcomplex in -lumfpack... no >> configure: error: libumfpack: Library missing. (Cannot find symbol >> umf_divcomplex). Check if libumfpack is installed and if the version is >> correct (also called lib suitesparse) >> >> But umfpack is installed. I submitted a bug report to my distribution >> some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) but I >> don't had replies yet. >> >> Have you some idea about this? >Yeh, you should have a look in the config.log, you will find more >information about the issue. >Otherwise, --without-umfpack is your friend. > >S > >_______________________________________________ >dev mailing list >dev at lists.scilab.org >http://lists.scilab.org/mailman/listinfo/dev From filip.saraiva at gmail.com Mon Jan 28 11:14:36 2013 From: filip.saraiva at gmail.com (Filipe Saraiva) Date: Mon, 28 Jan 2013 08:14:36 -0200 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: References: Message-ID: Oh, great Sylvestre! Thank for your tip! 2013/1/27 xuhaida > > > Sylvestre Ledru ??? > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > >> Hello, > >> > >> I have a error during Scilab compilation. The error message is below: > >> > >> checking for umf_divcomplex in -lumfpack... no > >> configure: error: libumfpack: Library missing. (Cannot find symbol > >> umf_divcomplex). Check if libumfpack is installed and if the version is > >> correct (also called lib suitesparse) > >> > >> But umfpack is installed. I submitted a bug report to my distribution > >> some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > >> don't had replies yet. > >> > >> Have you some idea about this? > >Yeh, you should have a look in the config.log, you will find more > >information about the issue. > >Otherwise, --without-umfpack is your friend. > > > >S > > > >_______________________________________________ > >dev mailing list > >dev at lists.scilab.org > >http://lists.scilab.org/mailman/listinfo/dev > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -- Filipe Saraiva http://filipesaraiva.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Mon Jan 28 11:17:32 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 28 Jan 2013 11:17:32 +0100 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: References: Message-ID: <5106503C.6060607@scilab-enterprises.com> You are welcome. Could you share how you fixed it ? S On 28/01/2013 11:14, Filipe Saraiva wrote: > Oh, great Sylvestre! Thank for your tip! > > 2013/1/27 xuhaida > > > > > Sylvestre Ledru >??? > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > >> Hello, > >> > >> I have a error during Scilab compilation. The error message is below: > >> > >> checking for umf_divcomplex in -lumfpack... no > >> configure: error: libumfpack: Library missing. (Cannot find symbol > >> umf_divcomplex). Check if libumfpack is installed and if the > version is > >> correct (also called lib suitesparse) > >> > >> But umfpack is installed. I submitted a bug report to my distribution > >> some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > >> don't had replies yet. > >> > >> Have you some idea about this? > >Yeh, you should have a look in the config.log, you will find more > >information about the issue. > >Otherwise, --without-umfpack is your friend. > > > >S > > > >_______________________________________________ > >dev mailing list > >dev at lists.scilab.org > >http://lists.scilab.org/mailman/listinfo/dev > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > > > > -- > Filipe Saraiva > http://filipesaraiva.info/ > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > From filip.saraiva at gmail.com Mon Jan 28 11:23:27 2013 From: filip.saraiva at gmail.com (Filipe Saraiva) Date: Mon, 28 Jan 2013 08:23:27 -0200 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: <5106503C.6060607@scilab-enterprises.com> References: <5106503C.6060607@scilab-enterprises.com> Message-ID: I used --without-umfpack. Scilab package's mantainer in Mageia get the same problem. Apparently--without-umfpack is used in Scilab package in Mageia too -> https://bugs.mageia.org/show_bug.cgi?id=7668#c2 2013/1/28 Sylvestre Ledru > You are welcome. > Could you share how you fixed it ? > > S > > On 28/01/2013 11:14, Filipe Saraiva wrote: > > Oh, great Sylvestre! Thank for your tip! > > > > 2013/1/27 xuhaida > > > > > > > > > Sylvestre Ledru > >??? > > > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > > >> Hello, > > >> > > >> I have a error during Scilab compilation. The error message is > below: > > >> > > >> checking for umf_divcomplex in -lumfpack... no > > >> configure: error: libumfpack: Library missing. (Cannot find symbol > > >> umf_divcomplex). Check if libumfpack is installed and if the > > version is > > >> correct (also called lib suitesparse) > > >> > > >> But umfpack is installed. I submitted a bug report to my > distribution > > >> some months ago (https://bugs.mageia.org/show_bug.cgi?id=7668) > but I > > >> don't had replies yet. > > >> > > >> Have you some idea about this? > > >Yeh, you should have a look in the config.log, you will find more > > >information about the issue. > > >Otherwise, --without-umfpack is your friend. > > > > > >S > > > > > >_______________________________________________ > > >dev mailing list > > >dev at lists.scilab.org > > >http://lists.scilab.org/mailman/listinfo/dev > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > -- > > Filipe Saraiva > > http://filipesaraiva.info/ > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -- Filipe Saraiva http://filipesaraiva.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Mon Jan 28 11:27:29 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 28 Jan 2013 11:27:29 +0100 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: References: <5106503C.6060607@scilab-enterprises.com> Message-ID: <51065291.8070603@scilab-enterprises.com> OK. Could you share the failing config.log ? Thanks S On 28/01/2013 11:23, Filipe Saraiva wrote: > I used --without-umfpack. > > Scilab package's mantainer in Mageia get the same problem. Apparently > --without-umfpack is used in Scilab package in Mageia too -> > https://bugs.mageia.org/show_bug.cgi?id=7668#c2 > > 2013/1/28 Sylvestre Ledru > > > You are welcome. > Could you share how you fixed it ? > > S > > On 28/01/2013 11:14, Filipe Saraiva wrote: > > Oh, great Sylvestre! Thank for your tip! > > > > 2013/1/27 xuhaida > >> > > > > > > > > Sylvestre Ledru > > >>??? > > > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > > >> Hello, > > >> > > >> I have a error during Scilab compilation. The error message > is below: > > >> > > >> checking for umf_divcomplex in -lumfpack... no > > >> configure: error: libumfpack: Library missing. (Cannot find > symbol > > >> umf_divcomplex). Check if libumfpack is installed and if the > > version is > > >> correct (also called lib suitesparse) > > >> > > >> But umfpack is installed. I submitted a bug report to my > distribution > > >> some months ago > (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > > >> don't had replies yet. > > >> > > >> Have you some idea about this? > > >Yeh, you should have a look in the config.log, you will find more > > >information about the issue. > > >Otherwise, --without-umfpack is your friend. > > > > > >S > > > > > >_______________________________________________ > > >dev mailing list > > >dev at lists.scilab.org > > > > >http://lists.scilab.org/mailman/listinfo/dev > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > -- > > Filipe Saraiva > > http://filipesaraiva.info/ > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > > > > -- > Filipe Saraiva > http://filipesaraiva.info/ > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > From filip.saraiva at gmail.com Mon Jan 28 11:51:13 2013 From: filip.saraiva at gmail.com (Filipe Saraiva) Date: Mon, 28 Jan 2013 08:51:13 -0200 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: <51065291.8070603@scilab-enterprises.com> References: <5106503C.6060607@scilab-enterprises.com> <51065291.8070603@scilab-enterprises.com> Message-ID: The config.log file after umfpack error -> http://paste.kde.org/658088/ 2013/1/28 Sylvestre Ledru > OK. Could you share the failing config.log ? > > Thanks > S > > On 28/01/2013 11:23, Filipe Saraiva wrote: > > I used --without-umfpack. > > > > Scilab package's mantainer in Mageia get the same problem. Apparently > > --without-umfpack is used in Scilab package in Mageia too -> > > https://bugs.mageia.org/show_bug.cgi?id=7668#c2 > > > > 2013/1/28 Sylvestre Ledru > > > > > > You are welcome. > > Could you share how you fixed it ? > > > > S > > > > On 28/01/2013 11:14, Filipe Saraiva wrote: > > > Oh, great Sylvestre! Thank for your tip! > > > > > > 2013/1/27 xuhaida > > >> > > > > > > > > > > > > Sylvestre Ledru > > > > > >>??? > > > > > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > > > >> Hello, > > > >> > > > >> I have a error during Scilab compilation. The error message > > is below: > > > >> > > > >> checking for umf_divcomplex in -lumfpack... no > > > >> configure: error: libumfpack: Library missing. (Cannot find > > symbol > > > >> umf_divcomplex). Check if libumfpack is installed and if the > > > version is > > > >> correct (also called lib suitesparse) > > > >> > > > >> But umfpack is installed. I submitted a bug report to my > > distribution > > > >> some months ago > > (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > > > >> don't had replies yet. > > > >> > > > >> Have you some idea about this? > > > >Yeh, you should have a look in the config.log, you will find > more > > > >information about the issue. > > > >Otherwise, --without-umfpack is your friend. > > > > > > > >S > > > > > > > >_______________________________________________ > > > >dev mailing list > > > >dev at lists.scilab.org > > > > > > >http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > > > > > > -- > > > Filipe Saraiva > > > http://filipesaraiva.info/ > > > > > > > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > -- > > Filipe Saraiva > > http://filipesaraiva.info/ > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -- Filipe Saraiva http://filipesaraiva.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Mon Jan 28 12:15:46 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 28 Jan 2013 12:15:46 +0100 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: References: <5106503C.6060607@scilab-enterprises.com> <51065291.8070603@scilab-enterprises.com> Message-ID: <51065DE2.6070507@scilab-enterprises.com> That is the error: gcc -o conftest -g -O2 conftest.c -lumfpack -lamd -lblas -lpthread -ldl -lcurses -lm -lm >&5 /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libumfpack.so: undefined reference to `SuiteSparse_time' A priori, I would say that umfpack is not explicitly linked against lib SuiteSparse.so (-lSuiteSparse) if it exists or the -Wl,--as-needed created some mess. Basically, it is a bug of the suitesparse package in Mageia. Scilab should build with: --with-umfpack-library="-lumfpack -lSuiteSparse" or with the attached patch (which is mageia specific) Could you report a bug ? I will try to workaround this issue from Scilab. Sylvestre On 28/01/2013 11:51, Filipe Saraiva wrote: > The config.log file after umfpack error -> http://paste.kde.org/658088/ > > 2013/1/28 Sylvestre Ledru > > > OK. Could you share the failing config.log ? > > Thanks > S > > On 28/01/2013 11:23, Filipe Saraiva wrote: > > I used --without-umfpack. > > > > Scilab package's mantainer in Mageia get the same problem. Apparently > > --without-umfpack is used in Scilab package in Mageia too -> > > https://bugs.mageia.org/show_bug.cgi?id=7668#c2 > > > > 2013/1/28 Sylvestre Ledru > > >> > > > > You are welcome. > > Could you share how you fixed it ? > > > > S > > > > On 28/01/2013 11:14, Filipe Saraiva wrote: > > > Oh, great Sylvestre! Thank for your tip! > > > > > > 2013/1/27 xuhaida > > > > >>> > > > > > > > > > > > > Sylvestre Ledru > > > > > > > > >>>??? > > > > > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > > > >> Hello, > > > >> > > > >> I have a error during Scilab compilation. The error > message > > is below: > > > >> > > > >> checking for umf_divcomplex in -lumfpack... no > > > >> configure: error: libumfpack: Library missing. > (Cannot find > > symbol > > > >> umf_divcomplex). Check if libumfpack is installed and > if the > > > version is > > > >> correct (also called lib suitesparse) > > > >> > > > >> But umfpack is installed. I submitted a bug report to my > > distribution > > > >> some months ago > > (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > > > >> don't had replies yet. > > > >> > > > >> Have you some idea about this? > > > >Yeh, you should have a look in the config.log, you will > find more > > > >information about the issue. > > > >Otherwise, --without-umfpack is your friend. > > > > > > > >S > > > > > > > >_______________________________________________ > > > >dev mailing list > > > >dev at lists.scilab.org > > > > > >> > > > >http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > > > >> > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > > > > > > -- > > > Filipe Saraiva > > > http://filipesaraiva.info/ > > > > > > > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > -- > > Filipe Saraiva > > http://filipesaraiva.info/ > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > > > > -- > Filipe Saraiva > http://filipesaraiva.info/ > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Workaround-to-fix-the-build-failure-with-the-SuiteSp.patch Type: text/x-patch Size: 3030 bytes Desc: not available URL: From filip.saraiva at gmail.com Mon Jan 28 12:20:32 2013 From: filip.saraiva at gmail.com (Filipe Saraiva) Date: Mon, 28 Jan 2013 09:20:32 -0200 Subject: [Scilab-Dev] umf_divcomplex problem in compilation In-Reply-To: <51065DE2.6070507@scilab-enterprises.com> References: <5106503C.6060607@scilab-enterprises.com> <51065291.8070603@scilab-enterprises.com> <51065DE2.6070507@scilab-enterprises.com> Message-ID: Sure Sylvestre, I will report a bug about this. Thank you; 2013/1/28 Sylvestre Ledru > That is the error: > > gcc -o conftest -g -O2 conftest.c -lumfpack -lamd -lblas -lpthread > -ldl -lcurses -lm -lm >&5 > /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libumfpack.so: > undefined reference to `SuiteSparse_time' > > A priori, I would say that umfpack is not explicitly linked against lib > SuiteSparse.so (-lSuiteSparse) if it exists or the -Wl,--as-needed > created some mess. > > Basically, it is a bug of the suitesparse package in Mageia. > > Scilab should build with: > --with-umfpack-library="-lumfpack -lSuiteSparse" > or with the attached patch (which is mageia specific) > > Could you report a bug ? I will try to workaround this issue from Scilab. > > > Sylvestre > > > > On 28/01/2013 11:51, Filipe Saraiva wrote: > > The config.log file after umfpack error -> http://paste.kde.org/658088/ > > > > 2013/1/28 Sylvestre Ledru > > > > > > OK. Could you share the failing config.log ? > > > > Thanks > > S > > > > On 28/01/2013 11:23, Filipe Saraiva wrote: > > > I used --without-umfpack. > > > > > > Scilab package's mantainer in Mageia get the same problem. > Apparently > > > --without-umfpack is used in Scilab package in Mageia too -> > > > https://bugs.mageia.org/show_bug.cgi?id=7668#c2 > > > > > > 2013/1/28 Sylvestre Ledru > > > > > >> > > > > > > You are welcome. > > > Could you share how you fixed it ? > > > > > > S > > > > > > On 28/01/2013 11:14, Filipe Saraiva wrote: > > > > Oh, great Sylvestre! Thank for your tip! > > > > > > > > 2013/1/27 xuhaida > > > > > > > > >>> > > > > > > > > > > > > > > > > Sylvestre Ledru > > > > > > > > > > > > > > > >>>??? > > > > > > > > >On 26/01/2013 17:58, Filipe Saraiva wrote: > > > > >> Hello, > > > > >> > > > > >> I have a error during Scilab compilation. The error > > message > > > is below: > > > > >> > > > > >> checking for umf_divcomplex in -lumfpack... no > > > > >> configure: error: libumfpack: Library missing. > > (Cannot find > > > symbol > > > > >> umf_divcomplex). Check if libumfpack is installed and > > if the > > > > version is > > > > >> correct (also called lib suitesparse) > > > > >> > > > > >> But umfpack is installed. I submitted a bug report to > my > > > distribution > > > > >> some months ago > > > (https://bugs.mageia.org/show_bug.cgi?id=7668) but I > > > > >> don't had replies yet. > > > > >> > > > > >> Have you some idea about this? > > > > >Yeh, you should have a look in the config.log, you will > > find more > > > > >information about the issue. > > > > >Otherwise, --without-umfpack is your friend. > > > > > > > > > >S > > > > > > > > > >_______________________________________________ > > > > >dev mailing list > > > > >dev at lists.scilab.org > > > > > > > > >> > > > > >http://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > > > > dev mailing list > > > > dev at lists.scilab.org > > > > > > > > >> > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > > > > > > > > > > > -- > > > > Filipe Saraiva > > > > http://filipesaraiva.info/ > > > > > > > > > > > > _______________________________________________ > > > > dev mailing list > > > > dev at lists.scilab.org > > > > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > > > > > > -- > > > Filipe Saraiva > > > http://filipesaraiva.info/ > > > > > > > > > _______________________________________________ > > > dev mailing list > > > dev at lists.scilab.org > > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > > > > > > > -- > > Filipe Saraiva > > http://filipesaraiva.info/ > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > -- Filipe Saraiva http://filipesaraiva.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: