Skip to content

Commit

Permalink
src/sage/features/sagemath.py: mark sage.libs.giac as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Jan 26, 2025
1 parent a5d294a commit 454c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/sagemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def __init__(self):
"""
JoinFeature.__init__(self, 'sage.libs.giac',
[PythonModule('sage.libs.giac.giac')],
spkg='sagemath_giac', type='standard')
spkg='sagemath_giac', type='optional')


class sage__libs__homfly(JoinFeature):
Expand Down

0 comments on commit 454c025

Please sign in to comment.