MPC is now a GNU project.
svn path=/nixpkgs/trunk/; revision=26562
This commit is contained in:
parent
5142fda2bf
commit
b56430e7c0
@ -13,10 +13,10 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "MPC, a library for multiprecision complex arithmetic with exact rounding";
|
||||
description = "GNU MPC, a library for multiprecision complex arithmetic with exact rounding";
|
||||
|
||||
longDescription =
|
||||
'' MPC is a C library for the arithmetic of complex numbers with
|
||||
'' GNU MPC is a C library for the arithmetic of complex numbers with
|
||||
arbitrarily high precision and correct rounding of the result. It is
|
||||
built upon and follows the same principles as GNU MPFR.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user