From c28e31cf31fe12e938b8eb39fc6963174dfc9cca Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Sat, 9 Apr 2022 14:45:34 +0100 Subject: [PATCH] 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 --- examples/simple/igraph_sparsemat3.c | 2 +- examples/simple/igraph_sparsemat4.c | 2 +- tests/unit/igraph_sparsemat2.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.30.2