Closed Zdancewic closed 6 years ago
Even after repairing the Stream dependencies (see: this issue), make fails with:
COQC implementations/ZType_integers.v File "./implementations/ZType_integers.v", line 4, characters 2-23: Error: Cannot find a physical path bound to logical path matching suffix Bignums.SpecViaZ.
There is an undocumented dependency on the BigNums package. After building and installing it, math-classes does compile.
Thanks for spotting this. The dependency is in the opam file: https://github.com/math-classes/math-classes/blob/master/opam
I'll add it to the README.
The README was updated.
Even after repairing the Stream dependencies (see: this issue), make fails with:
There is an undocumented dependency on the BigNums package. After building and installing it, math-classes does compile.