[sage-devel] Re: docker image sagemath/sagemath-dev:develop performs full compilation

2022-07-28 Thread julian...@fsfe.org
This is now https://trac.sagemath.org/ticket/34241. The build scripts have probably changed in recent versions and now the sagemath-dev lacks some essential timestamped file. On Thursday, July 28, 2022 at 8:39:09 PM UTC+5:30 vdelecroix wrote: > Dear all, > > When running > > $ docker run -it sa

[sage-devel] docker image sagemath/sagemath-dev:develop performs full compilation

2022-07-28 Thread Vincent Delecroix
Dear all, When running $ docker run -it sagemath/sagemath-dev:develop the machine launches and starts compiling all of sage! Not sure when such behaviour started but something is definitely broken. Vincent -- You received this message because you are subscribed to the Google Groups "sage-dev

[sage-devel] Re: Display of scale multiplier in scientific notation (the e notation for powers of ten) is missing for plots starting with 0

2022-07-28 Thread Niranjana K M
@kcrisman Thanks for the continued conversation. I hope it was clear that "we would > be grateful" implied that there was no compulsion on your part, as well as > on the part of any other contributor. There is no such compulsion, indeed I like working with SAGE. My reply about my other ticke

Re: [sage-devel] sage -i normaliz fails on cygwin due to e-antic

2022-07-28 Thread Vincent Delecroix
Hi Max, Could you try to build the last version of e-antic (1.2.1) in the sage environment ? In the sage shell, this is achieved with $ wget https://github.com/flatsurf/e-antic/releases/download/1.2.1/e-antic-1.2.1.tar.gz $ tar xf e-antic-1.2.1.tar.gz $ cd e-antic-1.2.1 $ ./configure --without-b

[sage-devel] Re: Display of scale multiplier in scientific notation (the e notation for powers of ten) is missing for plots starting with 0

2022-07-28 Thread kcrisman
This is now https://trac.sagemath.org/ticket/34233 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion

[sage-devel] Re: Display of scale multiplier in scientific notation (the e notation for powers of ten) is missing for plots starting with 0

2022-07-28 Thread kcrisman
Thanks for the continued conversation. I hope it was clear that "we would be grateful" implied that there was no compulsion on your part, as well as on the part of any other contributor. I did notice the mathtext option, but since our previous version had used the e notation, changing that wou

[sage-devel] sage -i normaliz fails on cygwin due to e-antic

2022-07-28 Thread Max Kölbl
Dear everyone, It is me again with a different problem. While trying to run `sage -i normaliz`, an error occured due to e-antic. The log is attached. I also tried as a workaround to build normaliz directly, but the `install_normaliz_with_eantic.sh`-script failed too (but I don't know where to

[sage-devel] Re: Display of scale multiplier in scientific notation (the e notation for powers of ten) is missing for plots starting with 0

2022-07-28 Thread Niranjana K M
I found it ! The problem is in use of SelectiveFormatter to get rid of 0 tick label if the axes cross. Commenting out lines https://github.com/sagemath/sage/blob/develop/src/sage/plot/graphics.py#L2983 to https://github.com/sagemath/sage/blob/develop/src/sage/plot/graphics.py#L2986