-
Right now, simpcomp is the biggest package bundled with GAP, taking about ~250 MB of space, of which >90% are taken by the `complexes` directory.
Now, GAP supports reading `.gz` files transparently…
-
This package implements finitely presented modules over the mod p Steenrod algebra. We define classes for such finitely presented modules, their elements, and morphisms between them. Methods are pro…
-
With this branch, one can use the ".. PLOT::" directive defined in matplotlib through Sphinx.
As it expects the picture to be defined as a matplotlib one, I added a small function called 'draw' tha…
-
Building with -`DCMAKE_BUILD_TYPE=Debug` and `-DWITH_GUDHI_BENCHMARK=ON` fails.
It seems that it is related to TBB linking regarding some benchmark files: `src/Toplex_map/benchmark/benchmark_tm.cpp` …
-
There are several improvements that would be good to make, including but not limited to:
1. Forking rather than starting up a new Sage each time.
2. Customizable comparison rather than mutating doc…
-
Apple stopped supporting GCC in favour of clang. This is to track the status of building Sage with clang with the aim of making it the default compiler used on OS X and other OS where it is the defa…
-
On Fedora Linux 34, with GCC 11.2.1:
```bash
export CXXFLAGS='-Wp,-D_GLIBCXX_ASSERTIONS'
cmake -S . -B build
cmake --build build
./build/test/casctests
```
gives
```
[==========] Runnin…
-
I first ran into #92, and the workaround at the bottom + `brew postinstall libomp` got me past that error.
Now I am running into a ninja build error:
```
==> git clone https://github.com/Macaulay2/…
-
Hi Chinedu.
I'm working to using Landon on a new WebGL project. I'm using `landon export` on my blend file. I'm then accessing the mesh data like:
```
const position = mesh.multi_indexed_verte…
-
For polyhedral objects we right now have output like:
```
julia> p = cube(3)
A polyhedron in ambient dimension 3
```
Someone decided we need the ambient dimension in there. (Not all polyhedra hav…