-
Here is an example of the issue: The NormalToricVarieties package redefined 'variety Ring', for the Cox ring of a toric variety. This then makes certain basic functions in Schubert2 fail.
For exa…
-
First, the `--top-srcdir` flag (mentioned in `M2 --help`, the man page, etc.) is wrong. The correct flag seems to be `--srcdir`, but even then, I'm not sure that it's doing the right thing.
When ru…
-
After `brew install Macaulay2/tap/m2` I get
```
dyld: Library not loaded: /usr/local/opt/flint/lib/libflint-15.dylib
Referenced from: /usr/local/bin/M2-binary
Reason: image not found
/usr/loc…
-
@mahrud I tried installing macaulay2 via homebrew on the mac, and have hit a few build issues. What is the best way to handle this error?
```
bash-3.2$ brew tap Macaulay2/tap
bash-3.2$ brew inst…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
I was building from the latest commit (3cc9185) in `development` with gcc version 11.1.0 when I got an error that I hadn't seen before.
```
[3/59] Building CXX object Macaulay2/e/CMakeFiles/M2-eng…
-
consider the following:
```
i1 : R=QQ[a_0..a_4,SkewCommutative=>toList(0..4)]
o1 = R
o1 : PolynomialRing
i2 : I=ideal (a_0,a_2,a_1*a_3)
o2 = ideal (a , a , a a )
0 2 1 …
pzinn updated
3 years ago
-
Currently lift(Module, Ring) gives an error if the module is not free:
```
Macaulay2, version 1.16.0.2
with packages: Colon, ConwayPolynomials, Elimination, IntegralClosure,
Inverse…
-
Hi,
I can't install/run M2 on my Intel Mac at the moment. If I install the 1.18-rc1_1 bottle, then M2 does not run:
```
> M2
dyld: Symbol not found: __ZN3tbb4task13note_affinityEt
Referenced…
-
This is such a basic problem, and I feel that it needs addressing.
this is running M2 inside emacs: try running
```
A=QQ[x]
B=QQ[y]
```
by say selecting these two lines and pressing F11 inside …
pzinn updated
3 years ago