diff src/ChangeLog @ 12298:edaf29362c50 release-3-4-x

remove ARPACK from documentation and some config files
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 02:43:10 -0500
parents 175127b734a4
children a91037b36b4c
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jan 30 01:57:40 2011 -0500
+++ b/src/ChangeLog	Sun Jan 30 02:43:10 2011 -0500
@@ -1,3 +1,13 @@
+2011-01-30  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.am (OCTAVE_LIBS): Remove $(ARPACK_LDFLAGS) and
+	$(ARPACK_LIBS) from the list.
+	(DLD-FUNCTIONS/eigs.df): Don't add $(ARPACK_CPPFLAGS) to CPPFLAGS.
+	(DLD_FUNCTIONS_eigs_la_CPPFLAGS): Remove $(ARPACK_CPPFLAGS) from
+	the list.
+	(DLD_FUNCTIONS_eigs_la_LIBADD): Remove $(ARPACK_LDFLAGS) and
+	$(ARPACK_LIBS) from the list.
+
 2011-01-30  John W. Eaton  <jwe@octave.org>
 
 	* load-save.cc (Fload): Doc fix.