* GCC 4.3.1. (g++ doesn't work yet though.)
svn path=/nixpkgs/trunk/; revision=12194
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
args: with args;
|
||||
{stdenv, fetchurl, gmp}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mpfr-2.3.0";
|
||||
name = "mpfr-2.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.mpfr.org/mpfr-current/mpfr-2.3.1.tar.bz2;
|
||||
sha256 = "0c44va4plxfd9zm7aa24173im38svnb15lbxql5hvxbc9bgzjmyq";
|
||||
};
|
||||
url = http://www.mpfr.org/mpfr-current/mpfr-2.3.1.tar.bz2;
|
||||
sha256 = "0c44va4plxfd9zm7aa24173im38svnb15lbxql5hvxbc9bgzjmyq";
|
||||
};
|
||||
|
||||
buildInputs =[gmp];
|
||||
buildInputs = [gmp];
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
Multi Precision Floating arithmetic with correct Rounding.
|
||||
";
|
||||
homepage = http://www.mpfr.org/;
|
||||
description = "Library for multiple-precision floating-point arithmetic";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user