-
It's amazing how slow our graph generator is:
```
sage: %time gg=list(graphs(7))
CPU times: user 12.31 s, sys: 0.10 s, total: 12.41 s
Wall time: 12.87 s
```
Compare this to nauty's C implementatio…
-
https://groups.google.com/d/msg/sage-devel/vC0ySd4HGeQ/RBA_XrqLBAAJ
CC: @dimpase @tobiasdiez @embray
Component: **porting**
Author: **Tobias Diez**
Branch/Commit: **[`e8a984b`](https://github…
-
The build path is included in quite a few example output files used in the documentation. This makes [reproducible builds](https://reproducible-builds.org/) impossible.
For example
```
profzoo…
-
:)
-
When computing automorphisms I constantly get a segfault. The reason might be due to the fact that the travis script installs `nauty.h`/`libnauty.a` before building Normaliz (which I did not do).
1…
-
Following the instructions for the *quick build* from `INSTALL-CMake.mod`
```
git clone https://github.com/Macaulay2/M2.git
cmake -GNinja -S M2/M2 -B M2/M2/BUILD/build -DCMAKE_BUILD_TYPE=Release …
-
I am creating this ticket to track multiple issues I have had building Macaulay2 from source. Having pushed the GitHub actions PR #1256, one finally has [a way](https://github.com/radoslavraynov/M2/ru…
rz501 updated
4 years ago
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
```
lld-link: error: undefined symbol: int volatile nauty_kill_request
```
-
Issue: On a machine with Westmere processors (specifically Xeon X5675), I get the following errors in what looks like Linbox:
```
sage: A = matrix(ZZ, 4, 4, range(16))
sage: A.charpoly()
----…