From: Jerome Benoit Date: Sat, 26 Dec 2020 15:41:15 +0000 (+0000) Subject: debianization: SuiteSparse header folder X-Git-Tag: archive/raspbian/0.8.5+ds1-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5eba3d0c781e254e46f94bdad1be9ee5dc84d0c;p=igraph.git debianization: SuiteSparse header folder Origin: debian Forwarded: not-needed Last-Update: 2020-12-26 Rename the system wide SuiteSparse header folder to `suitesparse'. Gbp-Pq: Name debianization-suitesparse-header_folder.patch --- diff --git a/examples/simple/igraph_sparsemat2.c b/examples/simple/igraph_sparsemat2.c index 24877c2..da47a38 100644 --- a/examples/simple/igraph_sparsemat2.c +++ b/examples/simple/igraph_sparsemat2.c @@ -21,7 +21,7 @@ */ -#include +#include #include #include "igraph_blas_internal.h" #include "igraph_arpack_internal.h" diff --git a/examples/simple/igraph_sparsemat3.c b/examples/simple/igraph_sparsemat3.c index 09329f0..d01d2a2 100644 --- a/examples/simple/igraph_sparsemat3.c +++ b/examples/simple/igraph_sparsemat3.c @@ -21,7 +21,7 @@ */ -#include +#include #include int permute(const igraph_matrix_t *M, diff --git a/examples/simple/igraph_sparsemat4.c b/examples/simple/igraph_sparsemat4.c index 3a33979..1f03af0 100644 --- a/examples/simple/igraph_sparsemat4.c +++ b/examples/simple/igraph_sparsemat4.c @@ -21,7 +21,7 @@ */ -#include +#include #include igraph_bool_t check_solution(const igraph_sparsemat_t *A,