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
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
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
>
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
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.
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
Do record arrays support masks?
JDH
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion
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