comparison liboctave/ChangeLog @ 5203:dbeafbc0ff64

[project @ 2005-03-15 00:58:55 by jwe]
author jwe
date Tue, 15 Mar 2005 00:58:56 +0000
parents cd5cc2a80589
children b2132431d1e0
comparison
equal deleted inserted replaced
5202:49de4e624020 5203:dbeafbc0ff64
1 2005-03-14 John W. Eaton <jwe@octave.org>
2
3 * Makefile.in (DISTFILES): Don't include $(UMFPACK_EXTRAS).
4 (DISTDIRS): Don't include UMFPACK.
5 (LIBOCTAVE_OBJECTS): Don't include $(UMFPACK_OBJ).
6 (UMFPACK_SPECIAL_1, UMFPACK_SPECIAL): No need for special include
7 flags for these files.
8 Don't include include $(srcdir)/UMFPACK.files.
9 Don't include include $(srcdir)/UMFPACK.rules.
10
11 * UMFPACK.README, UMFPACK.files, UMFPACK.patch, UMFPACK.rules:
12 Delete files.
13 * UMFPACK: Delete directory tree.
14
15 * dSparse.cc: Include <umfpack/umfpack.h> instead of just "umfpack.h".
16 * CSparse.cc: Likewise.
17 * SparsedbleLU.cc: Likewise.
18 * SparseCmplxLU.cc: Likewise.
19
20 2005-03-14 David Bateman <dbateman@free.org>
21
22 * CSParse.cc, SparseCmplxLU.cc, SparsedbleLU.cc, dSparse.cc:
23 Allow compilation to succeed if UMFPACK is not available.
24
1 2005-03-09 John W. Eaton <jwe@octave.org> 25 2005-03-09 John W. Eaton <jwe@octave.org>
2 26
3 * Makefile.in (bin-dist): Delete target. 27 * Makefile.in (bin-dist): Delete target.
4 (BINDISTLIBS, BINDISTFILES): Delete variables. 28 (BINDISTLIBS, BINDISTFILES): Delete variables.
5 29