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

Commit

Permalink
src/module_list.py: Move OptionalExtension options for sage.libs.coxe…
Browse files Browse the repository at this point in the history
…ter3.coxeter to distutils directive
  • Loading branch information
Matthias Koeppe committed Jun 3, 2020
1 parent 6909e23 commit 2b060ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/module_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,7 @@ def uname_specific(name, value, alternative):

OptionalExtension('sage.libs.coxeter3.coxeter',
sources = ['sage/libs/coxeter3/coxeter.pyx'],
include_dirs = [os.path.join(SAGE_INC, 'coxeter')],
language="c++",
libraries = ['coxeter3'],
# include_dirs = [os.path.join(SAGE_INC, 'coxeter')],
package = 'coxeter3'),

Extension('sage.libs.ecl',
Expand Down
4 changes: 4 additions & 0 deletions src/sage/libs/coxeter3/coxeter.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
# distutils: language = c++
# distutils: libraries = coxeter3
# sage_setup: distribution = sage-coxeter3

"""
Low level part of the interface to Fokko Ducloux's Coxeter 3 library
Expand Down

0 comments on commit 2b060ae

Please sign in to comment.