# HG changeset patch # User David # Date 1253469236 -7200 # Node ID fa93238bbd0b05130432ec71e51c5919cc227e77 # Parent 891ec70aede99a3f7f4c84b186eedf19ed3cbeed Changelog changes. diff -r 891ec70aede9 -r fa93238bbd0b ChangeLog --- a/ChangeLog Sun Sep 20 16:00:50 2009 +0200 +++ b/ChangeLog Sun Sep 20 19:53:56 2009 +0200 @@ -1,3 +1,15 @@ +2009-09-20 David Grundberg + + * configure.ac: Look for NumPy. List which dependencies that are + missing. + * pytave.cc (init): One-line comment about NumPy. + * m4/ax_python_numpy.m4: New file. + * m4/ax_octave.m4: Send output variable by name. + * Makefile.am (_pytave_la_CPPFLAGS): Substitute NumPy include + directory from configuration. + * setup.py.in: Ditto. + * Jamfile.in: Add warning against using bjam. + 2009-09-18 Jaroslav Hajek * package/pytave.py: Safer check for interactive (mod_wsgi in diff -r 891ec70aede9 -r fa93238bbd0b Jamfile.in --- a/Jamfile.in Sun Sep 20 16:00:50 2009 +0200 +++ b/Jamfile.in Sun Sep 20 19:53:56 2009 +0200 @@ -1,5 +1,8 @@ # @configure_input@ +# Building with bjam is no longer supported - this script probably +# does not work. + project py : requirements /usr/lib/lib@BOOST_PYTHON_LIB@.so