~ruther/guix-local

1b1230e5340c860c19356ed20b48fc15268e9b30 — Ludovic Courtès 1 year, 2 months ago ecd1e93
gnu: scotch: Update to 7.0.7.

* gnu/packages/maths.scm (scotch): Update to 7.0.7.

Change-Id: Idef8e0956d9da1aef13fb423c53db60b6a61b04b
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 5170,7 5170,7 @@ implemented in ANSI C, and MPI for communications.")
(define-public scotch
  (package
    (name "scotch")
    (version "7.0.4")
    (version "7.0.7")
    (source
     (origin
       (method git-fetch)


@@ 5179,7 5179,7 @@ implemented in ANSI C, and MPI for communications.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr"))
        (base32 "0r46bmnz9xjlgcb3vvlx3sg2qh4gfgga89vs4vlbzz3s4lj48g46"))
       (patches (search-patches "scotch-cmake-remove-metis.patch"))
       (modules '((guix build utils)))
       (snippet