From 58bd0a6ac6477a50ab88d4acd21c9c77972745ec Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 25 Jan 2025 18:09:16 -0500 Subject: [PATCH] src/sage/features/giac.py: standard -> optional --- src/sage/features/giac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/features/giac.py b/src/sage/features/giac.py index 67403a332be..34d7d5e0613 100644 --- a/src/sage/features/giac.py +++ b/src/sage/features/giac.py @@ -25,7 +25,7 @@ def __init__(self): True """ Executable.__init__(self, 'giac', executable='giac', - spkg='giac', type='standard') + spkg='giac', type='optional') def all_features():