help-octave
[Top][All Lists]
Advanced

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

CHOLMOD library not found


From: Francisco Godoy
Subject: CHOLMOD library not found
Date: Tue, 19 Mar 2013 02:00:11 -0700

Hi,

  I am trying to compile octave-3.6.4 with 64 bit indexing. However when running make I get an error because cholmod_start is not defined

  I followed the instructions at:

  http://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html

  Hence, I recompiled lapack-3.4.2, qrupdate-1.1.2 and SuiteSparse. Following the instructions on the site I moved all the libraries under /etc/usr/lib and the suitesparse includes to /etc/usr/include/suitesparse

Under /etc/usr/include/suitesparse I have the following cholmod header files
  I can see that the function choldmod_start is define at cholmod_core.h 

 I am running the following configure command 

  Do you know what could I be doing wrong? How to fix this issue? Thanks

./configure LD_LIBRARY_PATH="/etc/usr/lib" CPPFLAGS="-I/etc/usr/include" LDFLAGS="-L/etc/usr/lib" --with-blas="/etc/usr/lib/librefblas.a" --with-lapack="/etc/usr/lib/liblapack.a" --with-cholmod-libdir="/etc/usr/lib" --enable-64


Do you know what could I be doing wrong? How to fix this issue? 

Also I tried adding 
--with-cholmod="/etc/usr/include/suitesparse/cholmod_core.h"

And still did not work

Thanks

Francisco Godoy

reply via email to

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