flintlib / calcium

Calcium has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://fredrikj.net/calcium/
GNU Lesser General Public License v2.1
79 stars 11 forks source link

Is calcium 0.4.1 incompatible with flint 2.9.0 ? #39

Open SnarkBoojum opened 2 years ago

SnarkBoojum commented 2 years ago

I was considering updating flint in Debian to 2.9.0, but it looks like it breaks calcium's package. Running ./configure then make is ok, but trying make check gives:

python3 pycalcium/pyca.py
Exception (nf_init). Degree must be at least 1.

and compiling the doc with sphinx also fails because of an abort trying to read pycalcium.

fredrik-johansson commented 2 years ago

I believe this is antic's problem. The new antic release should fix it.

SnarkBoojum commented 2 years ago

Ah, indeed, you're right!

Sorry for the inconvenience and thanks for the quick answer!

SnarkBoojum commented 2 years ago

Sorry to reopen: I was satisfied because 0.4.1 worked on my box (an amd64), but I have a report that says a new release with the last commit would be needed.