[cartwheel-svn] Revision 115 [All]

Commit messages for Cartwheel. cartwheel-svn at lists.idyll.org
Wed Jan 10 16:43:12 PST 2007


Revision: 115
Author:   diane
Date:     Wed, 10 Jan 2007 16:43:12 -0800

Log message:
Always force building the python c paircomp extension.
Because cmake will let you put the build directory nearly anywhere, 
the distutils based dependency checking wont work correctly (as
the Extension(..., dependency= [<path>]) will be wrong).

Since I couldn't figure out a good way to get the location of 
libpaircomp to the setup.py script, and I got tired of having to 
always do make clean before testing my changes, I decided to just
force always building the extension.


Changed paths:
M    branches/diane/paircomp/python/CMakeLists.txt




More information about the cartwheel-svn mailing list