This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Porting NumPy


>>>>> Jason Tishler wrote on Tue, 17 Jul 2001 14:17:45 -0400:

Oops, meant to send my message to the list. Was a little early this
morning... Thanks for forwarding it, Jason:)

Jason> http://www.cygwin.com/ml/cygwin/2001-07/msg00107.html

That patch is actually "incorporated" into the latest cvs
sources. I only needed the following patch for the cvs version of
Numerical as of today:

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:10:32
@@ -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 */

I'll send the patch to the numpy-list in a second...

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


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]