[Numpy-discussion] Cygwin

Jochen Küpper jochen at unc.edu
Tue Jul 17 15:17:39 EDT 2001


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





More information about the NumPy-Discussion mailing list