Skip to content

Commit

Permalink
src/sage/libs/gap/*.pyx: add "distutils: depends" on gap/libgap-api.h
Browse files Browse the repository at this point in the history
This probably doesn't do anything, but the good news is that it
touches the three GAP extension modules, causing them to be rebuilt,
which is the desired effect. Otherwise the build system does not
recompile these modules after a GAP upgrade (which recent commits
will perform, one way or another).
  • Loading branch information
orlitzky committed Oct 13, 2024
1 parent f8f4d22 commit 0f660d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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: depends = gap/libgap-api.h
"""
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: depends = gap/libgap-api.h
"""
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: depends = gap/libgap-api.h
"""
Utility functions for GAP
"""
Expand Down

0 comments on commit 0f660d4

Please sign in to comment.