Re: [sage-devel] attempting Sage build on M1

2021-05-28 Thread Dima Pasechnik
On Fri, 28 May 2021 at 20:46, kcrisman wrote: > I am on a MacBook Air with M1 chip, attempting to build Sage 9.3 from > scratch. I just installed as many Homebrew packages as I could from the > install directions, though some optional ones (ffmpeg, for instance) led to > aborts. I have sourced

[sage-devel] attempting Sage build on M1

2021-05-28 Thread kcrisman
I am on a MacBook Air with M1 chip, attempting to build Sage 9.3 from scratch. I just installed as many Homebrew packages as I could from the install directions, though some optional ones (ffmpeg, for instance) led to aborts. I have sourced the homebrew build env just to make sure. Hopefully

[sage-devel] Re: taylor expansion and heap overflow

2021-05-28 Thread 'Martin R' via sage-devel
I guess it would be better to use lazy series. Does LazyLaurentSeries work for you? michael.wag...@gmail.com schrieb am Freitag, 28. Mai 2021 um 15:00:13 UTC+2: > Dear All, > > I'm working on an automatic generating function validator for parts of the > OEIS. > > What is the best strategy to d

[sage-devel] taylor expansion and heap overflow

2021-05-28 Thread Michael Wagner
Dear All, I'm working on an automatic generating function validator for parts of the OEIS. What is the best strategy to deal with a heap overflow caused by a sagemath taylor expansion? Culprits are functions of this form: 'Product(1+x^m)^A001511(m)' or 'zeta(s)zeta(2s)zeta(3s)/zeta(6s)'. In kind