Changes between Version 18 and Version 20 of Ticket #22626
- Timestamp:
- 03/17/17 15:15:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626
-
Property
Commit
changed from
234c54b4b7e0495e343c3ab1b925e2c99f37e391
to431845f6da27d20c78b5e7a42b5f47bea866201c
-
Property
Commit
changed from
-
Ticket #22626 – Description
v18 v20 27 27 a stock GAP from the OS distribution. However there always is a risk 28 28 of name conflict. And indeed, GAP's constants (actually cpp macros) 29 T_INT, T_FLOAT, ... conflict with Python's constants. This is worked 30 around by duplicating and forcing their value in gap_include.pxd. 31 Another conflict in objects.h currently needs to be worked around by 32 hand (see below). Something similar was started at #19915. 29 T_INT, T_FLOAT, ... conflict with Python's constants. This is 30 currently worked around by forcing the inclusion of Python's 31 `structmember.h` before the gap headers. 32 33 Something similar was started by Volker at #19915. 33 34 34 35 - Removes configure.patch: it was patching configure for better GMP