![](https://secure.gravatar.com/avatar/56475d2e8acb48b4308f609982f94440.jpg?s=120&d=mm&r=g)
Two notes in regard to this thread: 1. I am in progress making Pyfort support Digital Visual Fortran on Windows. 2. Pyfort does have a facility for automatic allocation of work space, at least in the case that the size can be computed using ordinary arithmetic from the sizes of other arguments or other integer arguments. -----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@lists.sourceforge.net]On Behalf Of Janko Hauser Sent: Tuesday, February 06, 2001 4:08 AM To: Berthold Hollmann Cc: numpy-discussion@lists.sourceforge.net Subject: Re: [Numpy-discussion] more general LAPACK support for NumPy There is an old binding to the complete CLapack package, which can be found at ftp://dirac.cnrs-orleans.fr/pub/PyLapack.tar.gz It does not seem to have special support for Windows, but one can perhaps start from there. I have tried cfortran ones and the wrapped function signatures become quite long and verbose. I think one important extension would be to make the automatic wrapper generators pyfort and f2py support some windows compilers, although I must admit, I have not looked into them for windows support yet. __Janko _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/numpy-discussion