[Pkg-scicomp-commits] suitesparse/trunk/debian/patches

Christophe Prud'homme prudhomm at debian.org
Sun Dec 7 17:06:57 UTC 2008


SVN commit 4030 by prudhomm:

metis is not allowed

 M  +29 -2     suitesparse/trunk/debian/patches/13-UFconfig_UFconfig.mk.dpatch  


--- suitesparse/trunk/debian/patches/13-UFconfig_UFconfig.mk.dpatch #4029:4030
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad suitesparse-3.2.0~/UFconfig/UFconfig.mk suitesparse-3.2.0/UFconfig/UFconfig.mk
---- suitesparse-3.2.0~/UFconfig/UFconfig.mk	2008-12-07 16:48:40.000000000 +0100
-+++ suitesparse-3.2.0/UFconfig/UFconfig.mk	2008-12-07 17:03:21.000000000 +0100
+--- suitesparse-3.2.0~/UFconfig/UFconfig.mk	2008-12-07 17:52:54.000000000 +0100
++++ suitesparse-3.2.0/UFconfig/UFconfig.mk	2008-12-07 17:53:36.000000000 +0100
 @@ -89,8 +89,8 @@
  # BLAS = -lgoto -lgfortran -lgfortranbegin -lg2c
  
@@ -19,6 +19,33 @@
  
  # Using non-optimized versions:
  # BLAS = -lblas_plain -lgfortran -lgfortranbegin -lg2c
+@@ -122,13 +122,13 @@
+ # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
+ # You may wish to use an absolute path.  METIS is optional.  Compile
+ # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
+-METIS_PATH = ../../metis-4.0
+-METIS = ../../metis-4.0/libmetis.a
++#METIS_PATH = ../../metis-4.0
++#METIS = ../../metis-4.0/libmetis.a
+ 
+ # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
+ # options:
+-# METIS_PATH =
+-# METIS =
++METIS_PATH =
++METIS =
+ 
+ #------------------------------------------------------------------------------
+ # UMFPACK configuration:
+@@ -184,7 +184,7 @@
+ # -DNSUNPERF	    for Solaris only.  If defined, do not use the Sun
+ #			Performance Library
+ 
+-CHOLMOD_CONFIG =
++CHOLMOD_CONFIG = -DNPARTITION
+ 
+ #------------------------------------------------------------------------------
+ # SuiteSparseQR configuration:
 @@ -198,7 +198,7 @@
  # -DHAVE_TBB        enable the use of Intel's Threading Building Blocks (TBB)
  



More information about the Pkg-scicomp-commits mailing list