
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28610/Misc Modified Files: NEWS Log Message: Add note about inclusion of DarwinPorts directories in setup.py on darwin. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1145 retrieving revision 1.1146 diff -u -d -r1.1145 -r1.1146 --- NEWS 26 Sep 2004 05:13:18 -0000 1.1145 +++ NEWS 28 Sep 2004 04:08:11 -0000 1.1146 @@ -82,6 +82,10 @@ Build ----- +- Building on darwin now includes /opt/local/include and /opt/local/lib for + building extension modules. This is so as to include software installed as + a DarwinPorts port <http://darwinports.opendarwin.org/> + - pyport.h now defines a Py_IS_NAN macro. It works as-is when the platform C computes true for ``x != x`` if and only if X is a NaN. Other platforms can override the default definition with a platform-
participants (1)
-
bcannon@users.sourceforge.net