From: Jerome Benoit Date: Sat, 29 Oct 2022 13:15:30 +0000 (+0100) Subject: debianization: SuiteSparse header folder X-Git-Tag: archive/raspbian/0.9.10+ds-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2c3003e1627652353f8397bcd4adf06cfb1c90bb;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"