updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / suitesparse-lgpl / UFconfig.patch
blobc3d7462d9856e2db66b5624ac6c075c957e6ec77
1 --- old/UFconfig/UFconfig.mk 2011-10-10 16:43:18.545174735 +0200
2 +++ new/UFconfig/UFconfig.mk 2011-10-10 16:44:16.085174554 +0200
3 @@ -71,8 +71,8 @@
4 # MAKE = gmake
6 # For "make install"
7 -INSTALL_LIB = /usr/local/lib
8 -INSTALL_INCLUDE = /usr/local/include
9 +INSTALL_LIB = ${pkgdir}/usr/lib
10 +INSTALL_INCLUDE = ${pkgdir}/usr/include/suitesparse
12 #------------------------------------------------------------------------------
13 # BLAS and LAPACK configuration:
14 @@ -132,13 +132,13 @@
15 # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
16 # You may wish to use an absolute path. METIS is optional. Compile
17 # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
18 -METIS_PATH = ../../metis-4.0
19 -METIS = ../../metis-4.0/libmetis.a
20 +# METIS_PATH = ../../metis-4.0
21 +# METIS = ../../metis-4.0/libmetis.a
23 # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
24 # options:
25 -# METIS_PATH =
26 -# METIS =
27 +METIS_PATH =
28 +METIS =
30 #------------------------------------------------------------------------------
31 # UMFPACK configuration:
32 @@ -194,7 +194,7 @@
33 # -DNSUNPERF for Solaris only. If defined, do not use the Sun
34 # Performance Library
36 -CHOLMOD_CONFIG =
37 +CHOLMOD_CONFIG = -DNGPL -DNPARTITION
39 #------------------------------------------------------------------------------
40 # SuiteSparseQR configuration:
41 @@ -208,7 +208,7 @@
42 # -DHAVE_TBB enable the use of Intel's Threading Building Blocks (TBB)
44 # default, without timing, without TBB:
45 -SPQR_CONFIG =
46 +SPQR_CONFIG = -DNPARTITION
47 # with timing and TBB:
48 # SPQR_CONFIG = -DTIMING -DHAVE_TBB
49 # with timing