
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

This file is no longer in the distribution. -----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@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@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/numpy-discussion

Paul F Dubois wrote on Tue, 17 Jul 2001 12:53:52 -0700: Paul> This file is no longer in the distribution.
Uhm, what am I doing wrong? cvs up && cvs stat -v Src/fastumathmodule.c =================================================================== File: fastumathmodule.c Status: Locally Modified Working revision: 1.1 Repository revision: 1.1 /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) Existing Tags: No Tags Exist Paul> -----Original Message----- Paul> Another little patch needed for NumPy as of today to compile on Paul> Cygwin: Paul> Index: Src/fastumathmodule.c Paul> =================================================================== Paul> RCS file: /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v Greetings, Jochen -- University of North Carolina phone: 919-962-4403 Department of Chemistry phone: 919-962-1579 Venable Hall CB#3290 fax: 919-843-6041 Chapel Hill, NC 27599, USA GnuPG key: 44BCCD8E

This file is no longer in the distribution. -----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@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@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/numpy-discussion

Paul F Dubois wrote on Tue, 17 Jul 2001 12:53:52 -0700: Paul> This file is no longer in the distribution.
Uhm, what am I doing wrong? cvs up && cvs stat -v Src/fastumathmodule.c =================================================================== File: fastumathmodule.c Status: Locally Modified Working revision: 1.1 Repository revision: 1.1 /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) Existing Tags: No Tags Exist Paul> -----Original Message----- Paul> Another little patch needed for NumPy as of today to compile on Paul> Cygwin: Paul> Index: Src/fastumathmodule.c Paul> =================================================================== Paul> RCS file: /cvsroot/numpy/Numerical/Src/fastumathmodule.c,v Greetings, Jochen -- University of North Carolina phone: 919-962-4403 Department of Chemistry phone: 919-962-1579 Venable Hall CB#3290 fax: 919-843-6041 Chapel Hill, NC 27599, USA GnuPG key: 44BCCD8E
participants (2)
-
Jochen Küpper
-
Paul F. Dubois