From: Timothy S. <ti...@st...> - 2004-11-28 06:59:00
|
Hello, At the moment, we have a pre-built ode.c file in the PyODE distribution. This allows users to install PyODE without having to install Pyrex. However, ode.c is built with Trimesh support; users not wanting Trimesh support still need to download and install Pyrex. I've modified setup.py to generate two files: ode_trimesh.c and ode_notrimesh. Also, the ODE user-settings file is now parsed to set TRIMESH_SUPPORT automatically by checking the OPCODE_DIRECTORY setting. Are there any objections to this scheme or shall I commit the new script?=20 --=20 Timothy Stranex <ti...@st...> |