mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
14 lines
543 B
Plaintext
14 lines
543 B
Plaintext
$NetBSD: patch-ab,v 1.3 2015/04/17 00:41:38 wen Exp $
|
|
|
|
--- numpy/linalg/lapack_litemodule.c.orig 2015-04-16 14:14:55.000000000 +0000
|
|
+++ 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(dgelsd)(int *m, int *n, int *nrhs,
|
|
double a[], int *lda, double b[], int *ldb,
|
|
double s[], double *rcond, int *rank,
|