Hi,

    I started working on a new approach for windows 64 bits support, to
be able to combine gfortran and visual studio. Basically, I am
reimplementing the needed functions from libgfortran so that it can be
built with MS compiler, but I cannot hope to do that without using
gfortran sources (under the GPL 3), if only for the signature/API of the
functions. Is it ok to include those sources in numpy/scipy, given that
they will only be used in those cases where libgfortran would have to be
used anyway ?

I got pretty far very quickly using this method (full numpy works except
for a few unit tests, scipy.linalg, scipy.sparse, scipy.fftpack are
already working), so it would be nice if it was possible :)

cheers,

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to