aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/scotch-build-parallelism.patch
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-02 22:23:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-10-03 11:16:15 -0400
commita93781b83cfc83cdd74c11bf4931cca4002c2048 (patch)
tree73c9e4a7cd85f453f383add3e21ec4c7b6b9bb24 /gnu/packages/patches/scotch-build-parallelism.patch
parent8ad1978695dfcaf74e06250ebb057851dcd7a217 (diff)
downloadguix-a93781b83cfc83cdd74c11bf4931cca4002c2048.tar
guix-a93781b83cfc83cdd74c11bf4931cca4002c2048.tar.gz
gnu: Remove unused scotch patches.
* gnu/packages/patches/scotch-build-parallelism.patch: Delete file. * gnu/packages/patches/scotch-integer-declarations.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
Diffstat (limited to 'gnu/packages/patches/scotch-build-parallelism.patch')
-rw-r--r--gnu/packages/patches/scotch-build-parallelism.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/patches/scotch-build-parallelism.patch b/gnu/packages/patches/scotch-build-parallelism.patch
deleted file mode 100644
index a669f1dbeb..0000000000
--- a/gnu/packages/patches/scotch-build-parallelism.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Fixes make with -j, otherwise scotch.h may not be generated by the time make
-tries to compile library_graph_diam.o et al.
-
-Reported upstream at
-https://gforge.inria.fr/tracker/index.php?func=detail&aid=21651&group_id=248&atid=1081
-
-diff --git a/src/libscotch/Makefile b/src/libscotch/Makefile
-index 9898894..b0ee14c 100644
---- a/src/libscotch/Makefile
-+++ b/src/libscotch/Makefile
-@@ -2229,6 +2229,28 @@ library_graph_color_f$(OBJ) : library_graph_color_f.c \
- common.h \
- scotch.h
-
-+library_graph_diam$(OBJ) : library_graph_diam.c \
-+ module.h \
-+ common.h \
-+ graph.h \
-+ scotch.h
-+
-+library_graph_diam_f$(OBJ) : library_graph_diam.c \
-+ module.h \
-+ common.h \
-+ scotch.h
-+
-+library_graph_induce$(OBJ) : library_graph_diam.c \
-+ module.h \
-+ common.h \
-+ graph.h \
-+ scotch.h
-+
-+library_graph_induce_f$(OBJ) : library_graph_diam.c \
-+ module.h \
-+ common.h \
-+ scotch.h
-+
- library_graph_io_chac$(OBJ) : library_graph_io_chac.c \
- module.h \
- common.h \