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
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
@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
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
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
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
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
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