[sage-devel] Re: First impressions on Sage 9.4 source build

2021-12-19 Thread John H Palmieri
On Friday, December 17, 2021 at 2:33:55 PM UTC-8 Randall wrote: > Hi all: > > I am building sage version 9.4 from source on my OpenSuse Linux Leap 15.2 > OS and like the install document stated, it has taken hours (using a HP > Z420 workstation with 6 Xeon processors) > > I have noticed some

[sage-devel] Re: \Bold command definition in every LaTeX output

2021-12-19 Thread dmo...@deductivepress.ca
Yes, this is the intended behaviour. If you don't like it, then, as a workaround, you could try to clear the variable called "sage_configurable_latex_macros". YMMV, but this works for me in a fresh sage session: sage: from sage.misc.latex_macros import sage_configurable_latex_macros

[sage-devel] \Bold command definition in every LaTeX output

2021-12-19 Thread AlbertHilb
Hi all. I noted every command LaTeX output is prefaced by the definition of a \Bold newcommand even if the \Bold command is not really used in the output. For example, if I type "1" and press return I get \newcommand{\Bold}[1]{\mathbf{#1}}1 Is this intended? Among other things, the presence

[sage-devel] Re: Compilation failed due to linbox

2021-12-19 Thread Dimitri Lesnoff
Thank you for your answer, this was indeed the issue. I'll share my config.log next time I have a build issue. Thanks again. Le samedi 18 décembre 2021 à 17:43:50 UTC, Matthias Koeppe a écrit : > Try if "./configure --without-system-givaro" fixes this problem for you. > > This is likely the