Skip to content

Commit

Permalink
src/sage: add random distutils comments to libgap files
Browse files Browse the repository at this point in the history
These probably don't do the right thing, but what they do do is touch
every extension module that links to libgap. This happens to fix the
upgrade path currently broken by the new libgap soname. The sage build
system does not recognize the need to rebuild libgap's consumers, but
if we modify them, it will have to rebuild them anyway.
  • Loading branch information
orlitzky committed Oct 17, 2024
1 parent f8f4d22 commit 5d29ef2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/groups/perm_gps/permgroup_element.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# distutils: libraries = gap
r"""
Permutation group elements
Expand Down
1 change: 1 addition & 0 deletions src/sage/libs/gap/element.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# distutils: libraries = gap gmp m
"""
GAP element wrapper
Expand Down
1 change: 1 addition & 0 deletions src/sage/libs/gap/libgap.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# distutils: libraries = gap
"""
Library Interface to GAP
Expand Down
1 change: 1 addition & 0 deletions src/sage/libs/gap/util.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# distutils: libraries = gap
"""
Utility functions for GAP
"""
Expand Down

0 comments on commit 5d29ef2

Please sign in to comment.