fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
122 stars 62 forks source link

Docbuild fails because of missing fplll/sieve/sieve_gauss.h #98

Closed jdemeyer closed 6 years ago

jdemeyer commented 7 years ago

Building the docs on ReadTheDocs is failing (since a while) with

build/src/fpylll/fplll/integer_matrix.cpp:569:37: fatal error: fplll/sieve/sieve_gauss.h: No such file or directory
jdemeyer commented 7 years ago

It seems that fplll does not install this header file. So either:

  1. it is a bug in fplll that it doesn't install this header

or

  1. it is a bug in fpylll that it wants to use a private fplll header
malb commented 7 years ago

This was fixed in commit fplll/fplll@2c9c9a25872500a5ddeb685b8448473a7885b4d1 we should probably cut a release, though.

jdemeyer commented 7 years ago

we should probably cut a release, though.

+1 otherwise it's hard to use on ReadTheDocs