debianization: SuiteSparse header folder
authorJerome Benoit <calculus@rezozer.net>
Wed, 16 Mar 2022 23:11:57 +0000 (23:11 +0000)
committerJerome Benoit <calculus@rezozer.net>
Wed, 16 Mar 2022 23:11:57 +0000 (23:11 +0000)
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
examples/simple/igraph_sparsemat4.c
tests/unit/igraph_sparsemat2.c

index f00ee15ebfb7ca5d91e0b729a7f47402a9215eef..52e8f5bf1ad3f631042e5ef85210d55626200cd6 100644 (file)
@@ -23,7 +23,7 @@
 
 #define NCOMPLEX  /* to make it compile with MSVC on Windows */
 
-#include <cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 
 int permute(const igraph_matrix_t *M,
index 516a0b3e5e1747fd4152b03e5df986f36c897861..09b7bb3755405c533d3a274444e1cd25673a8d7e 100644 (file)
@@ -23,7 +23,7 @@
 
 #define NCOMPLEX  /* to make it compile with MSVC on Windows */
 
-#include <cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 
 igraph_bool_t check_solution(const igraph_sparsemat_t *A,
index 7bed8a6bcf219bb99c9b2bb095fef93a4998114b..4d6ea953a0b12539d301a3fb8921a7f9608a2277 100644 (file)
@@ -23,7 +23,7 @@
 
 #define NCOMPLEX  /* to make it compile with MSVC on Windows */
 
-#include <cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 #include "linalg/blas_internal.h"
 #include "linalg/arpack_internal.h"