Robert Bradshaw wrote:
> A beta is up at http://cython.org/release/Cython-0.14.beta1.tar.gz .
> I'm planning on rolling a release candidate in the next day or two,
> and if there are no issues, that will become the release.
>
> - Robert
fedora 14 x86_64
python runtests.py -x numpy
Python 2.7 (r27:82500, Sep 16 2010, 18:02:00)
[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)]
Running tests against Cython 0.14.beta2
import_star.cpp: In function ‘int __Pyx_import_all_from(PyObject*,
PyObject*)’:
import_star.cpp:658:60: warning: deprecated conversion from string constant
to ‘char*’
gcc: /usr/lib64/libpython2.7.a: No such file or directory
make: *** [embedded] Error 1
======================================================================
FAIL: test_embed (__main__.EmbedTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "runtests.py", line 829, in test_embed
"make PYTHON='%s' LIBDIR1='%s' test > make.output" % (sys.executable,
libdir)) == 0)
AssertionError: False is not True
----------------------------------------------------------------------
Ran 4782 tests in 807.203s
FAILED (failures=1)
ALL DONE
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev