]> git.pld-linux.org Git - packages/KLU.git/blame - KLU-includes.patch
- added includes patch (fixes inclusion of AMD/BTF/COLAMD headers); release 2
[packages/KLU.git] / KLU-includes.patch
CommitLineData
ad713db7
JB
1--- KLU/Include/klu.h.orig 2014-03-21 20:21:26.000000000 +0100
2+++ KLU/Include/klu.h 2022-12-27 20:29:14.351160837 +0100
3@@ -12,9 +12,9 @@
4 extern "C" {
5 #endif
6
7-#include "amd.h"
8-#include "colamd.h"
9-#include "btf.h"
10+#include <amd/amd.h>
11+#include <colamd/colamd.h>
12+#include <btf/btf.h>
13
14 /* -------------------------------------------------------------------------- */
15 /* Symbolic object - contains the pre-ordering computed by klu_analyze */
16--- KLU/Include/klu_internal.h.orig 2014-03-21 20:21:26.000000000 +0100
17+++ KLU/Include/klu_internal.h 2022-12-27 20:31:27.983770220 +0100
18@@ -8,7 +8,7 @@
19 #define _KLU_INTERNAL_H
20
21 #include "klu.h"
22-#include "btf.h"
23+#include <btf/btf.h>
24 #include "klu_version.h"
25
26 /* ========================================================================== */
This page took 0.417919 seconds and 4 git commands to generate.