Skip to content

Commit 58bd0a6

Browse files
committed
src/sage/features/giac.py: standard -> optional
1 parent 6d1b6fb commit 58bd0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/giac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self):
2525
True
2626
"""
2727
Executable.__init__(self, 'giac', executable='giac',
28-
spkg='giac', type='standard')
28+
spkg='giac', type='optional')
2929

3030

3131
def all_features():

0 commit comments

Comments
 (0)