[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: hypre: Mark as tunable.
From: |
guix-commits |
Subject: |
02/09: gnu: hypre: Mark as tunable. |
Date: |
Fri, 27 Jan 2023 12:18:15 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit f84fdb3d893662e654f84e01563e5c1b3d032115
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jan 27 15:05:27 2023 +0100
gnu: hypre: Mark as tunable.
* gnu/packages/maths.scm (hypre)[properties]: New field.
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d9bc2922c5..cd88a2c723 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2018, 2020, 2021 Kei Kebreau <kkebreau@posteo.net>
-;;; Copyright © 2016-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016-2023 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017, 2018, 2019, 2020, 2021 Paul Garlick
<pgarlick@tourbillion-technology.com>
@@ -5884,6 +5884,7 @@ set.")
solvers for the solution of large, sparse linear systems of equations. It
features multigrid solvers for both structured and unstructured grid
problems.")
+ (properties '((tunable? . #t)))
(license license:lgpl2.1)))
(define-public hypre-openmpi
- branch master updated (729eabc6ae -> dbf965dd7b), guix-commits, 2023/01/27
- 06/09: gnu: python-astropy: Update to 5.2.1., guix-commits, 2023/01/27
- 01/09: gnu: hwloc: Update to 2.9.0., guix-commits, 2023/01/27
- 09/09: gnu: python-photutils: Update to 1.6.0., guix-commits, 2023/01/27
- 03/09: gnu: inkscape: Fix qrcode rendering., guix-commits, 2023/01/27
- 05/09: gnu: jed: Delete Windows binaries from the source tarball., guix-commits, 2023/01/27
- 07/09: gnu: python-sunpy: Update to 4.1.1., guix-commits, 2023/01/27
- 02/09: gnu: hypre: Mark as tunable.,
guix-commits <=
- 08/09: gnu: python-regions: Update to 0.7., guix-commits, 2023/01/27
- 04/09: gnu: Add jed., guix-commits, 2023/01/27