[sage-support] Re: Sage crash report

2021-12-09 Thread Matthias Koeppe
"make sagelib-clean" will fix this On Thursday, December 9, 2021 at 12:18:02 PM UTC-8 Emmanuel Charpentier wrote: > A recent upgrade of Debian testing seems to have broken Sage, which does > not find libgsl.so.25 Crash report attached. > > An attempt at make -b also fails (see attached

Re: [sage-support] another "how to simplify" question

2021-12-09 Thread Emmanuel Charpentier
In Sage, this can be written wrong.maxima_methods().trigrat().expand(). HTH, ​ Le jeudi 9 décembre 2021 à 10:37:11 UTC+1, Daniel Volinski a écrit : > Hi All, > > In Maxima (embedded in SageMath) you can use: > > expand(trigrat(integrate(integrate(sin(x^2),x,y,1),y,0,1))); > > in order to get

Re: [sage-support] bug while installing sage from source on macOS Monterey 12.01

2021-12-09 Thread Dima Pasechnik
If you use Homebrew, please don't forget about sourcing our .homebrew-build-env before builds, that's an error most people make, unfortunately. We have to do something about it. On Thu, Dec 9, 2021 at 10:11 AM Dima Pasechnik wrote: > > I presume you use Homebrew - can you install

Re: [sage-support] bug while installing sage from source on macOS Monterey 12.01

2021-12-09 Thread Dima Pasechnik
I presume you use Homebrew - can you install Homebrew's openblas rather than build it? https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/openblas.rb says that M1 is supported. By the way, at the end of ./configure run you'd see messages saying what you can install on your system/distro,

Re: [sage-support] another "how to simplify" question

2021-12-09 Thread 'Daniel Volinski' via sage-support
Hi All, In Maxima (embedded in SageMath) you can use: expand(trigrat(integrate(integrate(sin(x^2),x,y,1),y,0,1))); in order to get exactly the same result in both cases. Daniel En miércoles, 8 de diciembre de 2021 23:02:00 GMT+2, Fernando Q. Gouvea escribió: I see. So the