[sage-support] help debugging latex() printing with trace()

2023-10-26 Thread Eric Majzoub
I would like to debug the latex printing of an expression that ambiguous. To reproduce it: t = var('t') x = function('x')(t) latex( diff(x,t)^2 ) This produces ambiguous output, essentially: partial_t x^2 instead of (partial_t x)^2 I have tried: from sage.misc.trace import trace trace("latex(

[sage-support] Re: scipy fails to build in sage 10.2.beta4 on fedora 38

2023-09-25 Thread Eric Majzoub
I have the python package mesonpy installed... Perhaps I'm not setting my python path appropriately, but PYTHONPATH=/usr/lib/python3.11/site-packages points right to it. On Monday, September 25, 2023 at 4:30:11 PM UTC-5 Eric Majzoub wrote: > Fresh clone of git repository of sage.

[sage-support] scipy fails to build in sage 10.2.beta4 on fedora 38

2023-09-25 Thread Eric Majzoub
Fresh clone of git repository of sage. I issued: cd sage ./bootstrap ./configure --no-create --no-recursion make I've attached the log file for the scipy fail. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group

[sage-support] Re: Error building 9.8 on Ubuntu 23.04

2023-04-08 Thread Eric Majzoub
2023 at 4:53:15 PM UTC-5 John H Palmieri wrote: > Some recent versions of Singular don't seem to work with Sage. You could > try "make distclean" (to start over) and "./configure > --with-system-singular=no" to force Sage to build its own Singular. Then >