mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
588 B
Plaintext
16 lines
588 B
Plaintext
$NetBSD: patch-ab,v 1.4 2016/07/24 15:25:22 kamil Exp $
|
|
|
|
Add function definition for FNAME(MAIN_).
|
|
|
|
--- 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,
|