From: Maurice L. <ml...@us...> - 2002-08-20 10:57:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv16103 Modified Files: sysloc.in Log Message: Improved procedure for finding Numeric python includes: now gives the correct behavior if PYTHON_INC_DIR is specified by the user. Also the new procedure avoids getting the "wrong" Numeric - arrayobject.h must be in either $PYTHON_INC_DIR or $PYTHON_INC_DIR/Numeric. This might be an inconvenience in some cases but is generally safer. |