Re: [Numpy-discussion] f2py problem under MacOsX: "g95: unrecognized option '-shared'"

2007-06-12 Thread David Tremouilles
ok, I was using G95 (GCC 4.0.3 (g95 0.90!) ... using f2py -fcompiler=g95 ... But I realize gfortran was available on my computer but not recognize by numpy because the executable was "gfortran-mp-4.2". Creating a "gfortran" symbolic link to gfortran-mp-4.2 did the trick and now I can use success

[Numpy-discussion] Overview of extra build options in svn's numpy.distutils

2007-06-12 Thread David M . Cooke
Hi, Looks like I broke more stuff than I intended when I merged my distutils-revamp branch. Not that I didn't expect something to break, this stuff is fragile! The main purpose of the merge was to allow the user to configure more stuff regarding how things are compiled with Fortran. For ins

Re: [Numpy-discussion] f2py problem under MacOsX: "g95: unrecognized option '-shared'"

2007-06-12 Thread Robert Kern
David Tremouilles wrote: > Hello, > > I'm running into trouble with f2py (numpy 1.0.3 on my intel MacOsX) > f2py or actually f95 is complaining that -share option is not recognized: > "g95: unrecognized option '-shared'" > Which is actually true on an OsX platform. It should be something like >

[Numpy-discussion] f2py problem under MacOsX: "g95: unrecognized option '-shared'"

2007-06-12 Thread David Tremouilles
Hello, I'm running into trouble with f2py (numpy 1.0.3 on my intel MacOsX) f2py or actually f95 is complaining that -share option is not recognized: "g95: unrecognized option '-shared'" Which is actually true on an OsX platform. It should be something like -dynamic or so that should be used (bu

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread John Hunter
On 6/12/07, Robert Kern <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > > Do record arrays support masks? > > I believe so, but not individual masks for each component in the record. I see, too bad. I am working on the matplotlib.mlab.csv2rec function and need to handle missing values properly.

Re: [Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread Robert Kern
John Hunter wrote: > Do record arrays support masks? I believe so, but not individual masks for each component in the record. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it ha

[Numpy-discussion] masked arrays and record arrays

2007-06-12 Thread John Hunter
Do record arrays support masks? JDH ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] VMWare Virtual Appliance of Ubuntu with numpy, scipy, matplotlib, and ipython available

2007-06-12 Thread Alex
The instructions here are clear and easy to follow: http://www.spywareinfo.com/articles/vmware/basharing.php Hence, I was able to install the ftp server on Ubuntu and exchange my files in real-time in Windows. I use vsftpd on Ubuntu and Wincp on Windows. best Alex On Jun 11, 7:18 pm, "Bill Baxter