From: Jerome Benoit Date: Wed, 16 Mar 2022 23:11:57 +0000 (+0000) Subject: debianization: SuiteSparse header folder X-Git-Tag: archive/raspbian/0.9.7+ds-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6ed4055792d62d9094c06fa8e102f27c5ecc6ded;p=igraph.git debianization: SuiteSparse header folder Origin: debian Forwarded: not-needed Last-Update: 2022-01-06 Rename the system wide SuiteSparse header folder to `suitesparse'. Gbp-Pq: Name debianization-suitesparse-header_folder.patch --- diff --git a/examples/simple/igraph_sparsemat3.c b/examples/simple/igraph_sparsemat3.c index f00ee15..52e8f5b 100644 --- a/examples/simple/igraph_sparsemat3.c +++ b/examples/simple/igraph_sparsemat3.c @@ -23,7 +23,7 @@ #define NCOMPLEX /* to make it compile with MSVC on Windows */ -#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 516a0b3..09b7bb3 100644 --- a/examples/simple/igraph_sparsemat4.c +++ b/examples/simple/igraph_sparsemat4.c @@ -23,7 +23,7 @@ #define NCOMPLEX /* to make it compile with MSVC on Windows */ -#include +#include #include igraph_bool_t check_solution(const igraph_sparsemat_t *A, diff --git a/tests/unit/igraph_sparsemat2.c b/tests/unit/igraph_sparsemat2.c index 7bed8a6..4d6ea95 100644 --- a/tests/unit/igraph_sparsemat2.c +++ b/tests/unit/igraph_sparsemat2.c @@ -23,7 +23,7 @@ #define NCOMPLEX /* to make it compile with MSVC on Windows */ -#include +#include #include #include "linalg/blas_internal.h" #include "linalg/arpack_internal.h"