[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77991] [PATCH 4/4] gnu: scotch: Update to 7.0.7.
From: |
Ludovic Courtès |
Subject: |
[bug#77991] [PATCH 4/4] gnu: scotch: Update to 7.0.7. |
Date: |
Tue, 22 Apr 2025 17:31:50 +0200 |
From: Ludovic Courtès <ludovic.courtes@inria.fr>
* gnu/packages/maths.scm (scotch): Update to 7.0.7.
Change-Id: Idef8e0956d9da1aef13fb423c53db60b6a61b04b
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index abd05b9d63..5683c24f84 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5190,7 +5190,7 @@ (define-public superlu-dist
(define-public scotch
(package
(name "scotch")
- (version "7.0.4")
+ (version "7.0.7")
(source
(origin
(method git-fetch)
@@ -5199,7 +5199,7 @@ (define-public scotch
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr"))
+ (base32 "0r46bmnz9xjlgcb3vvlx3sg2qh4gfgga89vs4vlbzz3s4lj48g46"))
(modules '((guix build utils)))
(snippet
#~(substitute* "src/libscotchmetis/library_parmetis.h"
--
2.49.0
- [bug#77991] [PATCH 0/4] Upgrade Scotch to 7.0.7, Ludovic Courtès, 2025/04/22
- [bug#77991] [PATCH 3/4] gnu: scotch, scotch32, pt-scotch, pt-scotch32: Use gexps., Ludovic Courtès, 2025/04/22
- [bug#77991] [PATCH 1/4] gnu: scotch: Remove “-shared” deprecated aliases., Ludovic Courtès, 2025/04/22
- [bug#77991] [PATCH 2/4] gnu: scotch: Keep *.cmake in the main output., Ludovic Courtès, 2025/04/22
- [bug#77991] [PATCH 4/4] gnu: scotch: Update to 7.0.7.,
Ludovic Courtès <=
- [bug#77991] [PATCH v2 0/4] Upgrade Scotch to 7.0.7, Ludovic Courtès, 2025/04/24
- [bug#77991] [PATCH v2 1/4] gnu: scotch: Remove “-shared” deprecated aliases., Ludovic Courtès, 2025/04/24
- [bug#77991] [PATCH v2 3/4] gnu: scotch, scotch32, pt-scotch, pt-scotch32: Use gexps., Ludovic Courtès, 2025/04/24
- [bug#77991] [PATCH v2 2/4] gnu: scotch: Remove CMake machinery for the Metis compatibility layer., Ludovic Courtès, 2025/04/24
- [bug#77991] [PATCH v2 4/4] gnu: scotch: Update to 7.0.7., Ludovic Courtès, 2025/04/24
- [bug#77991] [PATCH v2 0/4] Upgrade Scotch to 7.0.7, Christopher Baines, 2025/04/27