debianization: SuiteSparse header folder
authorJerome Benoit <calculus@rezozer.net>
Sat, 26 Dec 2020 15:41:15 +0000 (15:41 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sat, 26 Dec 2020 15:41:15 +0000 (15:41 +0000)
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

examples/simple/igraph_sparsemat2.c
examples/simple/igraph_sparsemat3.c
examples/simple/igraph_sparsemat4.c

index 24877c28ad88172396b990d9505e77677b6fbf78..da47a386f1aece91da10497ce2eb286b1695daab 100644 (file)
@@ -21,7 +21,7 @@
 
 */
 
-#include <cs/cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 #include "igraph_blas_internal.h"
 #include "igraph_arpack_internal.h"
index 09329f0df79e2e9f353d6832b2260d462b7a835c..d01d2a2cfbfc572c3b421671900f6647a841b7d0 100644 (file)
@@ -21,7 +21,7 @@
 
 */
 
-#include <cs/cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 
 int permute(const igraph_matrix_t *M,
index 3a339797245005d26d2235dff4787e0362a56de1..1f03af0a1d2ebddbc484964b12181fe4276e4f38 100644 (file)
@@ -21,7 +21,7 @@
 
 */
 
-#include <cs/cs.h>
+#include <suitesparse/cs.h>
 #include <igraph.h>
 
 igraph_bool_t check_solution(const igraph_sparsemat_t *A,