-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flint 3.0.0 build issue #3009
Comments
What's the fix? (Including "fmpz.h" doesn't work.) |
Building the |
Yeah thanks. I was building 1.22. |
I ran into this problem (and #2849) when building from source via |
I just proposed a couple changes to The problem with building at the |
Right. Perhaps one could try checking the versions of said dependencies before starting the build? I suppose this comes with its own problems, like "failed" builds when newer versions of dependencies would actually build successfully. Just food for thought, but for now the edits to the instructions are very helpful, thanks! |
Yeah, I'd be very hesitant to require older versions of dependencies. Usually, newer versions are backwards compatible. FLINT 3 was a relatively rare exception. |
M2 doesn't compile with most recent version of flint: /tmp/macaulay2-20240304-13320-pqsrxl/M2-release-1.23-rc1/M2/Macaulay2/e/mat-linalg.hpp:867:15: fatal error: no matching function for call to 'fq_nmod_mat_rref'
long rank = fq_nmod_mat_rref(A1.fq_nmod_mat(), A.ring().flintContext());
^~~~~~~~~~~~~~~~ |
I'm assuming that doing the same thing that factory did (Singular/Singular#1209) would work. The fix should probably go in before the release. |
Attempting to build the latest release version on Arch fails at NCAlgebras:
This is the same issue as #2972. I was able to successfully build the development branch, but would it be possible to push this fix to master?
The text was updated successfully, but these errors were encountered: