[SciPy-user] Re: Building Debug extrensions with scipy_distutils on WinXP

Berthold Höllmann bhoel at web.de
Thu Aug 5 15:14:47 EDT 2004


Berthold Höllmann <hoel at gl-group.com> writes:

> Berthold Höllmann <hoel at gl-group.com> writes:
>
>> Hello,
> ...
>
> I finaly found the patch
>
> hoel at donau:scipy cvs -q diff scipy_core/scipy_distutils/compaqfcompiler.py 
> Index: scipy_core/scipy_distutils/compaqfcompiler.py
> ===================================================================
> RCS file: /home/cvsroot/world/scipy_core/scipy_distutils/compaqfcompiler.py,v
> retrieving revision 1.5
> diff -r1.5 compaqfcompiler.py
> 86a87,95
>>     def _get_cc_args(self, pp_opts, debug, before):
>>         cc_args = pp_opts
>>         if debug:
>>             cc_args[:0] = self.get_flags_debug()
>>         if before:
>>             cc_args[:0] = before
>>         return cc_args
>> 
>> 
>
> which allows me to build debug extension modules under WinXP using
> Visual Studio 6.0 and Compaq Visual Fortran 6.1 A.

Can anybody comment on this patch. We do need debugging support for
Windows and I would like to hear of some scipy developer if there's a
chance for this or a similar patch to get into the CVS and later an
official release.

Kind regards
Berthold Höllmann
-- 
bhoel at web.de / http://starship.python.net/crew/bhoel/




More information about the SciPy-User mailing list