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

Commit

Permalink
Merge branch 't/29790/move_extension_options_from_src_module_list_py_…
Browse files Browse the repository at this point in the history
…to__distutils___directives_in_the_individual_files__part_5__sage_graphs_' into t/29701/replace_use_of_module_list_optionalextension
  • Loading branch information
Matthias Koeppe committed Jun 8, 2020
2 parents 26a85a4 + 5d5803e commit a0be9b6
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 @@ -308,8 +308,7 @@
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 a0be9b6

Please sign in to comment.