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

Berthold Höllmann hoel at gl-group.com
Tue Jul 27 11:23:30 EDT 2004


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.

Kind regards

Berthold Höllmann
-- 
Germanischer Lloyd AG
CAE Development
Vorsetzen 35
20459 Hamburg
Phone: +49(0)40 36149-7374
Fax: +49(0)40 36149-7320
e-mail: hoel at gl-group.com
Internet: http://www.gl-group.com 
 
 
 
This e-mail contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail.  
 
GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc.  
 




More information about the SciPy-User mailing list