Ceygen
Ceygen copied to clipboard
Cython helper for linear algebra with typed memoryviews built atop of Eigen C++ library
``` % pip install Ceygen Downloading/unpacking Ceygen Downloading Ceygen-0.3.tar.gz Running setup.py (path:/tmp/pip-build-1uva238w/Ceygen/setup.py) egg_info for package Ceygen Traceback (most recent call last): File "", line 17, in File "/tmp/pip-build-1uva238w/Ceygen/setup.py", line 18,...
using : find . -name '*.py' | xargs 2to3 -w
This should close #3, and along the way, also #2. I am having some trouble linking to Eigen in my box, here is the log: https://gist.github.com/Dapid/94cff5f6f3b4124a23da The problem seems to...
running test running build running build_py creating build creating build/lib.macosx-10.8-x86_64-2.7 creating build/lib.macosx-10.8-x86_64-2.7/ceygen copying ceygen/**init**.py -> build/lib.macosx-10.8-x86_64-2.7/ceygen creating build/lib.macosx-10.8-x86_64-2.7/ceygen/tests copying ceygen/tests/**init**.py -> build/lib.macosx-10.8-x86_64-2.7/ceygen/tests copying ceygen/tests/**main**.py -> build/lib.macosx-10.8-x86_64-2.7/ceygen/tests copying ceygen/tests/support.py -> build/lib.macosx-10.8-x86_64-2.7/ceygen/tests...