Re: [Numpy-discussion] Build of current Git HEAD for NumPy fails

2011-08-19 Thread Dirk Ullrich
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

[Numpy-discussion] Build of current Git HEAD for NumPy fails

2011-08-19 Thread Dirk Ullrich
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

[Numpy-discussion] Error when building numpy with Py3k

2011-07-31 Thread Dirk Ullrich
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

[Numpy-discussion] Build failure for NumPy's HEAD in Git

2011-07-07 Thread Dirk Ullrich
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