-
Follow-up from #30396, where libtool's fallback to static library build for `giac` caused linker errors while building sagelib.
This is fixed by passing `-no-undefined` to the libtool linking flags…
-
With 9.8.beta0, the command
```
sage -t --long --optional=sage,optional,external src/sage/misc/latex.py
```
gives error.
Excerpted from #33931.
Component: **misc**
Author: **John Palmieri, Séba…
-
**Disclaimer**: implementing a cache whose keys are (isomorphism type of) graphs and values are some invariant is a *bad* idea. See [comment:1](#comment%3A1) below.
Original suggestion:
At thi…
-
Package now compiles out of the box! There will be a next ticket for its interface within Sage.
upstream tarball: https://polymake.org/lib/exe/fetch.php/download/polymake-3.0r2-minimal.tar.bz2
Onc…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
The `?` operator seems to reliably cause a segfault in SageMath 9.7 from conda.
This happ…
-
I have Ubuntu 21.10. I have installed julia from the [official download page](https://julialang.org/downloads/) -- Generic Linux x86.
When I try
julia> using Pkg; Pkg.add("Singular")
…
-
When the `nauty` output is parsed, we get a set of generators for the automorphism group. We ought be able to take any element of the isomorphism class and repeatedly apply the generators until all is…
-
The version of an already installed package may differ from what's available from a Sage package server; don't say "not installed" in that case, but show its version (whether older or more recent) i…
-
Currently, we create the `symbol_table` to handle back-conversion from other systems. I will use "giac" as an example.
For example, we have `symbol_table["giac"]`, which is a dictionary `string: fu…
-
Currently the Julia-based code which finds a canonical C-set does not return all the information that nauty returns, found in `NautyInterface.jl: NautyRes`. This includes
- the orbits
- automorphis…