[Numpy-discussion] Cygwin

Paul F. Dubois paul at pfdubois.com
Tue Jul 17 15:53:52 EDT 2001


This file is no longer in the distribution.

-----Original Message-----
From: numpy-discussion-admin at lists.sourceforge.net
[mailto:numpy-discussion-admin at lists.sourceforge.net]On Behalf Of Jochen
Küpper
Sent: Tuesday, July 17, 2001 12:18 PM
To: Numpy Discussion
Subject: [Numpy-discussion] Cygwin


Another little patch needed for NumPy as of today to compile on
Cygwin:

Index: Src/fastumathmodule.c
===================================================================
RCS file: /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v
retrieving revision 1.1
diff -u -r1.1 fastumathmodule.c
--- Src/fastumathmodule.c       2001/07/16 23:19:23     1.1
+++ Src/fastumathmodule.c       2001/07/17 19:16:39
@@ -2123,7 +2123,7 @@
     {NULL,             NULL, 0}                /* sentinel */
 };

-void initfastumath() {
+DL_EXPORT(void) initfastumath() {
     PyObject *m, *d, *s;

     /* Create the module and add the functions */

Greetings,
Jochen
--
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: 44BCCD8E
        Sex, drugs and rock-n-roll


_______________________________________________
Numpy-discussion mailing list
Numpy-discussion at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/numpy-discussion





More information about the NumPy-Discussion mailing list