Hi Paeru,
2011/8/19 Pearu Peterson :
>
>
> On 08/19/2011 02:26 PM, Dirk Ullrich wrote:
>> Hi,
>>
>> when trying to build current Git HAED of NumPy with - both for
>> $PYTHON=python2 or $PYTHON=python3:
>>
>> $PYTHON setup.py config_fc --fcompiler=gnu
Hi,
when trying to build current Git HAED of NumPy with - both for
$PYTHON=python2 or $PYTHON=python3:
$PYTHON setup.py config_fc --fcompiler=gnu95 install --prefix=$WHATEVER
I get the following error - here for PYTHON=python3.2
running build_clib
customize UnixCCompiler
customize UnixCCompiler
Hi,
trying to build current Git master of numpy with Py3k (Pythin 3.2.1,
to be precise) yields to an error:
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -g
-fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -m
Hi,
the current HEAD of NumPy fails to build.
To be more precise: compilation of
`numpy/core/src/multiarray/multiarraymodule_onefile.c' fails. It looks
like that is caused by splitting the `nditer.c.src' stuff in the same
directory into `nditer_api.c', `nditer_constr.c' and
`nditer_templ.c.src': I