diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 28 14:04:33 2011 -0500
+++ b/src/ChangeLog	Fri Jan 28 14:05:09 2011 -0500
@@ -1,3 +1,13 @@
+2011-01-28  John W. Eaton  <jwe@octave.org>
+
+	* DLD-FUNCTIONS/eigs.cc (Feigs): Assume we have ARPACK.
+	Use "test" instead of "testif HAVE_ARPACK".
+	* toplev.cc (octave_config_info): Remove ARPACK_CPPFLAGS,
+	ARPACK_LDFLAGS, ARPACK_LIBS from the struct.
+	* oct-conf.h.in (OCTAVE_CONF_ARPACK_CPPFLAGS,
+	OCTAVE_CONF_ARPACK_LDFLAGS, OCTAVE_CONF_ARPACK_LIBS):
+	Delete #defines.
+
 2011-01-28  Kai Habel  <kai.habel@gmx.de>
 
 	* DLD-FUNCTIONS/__fltk_uigetfile__.cc: File filter value is 1-based