Skip to content

Commit

Permalink
fix sage_flint feature
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Dec 22, 2023
1 parent dc4cc1b commit 1f06da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/features/sagemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def __init__(self):
True
"""
JoinFeature.__init__(self, 'sage.libs.flint',
[PythonModule('sage.libs.flint.flint'),
PythonModule('sage.libs.arb.arith')],
[PythonModule('sage.libs.flint.arith_sage'),
PythonModule('sage.libs.flint.flint_sage')],
spkg='sagemath_flint', type='standard')


Expand Down

0 comments on commit 1f06da4

Please sign in to comment.