summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorKonrad Hinsen <konrad.hinsen@fastmail.net>2021-04-30 17:27:24 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-03 18:26:49 +0200
commit36252dff9bb4831d7c5d764979a4060e12fab41f (patch)
tree8f76ef502a72ac3e5776c1cff7ef9fdbb6f165c6 /gnu/packages/maths.scm
parent62b4cc14f882553a824d32848a6ebe503fd11320 (diff)
downloadguix-patches-36252dff9bb4831d7c5d764979a4060e12fab41f.tar
guix-patches-36252dff9bb4831d7c5d764979a4060e12fab41f.tar.gz
gnu: octave, octave-cli: Explain difference.
* gnu/packages/maths.scm (octave-cli, octave): Extended synopsis. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4f5e0e5cf7..d3656f0405 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2013,7 +2013,7 @@ can solve two kinds of problems:
"\"" (assoc-ref inputs "texinfo") "/bin/makeinfo\"")))
#t)))))
(home-page "https://www.gnu.org/software/octave/")
- (synopsis "High-level language for numerical computation")
+ (synopsis "High-level language for numerical computation (no GUI)")
(description "GNU Octave is a high-level interpreted language that is
specialized for numerical computations. It can be used for both linear and
non-linear applications and it provides great support for visualizing results.
@@ -2045,7 +2045,8 @@ script files.")
(substitute* "configure"
(("qscintilla2-qt5")
"qscintilla2_qt5"))
- #t))))))))
+ #t))))))
+ (synopsis "High-level language for numerical computation (with GUI)")))
(define-public opencascade-oce
(package