[SciPy-dev] compilation with fort77

Pauli Virtanen pav+sp at iki.fi
Tue Jan 26 09:38:13 EST 2010


Tue, 26 Jan 2010 09:52:02 +0000, Dr. David Kirkby wrote:
[clip]
> I suppose I should have added,
> 
> "and ask for suggestions how one might change the the code to make it
> F77 compatible".
> 
> If a minor change in the code would allow it to build with an older
> compiler, that seems a logical thing to do.

The fix is most likely that the temp variables should be added to the 
argument list, and made intent(cache,hide) variables in the .pyf file. 
That should make it as per F77 spec.

Testing the fix is probably more work than actually changing the source 
-- I'm not sure what the test coverage of that function is.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list