help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make SuiteSparse to be recognizable?


From: Marius Schamschula
Subject: Re: How to make SuiteSparse to be recognizable?
Date: Fri, 24 Nov 2006 08:40:00 -0600

Hi all,

All you need to do is patch UFConfig.mk:

*** UFconfig.mk.orig Thu Oct  5 10:16:07 2006
--- UFconfig.mk Thu Oct  5 10:20:37 2006
***************
*** 107,117 ****
  # 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
 
  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
  # options:
! # METIS_PATH =
! # METIS =
 
  #------------------------------------------------------------------------------
--- 107,117 ----
  # 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
 
  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
  # options:
! METIS_PATH =
! METIS =
 
  #------------------------------------------------------------------------------
***************
*** 169,173 ****
  # Performance Library
 
! CHOLMOD_CONFIG =
 
  #------------------------------------------------------------------------------
--- 169,173 ----
  # Performance Library
 
! CHOLMOD_CONFIG = -DNPARTITION
 
  #------------------------------------------------------------------------------


On Nov 24, 2006, at 8:24 AM, David Bateman wrote:

Metis is not required, though it is enabled by default in the standard
build of sparsesuite. Fedora, and debian disable the use of Metis in
cholmod for a fully GPL compliant version of the code..

D.

Marius

--

Marius Schamschula                               Webmaster


        The Huntsville Macintosh Users Group

                    www.hmug.org


webmaster at hmug dot org    marius at schamschula dot com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]