Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
Thank you! Anne On Tuesday, May 26, 2020 at 11:59:26 AM UTC-7, Salvatore Stella wrote: > > Unpacking of lambda functions' arguments is, alas, no longer supported in > python3. > > cf. https://www.python.org/dev/peps/pep-3113/ > > S. > > > > * Anne Schilling > [2020-05-26 > 11:24:01]: > > >

Re: [sage-devel] Re: Have you considered having a Sage Journal?

2020-05-26 Thread mmarco
I have just published a paper there, with the Sage code to compute minimal models of GCDA's. So it is certainly possible to publish Sage papers there, but my impression is that the journal is more geared towards publishing "external packages" (which might fit with the workflow of systems like

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread VulK
Unpacking of lambda functions' arguments is, alas, no longer supported in python3. cf. https://www.python.org/dev/peps/pep-3113/ S. * Anne Schilling [2020-05-26 11:24:01]: Ok, success!!! Finally sage compiled for me using Matthias' suggestion of "./configure --without-system-freetype" be

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
Ok, success!!! Finally sage compiled for me using Matthias' suggestion of "./configure --without-system-freetype" before make. Something else must have changed though since sage does not like my sage.init file any longer: sage ┌──

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Matthias Koeppe
On Tuesday, May 26, 2020 at 6:46:48 AM UTC-7, Thierry (sage-googlesucks@xxx) wrote: > > > On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > > ./configure --enable-cbc && make > > OK thanks. I notice that if i do > >./configure --enable-foo >./configure --enable-bar >

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Dima Pasechnik
On Tue, May 26, 2020 at 2:46 PM Thierry wrote: > > Hi, > > On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > > ./configure --enable-cbc && make > > OK thanks. I notice that if i do > >./configure --enable-foo >./configure --enable-bar >make build > > it seems that only

[sage-devel] Re: Could someone point me to the code that supports math on symbolic equations?

2020-05-26 Thread Jonathan
@rjf, As much as possible I am trying to avoid reinventing the wheel. I have not even really written a parser. All I have done is extended the parser already written in SymPy to understand algebraic equalities that have both a lhs and a rhs. By leveraging what the SymPy team has done I got rel

Re: [sage-devel] Re: conditional install of optional package

2020-05-26 Thread Thierry
Hi, On Mon, May 25, 2020 at 09:51:20PM -0700, Matthias Koeppe wrote: > ./configure --enable-cbc && make OK thanks. I notice that if i do ./configure --enable-foo ./configure --enable-bar make build it seems that only bar is installed, right ? If i want to make a progressive loop over

[sage-devel] Flint 2.6.0-rc1

2020-05-26 Thread 'Bill Hart' via sage-devel
Dear all, I have just tagged Flint 2.6.0-rc1 on GitHub [1], where tarballs are now available to download and try out. If there are no further bug reports by this Friday 29 May 2020 the final release of flint-2.6.0 will be made. Please report bugs on our GitHub issues and successful builds here.

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Dima Pasechnik
perhaps before recommending Homebrew, I should have checked that they fully support 10.13+, and only support 10.11 and 10.12 on "best-effort" basis. That is we might be just seeing that their best effort could be better, and not Sage's bugs :-( On Tue, May 26, 2020 at 8:39 AM Dima Pasechnik wrot

Re: [sage-devel] Re: Could someone point me to the code that supports math on symbolic equations?

2020-05-26 Thread Dima Pasechnik
On Mon, May 25, 2020 at 11:39 PM rjf wrote: > > It looks like you have written a recursive descent parser. And a display. > If you were running Maxima on a Pi, (see sourceforge for download) > you would have a parser and a display without writing it yourself. > > Just looking at the code briefly

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Dima Pasechnik
On Tue, May 26, 2020 at 8:06 AM Anne Schilling wrote: > > https://www.math.ucdavis.edu/~anne/config.log looks like indeed an old libpng in /usr/local breaks things. (typcally it comes from an ancient installation of TeX). I would wipe /usr/local (or move it somewhere, for later inspection) and

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Matthias Koeppe
By "install freetype by hand", do you mean you installed with homebrew? If not, that's worth trying. Alternatively, you could try "./configure --without-system-freetype" before "make". Matthias On Tuesday, May 26, 2020 at 12:06:57 AM UTC-7, Anne Schilling wrote: > > https://www.math.ucdavis.edu

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
https://www.math.ucdavis.edu/~anne/config.log On Tuesday, May 26, 2020 at 12:00:46 AM UTC-7, Matthias Koeppe wrote: > > config.log again please... > > On Monday, May 25, 2020 at 11:53:50 PM UTC-7, Anne Schilling wrote: >> >> Thank you! I installed all those. Now it hangs here: >> >> https://www.ma

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Matthias Koeppe
config.log again please... On Monday, May 25, 2020 at 11:53:50 PM UTC-7, Anne Schilling wrote: > > Thank you! I installed all those. Now it hangs here: > > https://www.math.ucdavis.edu/~anne/matplotlib-2.2.5.log > > I tried to install freetype by hand, but it does not seem to help. > > On Monday,