PiRSquared17 / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

Cython distribution in CING fails to compile lib #347

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When setting up cing, a Cython lib needs to be compiled with:
    python compile.py build_ext --inplace

Workaround (see http://code.google.com/p/cing/wiki/SetupCING)
- Install the one in macports
    py27-cython @0.20.1 python/py-cython
- Disable all references to Cython in $C/python/cing/cing.csh 
- refresh the shell settings 
- Recompile 
- Unit test execute as: python 
$CINGROOT/python/cing/Libs/cython/test/test_vector.py

Original issue reported on code.google.com by jurge...@gmail.com on 9 Apr 2014 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by jurge...@gmail.com on 9 Apr 2014 at 1:14