unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: [PATCH] Release 1.0.1 of GNU MPC
Date: Tue, 11 Dec 2012 23:02:35 +0100	[thread overview]
Message-ID: <201212112302.35675.andreas@enge.fr> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 546 bytes --]

Patch attached.

Unfortunately, I could not test it yet, since guix-package starts by 
building path(s) `/nix/store/9syafc8xvscaywjldyszzgkc8pljwpj6-gcc-cross-
boot0-4.7.2'

although gcc-4.7.2 (without "coss-boot") is already there. How come?
The previous mpc release built without problem without re-downloading gcc.

Actually, the same holds for the unmodified mpfr - after changing the
definition of mpc in multiprecision.scm, installing mpfr also starts by
redownloading gcc.

Is it related to the dependency of gcc on mpfr and mpc?

Andreas

[-- Attachment #1.2: Type: text/html, Size: 3224 bytes --]

[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 1548 bytes --]

--- guix.alt/distro/packages/multiprecision.scm	2012-12-11 21:53:49.000000000 +0100
+++ guix/distro/packages/multiprecision.scm	2012-12-11 22:49:42.000000000 +0100
@@ -95,14 +95,13 @@
 (define-public mpc
   (package
    (name "mpc")
-   (version "1.0")
+   (version "1.0.1")
    (source (origin
             (method url-fetch)
             (uri (string-append
-                  "http://www.multiprecision.org/mpc/download/mpc-"
-                  version ".tar.gz"))
+                  "mirror://gnu/mpc/mpc-" version ".tar.gz"))
             (sha256 (base32
-                     "00rxjmkpqnv6zzcyw9aa5w6rzaav32ys87km25zgfcv9i32km5cw"))))
+                     "1zq0fidp1jii2j5k5n9hmx55a6wwid33gjzhimvxq9d5zrf82npd"))))
    (build-system gnu-build-system)
    (inputs `(("gmp" ,gmp)
              ("mpfr" ,mpfr)))
@@ -110,7 +109,11 @@
 with exact rounding")
    (description
     "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.")
+arbitrarily high precision and correct rounding of the result. It extends
+the principles of the IEEE-754 standard for fixed precision real floating
+point numbers to complex numbers, providing well-defined semantics for
+every operation. At the same time, speed of operation at high precision
+is a major design goal. The library is built upon and follows the same
+principles as GNU MPFR.")
    (license "LGPLv3+")
    (home-page "http://mpc.multiprecision.org/")))

             reply	other threads:[~2012-12-11 22:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 22:02 Andreas Enge [this message]
2012-12-12 13:44 ` [PATCH] Release 1.0.1 of GNU MPC Ludovic Courtès
2012-12-12 19:11   ` Andreas Enge
2012-12-13 21:31     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201212112302.35675.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).