comparison src/ChangeLog @ 12275:35c55d1241c7 release-3-4-x

remove configure checks for ARPACK
author John W. Eaton <jwe@octave.org>
date Fri, 28 Jan 2011 14:05:09 -0500
parents 83133b5bf392
children c7370ea55ee8
comparison
equal deleted inserted replaced
12274:9f5d2ef078e8 12275:35c55d1241c7
1 2011-01-28 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/eigs.cc (Feigs): Assume we have ARPACK.
4 Use "test" instead of "testif HAVE_ARPACK".
5 * toplev.cc (octave_config_info): Remove ARPACK_CPPFLAGS,
6 ARPACK_LDFLAGS, ARPACK_LIBS from the struct.
7 * oct-conf.h.in (OCTAVE_CONF_ARPACK_CPPFLAGS,
8 OCTAVE_CONF_ARPACK_LDFLAGS, OCTAVE_CONF_ARPACK_LIBS):
9 Delete #defines.
10
1 2011-01-28 Kai Habel <kai.habel@gmx.de> 11 2011-01-28 Kai Habel <kai.habel@gmx.de>
2 12
3 * DLD-FUNCTIONS/__fltk_uigetfile__.cc: File filter value is 1-based 13 * DLD-FUNCTIONS/__fltk_uigetfile__.cc: File filter value is 1-based
4 now. 14 now.
5 15