[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: qd: Update source and home page.
From: |
guix-commits |
Subject: |
02/02: gnu: qd: Update source and home page. |
Date: |
Thu, 16 May 2019 22:19:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f52e83470b05b2473ea13feb2842a1330c316a00
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri May 17 04:03:26 2019 +0200
gnu: qd: Update source and home page.
The tarball has been updated in place with only documentation changes.
* gnu/packages/multiprecision.scm (qd)[source]: Update URL and hash.
[home-page]: Update URL.
---
gnu/packages/multiprecision.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 6383976..7d35522 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -193,13 +193,13 @@ error. Additionally, iRRAM uses the concept of
multi-valued functions.")
(package
(name "qd")
(version "2.3.22")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://crd.lbl.gov/~dhbailey/mpdist/qd-"
- version ".tar.gz"))
- (sha256
- (base32
- "0wpgdzjcbanwd0c9mk90n04nas0q5fwc5zkrlbxyn6yjd2n8k3i6"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://crd-legacy.lbl.gov/~dhbailey/mpdist/qd-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1lq609rsp6zpg7zda75lyxzzk1fabzp4jn88j7xfk84mdgjgzh9h"))))
(build-system gnu-build-system)
(native-inputs
`(("gfortran" ,gfortran)))
@@ -215,7 +215,7 @@ error. Additionally, iRRAM uses the concept of
multi-valued functions.")
;; expensive optimizations lets it pass.
'("CXXFLAGS=-O3
-fno-expensive-optimizations")
'("CXXFLAGS=-O3")))))
- (home-page "http://crd-legacy.lbl.gov/~dhbailey/mpdist/")
+ (home-page "https://www.davidhbailey.com/dhbsoftware/")
(synopsis "Double-double and quad-double library")
(description "This package supports both a double-double
datatype (approx. 32 decimal digits) and a quad-double datatype (approx. 64