]> git.pld-linux.org Git - packages/CXSparse.git/blame - CXSparse-ufconfig.patch
- x32 rebuild
[packages/CXSparse.git] / CXSparse-ufconfig.patch
CommitLineData
29740ce5
JR
1diff -ur CXSparse/Demo/Makefile CXSparse-ufco/Demo/Makefile
2--- CXSparse/Demo/Makefile 2007-05-10 16:35:12.000000000 +0200
3+++ CXSparse-ufco/Demo/Makefile 2007-12-07 17:06:31.000000000 +0100
4@@ -1,7 +1,7 @@
5 CC = cc
6 CFLAGS = -O
7
8-I = -I../Include -I../../UFconfig
9+I = -I../Include
10
11 CS = ../Lib/libcxsparse.a
12
13Only in CXSparse-ufco/Demo: Makefile~
14diff -ur CXSparse/Include/cs.h CXSparse-ufco/Include/cs.h
15--- CXSparse/Include/cs.h 2007-10-29 19:50:00.000000000 +0100
16+++ CXSparse-ufco/Include/cs.h 2007-12-07 17:07:15.000000000 +0100
17@@ -30,7 +30,7 @@
18 #define CXSPARSE
19
20 /* define UF_long */
21-#include "UFconfig.h"
22+#include <UFconfig.h>
23
24 /* -------------------------------------------------------------------------- */
25 /* double/int version of CXSparse */
26Only in CXSparse-ufco/Include: cs.h~
27diff -ur CXSparse/Lib/Makefile CXSparse-ufco/Lib/Makefile
28--- CXSparse/Lib/Makefile 2007-05-05 23:03:41.000000000 +0200
29+++ CXSparse-ufco/Lib/Makefile 2007-12-07 17:07:25.000000000 +0100
30@@ -1,7 +1,7 @@
31 # Modify the "-O" optimization option for best performance (-O3 on Linux):
32 CC = cc
33 CFLAGS = -O
34-I = -I../../UFconfig -I../Include
35+I = -I../Include
36
37 AR = ar cr
38 RANLIB = ranlib
39Only in CXSparse-ufco/Lib: Makefile~
This page took 0.071124 seconds and 4 git commands to generate.