Commit 0b35a64
Release Manager
sagemathgh-38672: src/sage/features/giac.py: add new feature for the giac program
In preparation for adding a `--disable-giac` option, we add a new
feature that detects the presence of the "giac" executable. We already
have a feature for `sage.libs.giac`, but that only guards the libgiac
interface; we still have code that runs "giac" behind pexpect. This will
allow us to skip those tests when giac is not installed.
URL: sagemath#38672
Reported by: Michael Orlitzky
Reviewer(s): Dima Pasechnik
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments