[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: octave, octave-cli: Explain difference.
From: |
guix-commits |
Subject: |
05/08: gnu: octave, octave-cli: Explain difference. |
Date: |
Mon, 3 May 2021 12:29:25 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 36252dff9bb4831d7c5d764979a4060e12fab41f
Author: Konrad Hinsen <konrad.hinsen@fastmail.net>
AuthorDate: Fri Apr 30 17:27:24 2021 +0200
gnu: octave, octave-cli: Explain difference.
* gnu/packages/maths.scm (octave-cli, octave): Extended synopsis.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4f5e0e5..d3656f0 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
- branch master updated (d94e9cb -> 88156c6), guix-commits, 2021/05/03
- 01/08: gnu: xboard: Patch path to aplay., guix-commits, 2021/05/03
- 02/08: gnu: pioneers: Patch path to beep., guix-commits, 2021/05/03
- 03/08: gnu: git-modes: Update to 1.3.0., guix-commits, 2021/05/03
- 04/08: gnu: chessx: Disable online version check by default., guix-commits, 2021/05/03
- 05/08: gnu: octave, octave-cli: Explain difference.,
guix-commits <=
- 07/08: gnu: Add perl-linux-inotify2., guix-commits, 2021/05/03
- 06/08: gnu: odamex: Update to 0.9.0., guix-commits, 2021/05/03
- 08/08: gnu: public-inbox: Update to 1.6.1., guix-commits, 2021/05/03