[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/27: gnu: qd: Update to 2.3.24.
|
From: |
guix-commits |
|
Subject: |
02/27: gnu: qd: Update to 2.3.24. |
|
Date: |
Sat, 18 Nov 2023 20:57:46 -0500 (EST) |
bavier pushed a commit to branch master
in repository guix.
commit 6c077dd304f7ef1cc8d03151f913b5fa60a61b7a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 5 14:56:19 2023 +0000
gnu: qd: Update to 2.3.24.
* gnu/packages/multiprecision.scm (qd): Update to 2.3.24.
[native-inputs]: Add automake and autoconf.
Change-Id: Ic1dfdbe19b3347367b2ffb846be6bb975a0b89ae
Signed-off-by: Eric Bavier <bavier@posteo.net>
---
gnu/packages/multiprecision.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 11afcfe4a0..0c6255c129 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -252,17 +252,16 @@ error. Additionally, iRRAM uses the concept of
multi-valued functions.")
(define-public qd
(package
(name "qd")
- (version "2.3.23")
+ (version "2.3.24")
(source
(origin
(method url-fetch)
(uri (string-append "https://crd-legacy.lbl.gov/~dhbailey/mpdist/qd-"
version ".tar.gz"))
(sha256
- (base32 "09pfd77rmy370hy7qdqw84z21y9zpl3fcwzf93rhiv0kwhfg9smk"))))
+ (base32 "0f0fwsyh23p5zfyrj6n16q7b56g213fnhdc8dbl22r3fz1rnqyx4"))))
(build-system gnu-build-system)
- (native-inputs
- (list gfortran))
+ (native-inputs (list automake autoconf gfortran))
(arguments
(list
#:configure-flags
- 18/27: gnu: python-roman-datamodels: Update to 0.18.0., (continued)
- 18/27: gnu: python-roman-datamodels: Update to 0.18.0., guix-commits, 2023/11/18
- 19/27: gnu: python-sgp4: Update to 2.23., guix-commits, 2023/11/18
- 20/27: gnu: python-wiimatch: Update to 0.3.2., guix-commits, 2023/11/18
- 21/27: gnu: splash: Update to 3.9.0., guix-commits, 2023/11/18
- 23/27: gnu: python-stsci-imagestats: Swap to pyproject-build-system., guix-commits, 2023/11/18
- 24/27: gnu: python-astroquery: Improve package style., guix-commits, 2023/11/18
- 25/27: gnu: python-poliastro: Improve package style., guix-commits, 2023/11/18
- 10/27: gnu: python-astroalign: Update to 2.5.1., guix-commits, 2023/11/18
- 12/27: gnu: python-crds: Update to 11.17.9., guix-commits, 2023/11/18
- 22/27: gnu: python-drms: Simplify package., guix-commits, 2023/11/18
- 02/27: gnu: qd: Update to 2.3.24.,
guix-commits <=
- 26/27: gnu: python-synphot: Enable tests., guix-commits, 2023/11/18
- 27/27: gnu: python-stsci-stimage: Enable tests., guix-commits, 2023/11/18