Hi,
On 9/30/2015 12:13 AM, Stefan Behnel wrote:
Hi!
None of the core developers uses MSVC, so we generally rely on Windows
users to do their own testing and provide fixes.
Hogan, Christopher schrieb am 30.09.2015 um 00:03:
I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cytho
On 1/16/2014 8:53 PM, Robert Bradshaw wrote:
On Thu, Jan 16, 2014 at 6:21 PM, Christoph Gohlke wrote:
On 1/13/2014 2:24 AM, Stefan Behnel wrote:
Hi Christoph,
thanks for testing!
Christoph Gohlke, 13.01.2014 09:46:
I have trouble running the tests (`runtests.py`) on Windows:
[...]
There
On 1/13/2014 2:24 AM, Stefan Behnel wrote:
Hi Christoph,
thanks for testing!
Christoph Gohlke, 13.01.2014 09:46:
I have trouble running the tests (`runtests.py`) on Windows:
[...]
There are hundreds of test errors, most of kind `IOError: [Errno 24] Too
many open files`.
The tests start
On 1/11/2014 11:53 PM, Robert Bradshaw wrote:
There was a lot of bugfixes and other good stuff on master, so I
pulled it in and am releasing another beta. You can find it at
http://cython.org/release/Cython-0.20b2.tar.gz . I don't anticipate
merging master again before the release, so this is nea
On 10/15/2013 1:21 PM, Arfrever Frehtes Taifersar Arahesis wrote:
Cython 0.19.2 fails 2 tests with all versions of Python (2.6, 2.7, 3.1, 3.2,
3.3),
probably due to new version of NumPy.
I use NumPy 1.8.0 rc2.
Results with Python 2.7:
On 1/20/2013 4:59 AM, Arfrever Frehtes Taifersar Arahesis wrote:
There are 6 test failures.
Failures in builtin_abs.__test__.int_abs might be related to new versions of
GCC or glibc. I use GCC 4.7.2 and glibc 2.16.0.
Failures in NumPy-related tests are probably related to new version of NumPy. I
On 8/27/2012 2:42 AM, mark florisson wrote:
On 27 August 2012 01:39, Christoph Gohlke wrote:
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers.
32 bit Python 2.7
On 8/26/2012 2:09 PM, Christoph Gohlke wrote:
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers.
32 bit Python 2.7
On 8/26/2012 11:08 AM, mark florisson wrote:
On 26 August 2012 17:32, Christoph Gohlke wrote:
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote:
On 25 August 2012 03:07, Christoph Gohlke wrote:
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers.
32 bit Python 2.7
On 8/26/2012 2:41 AM, Stefan Behnel wrote:
Stefan Behnel, 26.08.2012 11:36:
Christoph Gohlke, 26.08.2012 10:03:
On 8/25/2012 6:51 AM, Stefan Behnel wrote:
Christoph Gohlke, 25.08.2012 04:07:
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Christoph Gohlke, 24.08.2012 07:20:
On 64 bit Python
On 8/25/2012 6:51 AM, Stefan Behnel wrote:
Christoph Gohlke, 25.08.2012 04:07:
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers.
32 bit Python 2.7 works well, only 4 test failures.
Three of
Hi,
On 8/24/2012 12:43 PM, Stefan Behnel wrote:
Hi,
thanks for testing!
Christoph Gohlke, 24.08.2012 07:20:
I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers.
32 bit Python 2.7 works well, only 4 test failures.
Three of those errors are in OpenMP tests - is OpenMP supported
On 8/23/2012 11:13 AM, Stefan Behnel wrote:
Hello everyone,
on behalf of the Cython project team, I'm proud to announce the release of
our third beta of Cython 0.17. This is our first and hopefully last release
candidate for 0.17, another major step forward in the development of the
language tha
No, sorry. Same error.
Christoph
On 9/9/2011 1:26 AM, Robert Bradshaw wrote:
Does it work with icc if you replace
# define CYTHON_UNUSED __attribute__ ((__unused__))
with
# define CYTHON_UNUSED __attribute__ ((unused))
?
On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote
Hello,
compiling Cython 0.15 generated C code on Windows using the Intel
Compiler 11.1 icl.exe results in an "expected a type specifier" error.
For example:
/* "numpy.pxd":190
* # experimental exception made for __getbuffer__ and
__releasebuffer__
* # -- the details of thi
On 7/21/2011 4:14 PM, Robert Bradshaw wrote:
Cython has seen an enormous amount of development since 0.14.1. If you
are not already using the latest version from the development
repository, we encourage you to try out the release candidate:
http://cython.org/release/Cython-0.15rc0.tar.gz
- Rob
19 matches
Mail list logo