Closed ppedrot closed 6 years ago
Thanks!
make[2]: *** No rule to make target theory/Streams.vo', needed by
interfaces/canonical_names.vo'. Stop.
Could you add that to this PR?
@spitters I think this is a bug in the build system. You should call configure
before lauching the build system... We've fixed that on Coq side already.
Thanks. Could you be more explicit?
Should we change l15 of https://github.com/math-classes/math-classes/blob/master/.travis.yml to script: configure && make ?
Should be ./configure.sh && make
but yes.
This PR is a backward compatible fix for PR coq/coq#7536. We simply copy the old Stream library from Coq to math-classes. Note that when the Coq PR is merged, some care will have to be taken to rewrite math-classes with a proper negative stream implementation.