Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/graphs/planarity.pyx: Add forgotten distutils directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 8, 2020
1 parent 55bd7ba commit 5d5803e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ def uname_specific(name, value, alternative):
package = 'bliss'),

Extension('sage.graphs.planarity',
sources = ['sage/graphs/planarity.pyx'],
libraries=['planarity']),
sources = ['sage/graphs/planarity.pyx']),

Extension('sage.graphs.strongly_regular_db',
sources = ['sage/graphs/strongly_regular_db.pyx']),
Expand Down
1 change: 1 addition & 0 deletions src/sage/graphs/planarity.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# distutils: libraries = planarity
"""
Wrapper for Boyer's (C) planarity algorithm
"""
Expand Down

0 comments on commit 5d5803e

Please sign in to comment.