File: include_headers.patch

package info (click to toggle)
scotch 7.0.10-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 24,984 kB
  • sloc: ansic: 89,593; makefile: 4,709; fortran: 2,536; yacc: 642; sh: 260; lex: 259
file content (29 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: include headers
 Certain headers are missing, which prevents successful builds under
 gcc 7 or when emulating parmetis
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-03-31

Index: scotch/src/libscotch/library_pt.h
===================================================================
--- scotch.orig/src/libscotch/library_pt.h	2022-01-02 23:41:51.162930469 +0100
+++ scotch/src/libscotch/library_pt.h	2022-01-02 23:41:51.154930424 +0100
@@ -79,6 +79,8 @@
 
 /*+ Parallel processing flag. +*/
 
+#include <mpi.h>
+
 #ifndef SCOTCH_PTSCOTCH
 #define SCOTCH_DUMMYPTFLAG
 #endif /* SCOTCH_PTSCOTCH */