Samuel Lelièvre

Results 100 comments of Samuel Lelièvre

Another LaTeX and SageMath question: - [Stack Overflow question 47820127: Run SageTeX on Windows](https://stackoverflow.com/q/47820127)

See also [Sage Trac ticket 28827](https://trac.sagemath.org/ticket/28827).

It seems the Apple-provided clang does not support openmp. A workaround is to install an openmp-enabled clang via Homebrew: ```shell brew install llvm libomp ``` Related: - https://www.startpage.com/do/dsearch?query="clang:+error:+unsupported+option+'-fopenmp'" - https://stackoverflow.com/questions/60005176...

Description changed: ``````diff --- +++ @@ -1,10 +1,10 @@ -Sage currently ships FLINT 2.6.3, accepts system FLINT 2.5.0; current release (as of Feb 2021) is 2.7.1 +Sage currently ships FLINT...

Changed keywords from none to **flint**

comment:4 Possibly related: #16812, #16664, #16429. Older: #9541, #8939.

Description changed: ``````diff --- +++ @@ -1,4 +1,17 @@ -http://www.libpng.org/pub/png/libpng.html +The [libpng homepage](http://www.libpng.org/pub/png/libpng.html) warns: + +> Vulnerability Warning +> +> +> libpng versions 1.6.36 and earlier have a use-after-free bug...

comment:1 Attachment: **[geodesic_bug.png](https://github.com/sagemath/sage/attachments/ticket32362/geodesic_bug.png)** The current implementation of hyperbolic geodesics relies on a conversion to the half-plane model. Any geodesic `g` has its corresponding half-plane model geodesic stored as `g._cached_geodesic`. The...