Skip to content

Commit

Permalink
move fix from sagemath#37064 to the flint interface generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzarobba committed Feb 3, 2024
1 parent 956ab2c commit 98c3871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sage_setup/autogen/flint/templates/flint_wrap.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@

#pragma pop_macro("ulong")

/* CPU_SIZE_1 and SIZE_RED_FAILURE_THRESH are defined as macros in flint/fmpz_lll.h
* and as variables in fplll/defs.h, which breaks build if linbox is compiled with fplll */

#undef CPU_SIZE_1
#undef SIZE_RED_FAILURE_THRESH

#endif

0 comments on commit 98c3871

Please sign in to comment.