[cartwheel-svn] Revision 96 [All]

Commit messages for Cartwheel. cartwheel-svn at lists.idyll.org
Tue Dec 19 18:51:42 PST 2006


Revision: 96
Author:   diane
Date:     Tue, 19 Dec 2006 18:51:42 -0800

Log message:
finish getting all of paircomps unittests to run out of source.
the problem was the file el-br-0.5.p.cmp wasn't being generated 
as the path for finding the paircomp and seqcomp binaries 
wasn't sufficently relative to find it in the cmake tree.

I tried to autodetect where the binary is with an os.path.exists call.

I updated the CMakeLists.txt file that was responsible for building
the python extension to put the python setup.py temp directories into
the cmake build directory.

Finally I switched test-python-interpreter from using os.system('rm...')
to using an os.unlink call to remove the result files from paircomp. 

Admittedly I'd prefer it if the paircomp/seqcomp binaries could write to 
standard out instead of requiring a file.


Changed paths:
M    branches/diane/paircomp/python/CMakeLists.txt
M    branches/diane/paircomp/tests/__init__.py
M    branches/diane/paircomp/tests/test-python-interface.py




More information about the cartwheel-svn mailing list