mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
14 lines
562 B
Plaintext
14 lines
562 B
Plaintext
$NetBSD: patch-ab,v 1.2 2013/05/20 05:59:58 adam Exp $
|
|
|
|
--- numpy/linalg/lapack_litemodule.c.orig 2008-05-26 19:39:50.000000000 +1200
|
|
+++ numpy/linalg/lapack_litemodule.c
|
|
@@ -17,6 +17,8 @@ typedef struct { float r, i; } f2c_compl
|
|
typedef struct { double r, i; } f2c_doublecomplex;
|
|
/* typedef long int (*L_fp)(); */
|
|
|
|
+int FNAME(MAIN_)() { return 0; }
|
|
+
|
|
extern int FNAME(dgeev)(char *jobvl, char *jobvr, int *n,
|
|
double a[], int *lda, double wr[], double wi[],
|
|
double vl[], int *ldvl, double vr[], int *ldvr,
|