Re: [Scilab-Dev] Scilab releases schedule / End of Windows 32-bit support

2023-02-19 Thread Sylvain Corlay
lto:dev-boun...@lists.scilab.org>> On Behalf Of Sylvain Corlay Sent: Friday, February 17, 2023 4:04 PM To: List dedicated to the development of Scilab mailto:dev@lists.scilab.org>> Subject: Re: [Scilab-Dev] Scilab releases schedule / End of Windows 32-bit support Hi Vincent, The problem wi

Re: [Scilab-Dev] Scilab releases schedule / End of Windows 32-bit support

2023-02-17 Thread Sylvain Corlay
break compatibility between versions (whatever the version type is) but if we have to do it, we will do it in major versions (planned for October) and try to warn users asap. Best regards, Vincent From: dev mailto:dev-boun...@lists.scilab.org>> On Behalf Of Sylvain Corlay Sent: Thursday,

Re: [Scilab-Dev] Scilab releases schedule / End of Windows 32-bit support

2023-02-16 Thread Sylvain Corlay
Hi Vincent, Thank you for the updates and the new releases. I think that one potential issue with such a versioning scheme is the communication of backward compatibility of APIs and ABIs. A commonly accepted schemas is to have Major.major.patch schema where, 1. Patch version updates are binary

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-04-19 Thread Sylvain Corlay
Hey, Any news on supporting another version of gcc than the latest version? Best, On Mon, Apr 13, 2020, 11:55 Sylvain Corlay wrote: > Hello All, > > I am following up on this. > > Is there any hope for a patch Scilab release that would support gcc < 8 ? > This regressio

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-04-13 Thread Sylvain Corlay
Mar 5, 2020 at 11:56 AM Sylvain Corlay wrote: > Hi Clément, > > Indeed, this is what I ended up doing - and there are a couple of > instances of the same error in various places. > > This appears to be a legitimate error C++ even though this passes with GCC > 8. > > O

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-03-05 Thread Sylvain Corlay
of Ubuntu, or Debian Sid already have GCC8 available. GCC6 and GCC7 are recent compilers and people target older distributions in their builds. Best, Sylvain Corlay On Thu, Mar 5, 2020 at 11:41 AM Clément David wrote: > Hello Sylvain, > > I took a look at the trace, it looks like g++ 7 is c

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-03-05 Thread Sylvain Corlay
Hello, Is there any update on the support of GCC 7 for Scilab 6.1? This is a major blocker for us to package it for the conda ecosystem. Best, On Thu, Feb 27, 2020 at 4:12 PM Sylvain Corlay wrote: > Patching the source to use resolves that > particular issue with C++17 in GCC7. >

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-02-27 Thread Sylvain Corlay
at 2:28 PM Sylvain Corlay wrote: > Hi Clément, > > Regarding the Java, we already skip xcos in the build but we were really > hoping that we could start including it with this version. > > For the filesystem thingy, I will be patching the source as part of the > conda recip

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-02-27 Thread Sylvain Corlay
ttps://stackoverflow.com/questions/45867379/why-does-gcc-not-seem-to-have-the-filesystem-standard-library > [3]: https://codereview.scilab.org/#/c/20630/ > > Regards, > > -- > Clément > > > -Original Message- > > From: dev On Behalf Of Sylvain Corlay > >

Re: [Scilab-Dev] Scilab 6.1.0 is available!

2020-02-27 Thread Sylvain Corlay
recent version of OpenJDK? Best, Sylvain Corlay On Tue, Feb 25, 2020 at 2:10 PM Clément David wrote: > Dear Scilab-ers, > > > > A brand new Scilab 6.1.0 <https://www.scilab.org/download/6.1.0> is > released today! > > > > This version includes further im

Re: [Scilab-Dev] setScilabOutputMethod - output vs error streams

2019-07-17 Thread Sylvain Corlay
Hello Everyone, I am following up on this. Would you guys be open to a PR making that change? On Fri, Mar 29, 2019 at 6:56 PM Stéphane Mottelet wrote: > Le 29/03/2019 à 18:28, Sylvain Corlay a écrit : > > Hello, world! > > The Jupyter kernel protocol expect stdout and stder

[Scilab-Dev] Summary of issues (and solutions) that occured while packaging Scilab for conda

2019-07-17 Thread Sylvain Corlay
Hello Everyone, I figured it may be useful to make a summary of the issues that I encountered as I made a conda package for Scilab. The information already exists in a couple of other threads but is scattered accross many messages. Hopefully, the core team will be able to resolve some of these for

Re: [Scilab-Dev] conda recipe for scilab

2019-04-05 Thread Sylvain Corlay
Yes, naturally! This is what I did. Sylvain On Fri, Apr 5, 2019 at 8:08 PM Stéphane Mottelet wrote: > I mean enable-code-coverage=no > > Le 5 avr. 2019 à 19:47, Sylvain Corlay a > écrit : > > Thanks! this configure option is recognized but launching scilab fails > over th

Re: [Scilab-Dev] conda recipe for scilab

2019-04-05 Thread Sylvain Corlay
Thanks! this configure option is recognized but launching scilab fails over the same missing symbol error. S. On Fri, Apr 5, 2019 at 6:17 PM Stéphane Mottelet wrote: > sorry its > > --enable-code-coverage > > (./configure --help) > > S. > Le 05/04/2019 à 18:13, Sylvain

Re: [Scilab-Dev] conda recipe for scilab

2019-04-05 Thread Sylvain Corlay
Hi, sorry for the late reply. It does not fix the issue. The option appears to not be recognized: configure: WARNING: unrecognized options: --enable-coverage Best, Sylvain On Fri, Apr 5, 2019 at 2:22 PM Stéphane Mottelet wrote: > Le 03/04/2019 à 15:40, Sylvain Corlay a écrit : > &g

Re: [Scilab-Dev] conda recipe for scilab

2019-04-03 Thread Sylvain Corlay
Thanks Stéphane, Regarding your earlier question, the log for the build is available here: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=25973&view=logs&jobId=ce7cbaa7-582c-5570-40f4-267b3d85fc9f I will post a separate message on the list summarizing all the issues th

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
main in scilab_bin-scilab.o ld: symbol(s) not found for architecture x86_64 clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation) Symbol *_initMacOSXEnv* is not found. Sincerely, Sylvain On Fri, Mar 29, 2019 at 6:12 PM Sylvain Corlay wrote: > Thanks I am looking f

[Scilab-Dev] setScilabOutputMethod - output vs error streams

2019-03-29 Thread Sylvain Corlay
Hello, world! The Jupyter kernel protocol expect stdout and stderr streams to be both redirected to the frontend, however, it makes a distinction between error and output messages in the `stream` message type: content = { # The name of the stream is one of 'stdout', 'stderr' 'name' : str,

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
Thanks I am looking forward to it. On Fri, Mar 29, 2019 at 6:02 PM Stéphane Mottelet wrote: > > Le 29/03/2019 à 17:58, Sylvain Corlay a écrit : > > Yeah, or update scilab so as to make it work with openjdk 11. > > I think that it is planned for the next release (6.1), m

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
Yeah, or update scilab so as to make it work with openjdk 11. On Fri, Mar 29, 2019 at 5:58 PM Stéphane Mottelet wrote: > > Le 29/03/2019 à 17:54, Sylvain Corlay a écrit : > > Thanks for the heads up. > > I set `--without-matio` because `matio` is not yet packaged for > c

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
d be some object files as complimentary arguments in > > libtool: link: $BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-ar cru > .libs/libscimatio-algo.a > > that's why 'ar' complains. I think that the Makefile is already broken > after the ./configure, but I cannot tell yo

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
m/conda-forge/scilab-feedstock/pull/1/files#diff-e178b687b10a71a3348107ae3154e44c Best, On Fri, Mar 29, 2019 at 4:44 PM Stéphane Mottelet wrote: > Sorry, I cannot figure out in the log which version of Scilab you are > building > > Le 29/03/2019 à 16:36, Sylvain Corlay a écrit :

Re: [Scilab-Dev] conda recipe for scilab

2019-03-29 Thread Sylvain Corlay
Yes, that error. You got it. On Fri, Mar 29, 2019 at 4:33 PM Stéphane Mottelet wrote: > Le 29/03/2019 à 16:25, SylvainCorlay a écrit : > > I meant the build log from the the CI in the pull request. > > Here is a direct link: > https://antispam.utc.fr/proxy/2/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/dev.

Re: [Scilab-Dev] Redirecting input and output streams

2019-03-02 Thread Sylvain Corlay
Hi Antoine, Thank you for your quick response. This is exactly what I was looking for! Cheers, On Sat, Mar 2, 2019 at 9:05 AM Antoine ELIAS < antoine.el...@scilab-enterprises.com> wrote: > Hello Sylvain, > > You can get Scilab outputs by setting your own output function. > > void scilab_print(c