[Numpy-discussion] numarray dotblas

Todd Miller jmiller at stsci.edu
Wed Jan 12 10:43:19 EST 2005


Thanks Jochen.  It's committed now.

Cheers,
Todd

On Wed, 2005-01-12 at 12:18, Jochen Küpper wrote:
> I needed the following patch to build _dotblas on a fresh system:
> ,----
> | Index: Src/_dotblas.c
> | ===================================================================
> | RCS file: /cvsroot/numpy/numarray/Src/_dotblas.c,v
> | retrieving revision 1.2
> | diff -u -u -r1.2 _dotblas.c
> | --- Src/_dotblas.c      5 Jan 2005 19:57:08 -0000       1.2
> | +++ Src/_dotblas.c      12 Jan 2005 17:16:12 -0000
> | @@ -10,8 +10,8 @@
> |  
> |  
> |  #include "Python.h"
> | -#include "numarray/libnumarray.h"
> | -#include "numarray/arrayobject.h"
> | +#include "libnumarray.h"
> | +#include "arrayobject.h"
> |  #include <cblas.h>
> |  
> |  #include <stdio.h>
> `----
> Alternatively -IInclude must be added to the compile flags (setup.py: headers()).
> 
> Greetings,
> Jochen
-- 





More information about the NumPy-Discussion mailing list