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
#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,
#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,
#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"