-
I can't completely understand your project, maybe if you add some comment on your files and add description on Read.me filez then I'll understand it.
-
As reported in https://groups.google.com/g/sage-devel/c/81unMG60MyU/m/JdMKMFOSBQAJ
Workaround: `export CFLAGS="${CFLAGS} -Wno-error=return-type"` (https://groups.google.com/g/sage-devel/c/81unMG60M…
-
http://www.rubiksplace.com/move-notations/ - lists the defacto standard cube notation
F (front): the face facing the solver.
B (back): the back face.
R (right): the right face.
L…
-
As said before, R users need to use an up-to-date version of R if they want to be able to get support from R-help. Furthermore, some packages are no longer usable under R
-
(from #29536)
This is like `_recommended` (from #29557), but for development tools.
Define a script package representing "useful stuff for Sage developers to have on a Docker image":
- include th…
-
This new option is similar to `--all` but
- it tests all Sage modules installed (in `SAGE_LIB`) instead of `SAGE_SRC`. (This will be useful for testing modularized distributions such as #32601.)
- …
-
On Ubuntu 18.04, with 9.2.beta13, running
```
sage -tp src/sage/graphs/generic_graph.py src/sage/graphs/graph.py
```
with the following optional packages:
```
Using --optional=4ti2,build,ccache,cr…
-
This is an update to the sage-env file. It should allow a much improved build process, simplifying the code in spkg install files, as much of it will be taken care of. The code will also be more por…
-
Two ways I see this. One could be a computer opponent, though that sounds difficult to get right. The other, more practical IMO option, would be to just have it be a non-competitive version of rubiks …
wakfi updated
2 years ago
-
This ticket adds system packages information for MacPorts,
a common macOS package manager.
The follow-up ticket #31505 extends the package scripts
to make use of them.
Related:
- #27330: Meta-tic…