From 6198626ae928b0f45d42771e18b261c0aec508a4 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 2 Sep 2020 10:34:22 +0200 Subject: [PATCH] Update to 6.0.10 --- .gitignore | 1 + scotch-ldflags.patch | 30 ++++++------ scotch-man.patch | 108 +++++++++++++++++++++---------------------- scotch.spec | 16 ++++--- scotch_esmumps.patch | 2 +- sources | 2 +- 6 files changed, 81 insertions(+), 78 deletions(-) diff --git a/.gitignore b/.gitignore index a02a2dc..4da3ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ scotch_5.1.8.tar.gz /scotch_6.0.7.tar.gz /scotch_6.0.8.tar.gz /scotch_6.0.9.tar.gz +/scotch_6.0.10.tar.gz diff --git a/scotch-ldflags.patch b/scotch-ldflags.patch index d452296..acf6387 100644 --- a/scotch-ldflags.patch +++ b/scotch-ldflags.patch @@ -1,19 +1,19 @@ -diff -rupN --no-dereference scotch_6.0.9/src/esmumps/Makefile scotch_6.0.9-new/src/esmumps/Makefile ---- scotch_6.0.9/src/esmumps/Makefile 2019-05-10 17:34:57.000000000 +0200 -+++ scotch_6.0.9-new/src/esmumps/Makefile 2019-11-05 15:04:03.335685594 +0100 -@@ -148,7 +148,7 @@ libesmumps$(LIB) : graph_graph$(OBJ) - esmumps$(OBJ) \ - esmumps_f$(OBJ) \ - esmumps_strats$(OBJ) +diff -rupN --no-dereference scotch_6.0.10/src/esmumps/Makefile scotch_6.0.10-new/src/esmumps/Makefile +--- scotch_6.0.10/src/esmumps/Makefile 2020-08-30 20:55:50.000000000 +0200 ++++ scotch_6.0.10-new/src/esmumps/Makefile 2020-09-02 10:24:41.145309123 +0200 +@@ -177,7 +177,7 @@ esmumps_strats$(OBJ) : esmumps_strats.c + esmumps.h + + libesmumps$(LIB) : $(LIBESMUMPSDEPS) - $(AR) $(ARFLAGS) $(@) $(?) -+ $(AR) $(ARFLAGS) $(@) $(?) $(LDFLAGS) -L ../libscotch -lscotch ++ $(AR) $(ARFLAGS) $(@) $(?) $(LDFLAGS) -$(RANLIB) $(@) main_esmumps$(EXE) : main_esmumps.c \ -diff -rupN --no-dereference scotch_6.0.9/src/libscotch/Makefile scotch_6.0.9-new/src/libscotch/Makefile ---- scotch_6.0.9/src/libscotch/Makefile 2019-11-04 13:18:39.000000000 +0100 -+++ scotch_6.0.9-new/src/libscotch/Makefile 2019-11-05 15:04:03.336685593 +0100 -@@ -3092,26 +3092,26 @@ ptscotchf.h : ptdummysizes$(EXE) \ +diff -rupN --no-dereference scotch_6.0.10/src/libscotch/Makefile scotch_6.0.10-new/src/libscotch/Makefile +--- scotch_6.0.10/src/libscotch/Makefile 2020-01-12 20:49:29.000000000 +0100 ++++ scotch_6.0.10-new/src/libscotch/Makefile 2020-09-02 10:24:41.146309161 +0200 +@@ -3114,26 +3114,26 @@ ptscotchf.h : ptdummysizes$(EXE) \ library_pt_f.h ./ptdummysizes$(EXE) "-s$(SCOTCH_NAME_SUFFIX)" library_pt_f.h ptscotchf.h @@ -48,9 +48,9 @@ diff -rupN --no-dereference scotch_6.0.9/src/libscotch/Makefile scotch_6.0.9-new - $(AR) $(ARFLAGS) $(@) $(?) + $(AR) $(ARFLAGS) $(@) $(?) $(LDFLAGS) -$(RANLIB) $(@) -diff -rupN --no-dereference scotch_6.0.9/src/libscotchmetis/Makefile scotch_6.0.9-new/src/libscotchmetis/Makefile ---- scotch_6.0.9/src/libscotchmetis/Makefile 2019-05-19 01:42:19.000000000 +0200 -+++ scotch_6.0.9-new/src/libscotchmetis/Makefile 2019-11-05 15:04:03.336685593 +0100 +diff -rupN --no-dereference scotch_6.0.10/src/libscotchmetis/Makefile scotch_6.0.10-new/src/libscotchmetis/Makefile +--- scotch_6.0.10/src/libscotchmetis/Makefile 2019-05-19 01:42:19.000000000 +0200 ++++ scotch_6.0.10-new/src/libscotchmetis/Makefile 2020-09-02 10:24:41.147309199 +0200 @@ -142,12 +142,12 @@ libptscotchparmetis$(LIB) : parmetis_dgr parmetis_dgraph_order_f$(OBJ) \ parmetis_dgraph_part$(OBJ) \ diff --git a/scotch-man.patch b/scotch-man.patch index f3c4601..d187bc2 100644 --- a/scotch-man.patch +++ b/scotch-man.patch @@ -1,123 +1,123 @@ -diff -rupN --no-dereference scotch_6.0.9/man/man1/amk_ccc.1 scotch_6.0.9-new/man/man1/amk_ccc.1 ---- scotch_6.0.9/man/man1/amk_ccc.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/amk_ccc.1 2019-11-05 15:04:03.395685490 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/amk_ccc.1 scotch_6.0.10-new/man/man1/amk_ccc.1 +--- scotch_6.0.10/man/man1/amk_ccc.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/amk_ccc.1 2020-09-02 10:24:41.219311959 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH amk_ccc 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBamk_ccc, amk_fft2, amk_hy, amk_m2, amk_p2 \fP- create target architectures -diff -rupN --no-dereference scotch_6.0.9/man/man1/atst.1 scotch_6.0.9-new/man/man1/atst.1 ---- scotch_6.0.9/man/man1/atst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/atst.1 2019-11-05 15:04:03.395685490 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/atst.1 scotch_6.0.10-new/man/man1/atst.1 +--- scotch_6.0.10/man/man1/atst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/atst.1 2020-09-02 10:24:41.219311959 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH atst 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBatst \fP- test the consistency of target architectures -diff -rupN --no-dereference scotch_6.0.9/man/man1/dgmap.1 scotch_6.0.9-new/man/man1/dgmap.1 ---- scotch_6.0.9/man/man1/dgmap.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/dgmap.1 2019-11-05 15:04:03.395685490 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/dgmap.1 scotch_6.0.10-new/man/man1/dgmap.1 +--- scotch_6.0.10/man/man1/dgmap.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/dgmap.1 2020-09-02 10:24:41.219311959 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH dgmap 1 "August 03, 2010" "" "PT-Scotch user's manual" .SH NAME \fBdgmap, dgpart \fP- compute static mappings and partitions in parallel -diff -rupN --no-dereference scotch_6.0.9/man/man1/dgord.1 scotch_6.0.9-new/man/man1/dgord.1 ---- scotch_6.0.9/man/man1/dgord.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/dgord.1 2019-11-05 15:04:03.395685490 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/dgord.1 scotch_6.0.10-new/man/man1/dgord.1 +--- scotch_6.0.10/man/man1/dgord.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/dgord.1 2020-09-02 10:24:41.219311959 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH dgord 1 "August 03, 2010" "" "PT-Scotch user's manual" .SH NAME \fBdgord \fP- compute sparse matrix orderings of graphs in parallel -diff -rupN --no-dereference scotch_6.0.9/man/man1/dgscat.1 scotch_6.0.9-new/man/man1/dgscat.1 ---- scotch_6.0.9/man/man1/dgscat.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/dgscat.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/dgscat.1 scotch_6.0.10-new/man/man1/dgscat.1 +--- scotch_6.0.10/man/man1/dgscat.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/dgscat.1 2020-09-02 10:24:41.219311959 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH dgscat 1 "August 03, 2010" "" "PT-Scotch user's manual" .SH NAME \fBdgscat \fP- build distributed source graph file fragments from a centralized source graph file -diff -rupN --no-dereference scotch_6.0.9/man/man1/dgtst.1 scotch_6.0.9-new/man/man1/dgtst.1 ---- scotch_6.0.9/man/man1/dgtst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/dgtst.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/dgtst.1 scotch_6.0.10-new/man/man1/dgtst.1 +--- scotch_6.0.10/man/man1/dgtst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/dgtst.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH dgtst 1 "August 03, 2010" "" "PT-Scotch user's manual" .SH NAME \fBdgtst \fP- test the consistency of source graphs in parallel -diff -rupN --no-dereference scotch_6.0.9/man/man1/gcv.1 scotch_6.0.9-new/man/man1/gcv.1 ---- scotch_6.0.9/man/man1/gcv.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gcv.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gcv.1 scotch_6.0.10-new/man/man1/gcv.1 +--- scotch_6.0.10/man/man1/gcv.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gcv.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gcv 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgcv \fP- graph file converter -diff -rupN --no-dereference scotch_6.0.9/man/man1/gmap.1 scotch_6.0.9-new/man/man1/gmap.1 ---- scotch_6.0.9/man/man1/gmap.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gmap.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gmap.1 scotch_6.0.10-new/man/man1/gmap.1 +--- scotch_6.0.10/man/man1/gmap.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gmap.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gmap 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgmap, gpart \fP- compute static mappings and partitions sequentially -diff -rupN --no-dereference scotch_6.0.9/man/man1/gmk_hy.1 scotch_6.0.9-new/man/man1/gmk_hy.1 ---- scotch_6.0.9/man/man1/gmk_hy.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gmk_hy.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gmk_hy.1 scotch_6.0.10-new/man/man1/gmk_hy.1 +--- scotch_6.0.10/man/man1/gmk_hy.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gmk_hy.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gmk_hy 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgmk_hy, gmk_m2, gmk_m3, gmk_ub2 \fP- create source graphs -diff -rupN --no-dereference scotch_6.0.9/man/man1/gmk_msh.1 scotch_6.0.9-new/man/man1/gmk_msh.1 ---- scotch_6.0.9/man/man1/gmk_msh.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gmk_msh.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gmk_msh.1 scotch_6.0.10-new/man/man1/gmk_msh.1 +--- scotch_6.0.10/man/man1/gmk_msh.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gmk_msh.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gmk_msh 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgmk_msh \fP- create source graph from source mesh -diff -rupN --no-dereference scotch_6.0.9/man/man1/gmtst.1 scotch_6.0.9-new/man/man1/gmtst.1 ---- scotch_6.0.9/man/man1/gmtst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gmtst.1 2019-11-05 15:04:03.396685489 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gmtst.1 scotch_6.0.10-new/man/man1/gmtst.1 +--- scotch_6.0.10/man/man1/gmtst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gmtst.1 2020-09-02 10:24:41.220311997 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gmtst 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgmtst \fP- compute statistics on mappings -diff -rupN --no-dereference scotch_6.0.9/man/man1/gord.1 scotch_6.0.9-new/man/man1/gord.1 ---- scotch_6.0.9/man/man1/gord.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gord.1 2019-11-05 15:04:03.397685487 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gord.1 scotch_6.0.10-new/man/man1/gord.1 +--- scotch_6.0.10/man/man1/gord.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gord.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gord 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgord \fP- compute sparse matrix orderings of graphs -diff -rupN --no-dereference scotch_6.0.9/man/man1/gotst.1 scotch_6.0.9-new/man/man1/gotst.1 ---- scotch_6.0.9/man/man1/gotst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gotst.1 2019-11-05 15:04:03.397685487 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gotst.1 scotch_6.0.10-new/man/man1/gotst.1 +--- scotch_6.0.10/man/man1/gotst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gotst.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gotst 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgomtst \fP- compute statistics on sparse matrix orderings -diff -rupN --no-dereference scotch_6.0.9/man/man1/gout.1 scotch_6.0.9-new/man/man1/gout.1 ---- scotch_6.0.9/man/man1/gout.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gout.1 2019-11-05 15:04:03.397685487 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gout.1 scotch_6.0.10-new/man/man1/gout.1 +--- scotch_6.0.10/man/man1/gout.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gout.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man @@ -134,36 +134,36 @@ diff -rupN --no-dereference scotch_6.0.9/man/man1/gout.1 scotch_6.0.9-new/man/ma .PP .nf .fam C -diff -rupN --no-dereference scotch_6.0.9/man/man1/gtst.1 scotch_6.0.9-new/man/man1/gtst.1 ---- scotch_6.0.9/man/man1/gtst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/gtst.1 2019-11-05 15:04:03.397685487 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/gtst.1 scotch_6.0.10-new/man/man1/gtst.1 +--- scotch_6.0.10/man/man1/gtst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/gtst.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH gtst 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBgtst \fP- test the consistency of source graphs -diff -rupN --no-dereference scotch_6.0.9/man/man1/mmk_m2.1 scotch_6.0.9-new/man/man1/mmk_m2.1 ---- scotch_6.0.9/man/man1/mmk_m2.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/mmk_m2.1 2019-11-05 15:04:03.397685487 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/mmk_m2.1 scotch_6.0.10-new/man/man1/mmk_m2.1 +--- scotch_6.0.10/man/man1/mmk_m2.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/mmk_m2.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH mmk_m2 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBmmk_m2, mmk_m3 \fP- create source meshes -diff -rupN --no-dereference scotch_6.0.9/man/man1/mord.1 scotch_6.0.9-new/man/man1/mord.1 ---- scotch_6.0.9/man/man1/mord.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/mord.1 2019-11-05 15:04:03.398685485 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/mord.1 scotch_6.0.10-new/man/man1/mord.1 +--- scotch_6.0.10/man/man1/mord.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/mord.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man .TH mord 1 "August 03, 2010" "" "Scotch user's manual" .SH NAME \fBmord \fP- compute sparse matrix orderings of meshes -diff -rupN --no-dereference scotch_6.0.9/man/man1/mtst.1 scotch_6.0.9-new/man/man1/mtst.1 ---- scotch_6.0.9/man/man1/mtst.1 2018-05-28 17:05:24.000000000 +0200 -+++ scotch_6.0.9-new/man/man1/mtst.1 2019-11-05 15:04:03.398685485 +0100 +diff -rupN --no-dereference scotch_6.0.10/man/man1/mtst.1 scotch_6.0.10-new/man/man1/mtst.1 +--- scotch_6.0.10/man/man1/mtst.1 2018-05-28 17:05:24.000000000 +0200 ++++ scotch_6.0.10-new/man/man1/mtst.1 2020-09-02 10:24:41.221312035 +0200 @@ -1,4 +1,4 @@ -." Text automatically generated by txt2man +\" Text automatically generated by txt2man diff --git a/scotch.spec b/scotch.spec index 063c2c1..325eed6 100644 --- a/scotch.spec +++ b/scotch.spec @@ -9,20 +9,19 @@ Name: scotch Summary: Graph, mesh and hypergraph partitioning library -Version: 6.0.9 -Release: 3%{?dist} +Version: 6.0.10 +Release: 1%{?dist} License: CeCILL-C URL: https://gforge.inria.fr/projects/scotch/ -Source0: https://gforge.inria.fr/frs/download.php/file/38187/%{name}_%{version}.tar.gz +# Note: this URL needs to be adjusted for every release, as the file ID changes every time +Source0: https://gforge.inria.fr/frs/download.php/file/38350/%{name}_6.0.10.tar.gz Source1: scotch-Makefile.shared.inc.in -# Makefile fix for installing esmumps -Patch0: scotch_esmumps.patch # Make shared libraries link properly with -Wl,--as-needed -Patch1: scotch-ldflags.patch +Patch0: scotch-ldflags.patch # Fix undefined man page macros -Patch2: scotch-man.patch +Patch1: scotch-man.patch BuildRequires: flex BuildRequires: bison @@ -270,6 +269,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make -C src/check %doc doc/scotch_example.f %changelog +* Wed Sep 02 2020 Sandro Mani - 6.0.10-1 +- Update to 6.0.10 + * Wed Jul 29 2020 Fedora Release Engineering - 6.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/scotch_esmumps.patch b/scotch_esmumps.patch index 842ed14..fd86504 100644 --- a/scotch_esmumps.patch +++ b/scotch_esmumps.patch @@ -1,6 +1,6 @@ diff -rupN --no-dereference scotch_6.0.9/src/Makefile scotch_6.0.9-new/src/Makefile --- scotch_6.0.9/src/Makefile 2019-11-04 12:24:11.000000000 +0100 -+++ scotch_6.0.9-new/src/Makefile 2019-11-05 15:04:03.268685710 +0100 ++++ scotch_6.0.9-new/src/Makefile 2020-09-02 10:20:56.047045017 +0200 @@ -125,6 +125,8 @@ install : required $(bindir) $(includ -$(CP) -f ../include/*scotch*.h $(includedir) -$(CP) -f ../lib/*esmumps*$(LIB) $(libdir) diff --git a/sources b/sources index 305f812..8b53100 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (scotch_6.0.9.tar.gz) = 0a9c67134a5c6706dacbad56d8e0ff3d7fc30a74bb251e334b7dc38b3f906e595e1899eb86a1240843133cd287382ea6789e77433b7170a4ecfd1f4de90b84c0 +SHA512 (scotch_6.0.10.tar.gz) = 7b8908684c7a4a5c4ee5611a19355acf7e2710897e1c16bb8194722690c7621dc57c4d5f3f83ef6b309d4692de1bcca0b112d3964b76f57354a01f666f8072a9