We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5e820 commit 2f93c8bCopy full SHA for 2f93c8b
src/sage/libs/meson.build
@@ -9,10 +9,8 @@ ecl_bin = find_program('ecl', required: false)
9
if ecl_bin.found()
10
maxima_check = run_command(
11
ecl_bin,
12
- '--eval',
13
- '(require \'maxima)',
14
15
- '(quit)',
+ '--eval (require \'maxima)',
+ '--eval (quit)',
16
check: false,
17
)
18
maxima_bin = find_program('maxima', required: false, disabler: true)
0 commit comments