-
Trying to brew install Macaulay2 on new MacBook Air, M1 processor, OS 11.6. Get the following authentication error from github
```
% brew install Macauley2/tap/M2
==> Tapping macauley2/tap
Clon…
-
If you fire up Macaulay2 in emacs and then hit backspace a few times (or `C-0 C-k`), you can end up without a prompt:
```m2
+ M2 --no-readline --print-width 79
Macaulay2, version 1.18.0.1
with p…
-
I installed macaulay2 using home-brew by the command
$brew install m2
And run macaulay2, and try to load the package "FourTiTwo". However, I got this error as below.
byeongsuyu@yubyeongsuui-M…
-
In my work on group cohomology, I was bitten by the fact that Singular limits integers to 32 bit in the coefficients of Hilbert series. By consequence, examples such as the following from #20145 fai…
-
From the build log of the Debian package on the hppa architecture (https://buildd.debian.org/status/fetch.php?pkg=macaulay2&arch=hppa&ver=1.16%2Bgit55.94c4b7d%2Bds-1&stamp=1603490424&raw=0):
```she…
-
When starting Macaulay2 (PPA package built from the `development` branch), I get:
```m2
profzoom@peg-amy:~$ M2
Macaulay2, version 1.18.0.1
/usr/share/Macaulay2/Core/debugging.m2:23:6:(1):[14]: e…
-
On the kucalc buildbot (debian 9 x86_64):
```
[...]
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 700 ##
0
sage: a = animate([sin(x + float(k)) for k in srange(0,2*pi,0…
-
I am having some difficulty installing M2 from the macaulay2 tap. I have two installations of brew, namely an x86 one at /usr/local and a arm one at /opt/homebrew. I suspect that this may have somet…
-
compilation fails on fedora 34 with
```
[1/322] Building CXX object Macaulay2/e/CMakeFiles/M2-engine.dir/eigen.cpp.o
FAILED: Macaulay2/e/CMakeFiles/M2-engine.dir/eigen.cpp.o
/usr/bin/c++ -I../..…
pzinn updated
3 years ago
-
Hi,
I spend a few days trying to compile Macaulay2 using CMake on Apple Silicon and found a setup that (almost) builds the project perfectly on macOS 12.0.1 Monterey:
1. Install all the dependen…