From: Ethan Glasser-C. <gla...@us...> - 2008-12-24 03:26:29
|
Update of /cvsroot/pyode/pyode In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17794 Modified Files: ChangeLog Log Message: Document last change. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ChangeLog 22 Dec 2008 05:50:30 -0000 1.23 --- ChangeLog 24 Dec 2008 03:26:24 -0000 1.24 *************** *** 1,2 **** --- 1,8 ---- + 2008-12-23 Ethan Glasser-Camp <eth...@gm...> + + * setup.py: Compiling against new ODE. Needs to use ode-config to + get CFLAGS and LIBS (for example, to tell if we're compiling with + -DdDOUBLE). + 2008-12-21 Ethan Glasser-Camp <eth...@gm...> |