Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37909570
en ru br
ALT Linux repos
5.0: 3.1-alt3

Group :: Sciences/Mathematics
RPM: libsuitesparse-devel

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: no-metis.patch
Download


 UFconfig/UFconfig.mk |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/UFconfig/UFconfig.mk b/UFconfig/UFconfig.mk
index 5f4f8e2..0f8e7dc 100644
--- a/UFconfig/UFconfig.mk
+++ b/UFconfig/UFconfig.mk
@@ -114,13 +114,13 @@ XERBLA =
 # 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:
@@ -176,7 +176,7 @@ UMFPACK_CONFIG =
 # -DNSUNPERF	    for Solaris only.  If defined, do not use the Sun
 #			Performance Library
 
-CHOLMOD_CONFIG =
+CHOLMOD_CONFIG = -DNPARTITION
 
 #------------------------------------------------------------------------------
 # Linux
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin