flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
401 stars 235 forks source link

file padic_types.h not getting installed #2028

Closed JohnCremona closed 2 days ago

JohnCremona commented 2 days ago

I just built (and did "make check" successfully) and installed flint 3.1.0. In src/ there is a file padic_types.h which is #include'd by padic.h, but after "make install" this did not end up with all the other include files in my /usr/local/include/flint.

I discovered this on building Sage, as it causes Sage's detection of a working Flint install to fail. After manually copying the file Sage was happy.

Presumably any code which relies on an installed version and includes padic.h would fail to compile!

I'm sure someone can fix this easily.

albinahlback commented 2 days ago

I believe this was my fault, and should be fixed in later versions. Have you tried any newer release?

JohnCremona commented 2 days ago

I believe this was my fault, and should be fixed in later versions. Have you tried any newer release?

No, this was 3.1.0. I will see if 3.1.3 has fixed the issue, and if so I will close this.