help-octave
[Top][All Lists]
Advanced

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

Re: HDF5 and metis 4.0 on mingw


From: Tatsuro MATSUOKA
Subject: Re: HDF5 and metis 4.0 on mingw
Date: Tue, 14 Aug 2007 19:35:45 +0900 (JST)

In UFconfig.mk, the following were written

# 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.

The FLAG '-DNPARTITION' was described in 'CFLAGS',
everything was solved.

Thanks to Michael!!.

T. Matsuoka


--- Michael Goffioul <address@hidden> wrote:

> On 8/13/07, Tatsuro MATSUOKA <address@hidden>
> wrote:
> > I have constructed a libcholmod.a revising the
> Makefile.
> > First I did not aware that  cholmod_analyze.c and
> > cholmod_nesdis.c depend on the Metis.
> > So the following build error occured.
> >
> >
>
/usr/local/octave-2.9.13/lib/libcholmod.a(cholmod_analyze.o):cholmod_analyze.c:(.text+0x1379):
> > undefined reference to `_cholmod_metis'
> >
>
/usr/local/octave-2.9.13/lib/libcholmod.a(cholmod_nesdis.o):cholmod_nesdis.c:(.text+0x3a86):
> > undefined reference to `_cholmod_metis_bisector'
> >
>
/usr/local/octave-2.9.13/lib/libcholmod.a(cholmod_nesdis.o):cholmod_nesdis.c:(.text+0x3d19):
> > undefined reference to `_cholmod_metis_bisector'
> >
> > I have construct next libcholmod.a without
> > cholmod_analyze.o and cholmod_nesdis.o.
> >
> > In this case, CSparse.cc (CSparse.o) and
> dSparse.cc
> > (dSparse.o) caused the link error.
> >
> > Can I really construct the chomod fucntions
> without metis
> > ?
> 
> I think you should double check your Makefile's (and
> UFconfig.mk)
> because I do compile cholmod without Metis (with
> MSVC). You can
> have a look at octave-forge
> /admin/Windows/msvc/libs/SuiteSparse.*
> files to see the configuration I'm using for MSVC
> (the patch is only
> about Makefile's).
> 
> Michael.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

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