[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: mpc: Edit synopsis & description.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/11: gnu: mpc: Edit synopsis & description. |
Date: |
Thu, 18 Jan 2018 20:42:33 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 246db47177d114cbf5688a74d67f49167e940087
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 19 00:16:39 2018 +0100
gnu: mpc: Edit synopsis & description.
* gnu/packages/multiprecision.scm (mpc)[synopsis, description]: Edit.
Define MPC.
---
gnu/packages/multiprecision.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 1d2163a..b5f33cb 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -120,10 +120,11 @@ floating-point computations with correct rounding.")
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
("mpfr" ,mpfr)))
- (synopsis "C library for arbitrary precision complex arithmetic")
+ (synopsis "C library for arbitrary-precision complex arithmetic")
(description
- "GNU MPC is a C library for performing arithmetic on complex numbers.
-It supports arbitrarily high precision and it correctly rounds the results.")
+ "address@hidden@dfn{MPC} (Multiple Precision Complex library) is a C
library for
+performing arithmetic on complex numbers. It supports arbitrarily high
+precision and correctly rounds the results.")
(license lgpl3+)
(home-page "http://multiprecision.org/mpc/")))
- branch master updated (37d110d -> fbf210c), Tobias Geerinckx-Rice, 2018/01/18
- 03/11: gnu: mpc: Update home page., Tobias Geerinckx-Rice, 2018/01/18
- 06/11: gnu: gmp: Use HTTPS for home page., Tobias Geerinckx-Rice, 2018/01/18
- 04/11: gnu: mpc: Edit synopsis & description.,
Tobias Geerinckx-Rice <=
- 07/11: gnu: gmp: Edit description., Tobias Geerinckx-Rice, 2018/01/18
- 08/11: gnu: stress: Use newer and HTTPS home page., Tobias Geerinckx-Rice, 2018/01/18
- 02/11: gnu: mpfi: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/01/18
- 05/11: gnu: mpfr: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/01/18
- 01/11: gnu: mpfi: Update to 1.5.3., Tobias Geerinckx-Rice, 2018/01/18
- 09/11: gnu: stress: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/01/18
- 10/11: gnu: testdisk: Use HTTPS for home page., Tobias Geerinckx-Rice, 2018/01/18
- 11/11: gnu: rdup: Update to 1.1.15., Tobias Geerinckx-Rice, 2018/01/18