patch to build_flib to support digital fortran compiler
I have added a class "digital_fortran_compiler" to build_flib.py which adds support for the Digital Fortran Comiler under WinNT to the scipy_distutils. Please find the class attached (no diffs because or the recent changes to build_flib.py did not allow a good diff). This email contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this email is unauthorized. Any use of this email by not intended recipients like copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this email is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this email. 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.
Hi Berthold, On 28 May 2002, [iso-8859-15] Berthold Höllmann wrote:
I have added a class "digital_fortran_compiler" to build_flib.py which adds support for the Digital Fortran Comiler under WinNT to the scipy_distutils. Please find the class attached (no diffs because or the recent changes to build_flib.py did not allow a good diff).
Thanks for the patch! I have applied your patch to scipy_distutils but made some re-factoring modifications to reduce the code size. In addition, I used DF as a compiler name instead of f90. This I learned from http://www.compaq.com/fortran/docs/vf-html/vf_frame.htm Is it OK? Thanks, Pearu
Pearu Peterson <pearu@cens.ioc.ee> writes:
Hi Berthold,
On 28 May 2002, [iso-8859-15] Berthold Höllmann wrote:
I have added a class "digital_fortran_compiler" to build_flib.py which adds support for the Digital Fortran Comiler under WinNT to the scipy_distutils. Please find the class attached (no diffs because or the recent changes to build_flib.py did not allow a good diff).
Thanks for the patch!
I have applied your patch to scipy_distutils but made some re-factoring modifications to reduce the code size. In addition, I used
DF
as a compiler name instead of f90. This I learned from
http://www.compaq.com/fortran/docs/vf-html/vf_frame.htm
Is it OK?
Hi Pearu, I just downloaded SciPy-0.2.0_alpha_101.3442.win32-py2.2.exe with date tag for today. I was able to compile my project, so it seems, it is OK for me. Thanks Berthold -- Dipl.-Ing. Berthold Höllmann __ Address: hoel@germanlloyd.org G / \ L Germanischer Lloyd phone: +49-40-36149-7374 -+----+- Vorsetzen 32/35 P.O.Box 111606 fax : +49-40-36149-7320 \__/ D-20459 Hamburg D-20416 Hamburg This email contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this email is unauthorized. Any use of this email by not intended recipients like copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this email is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this email. 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.
participants (2)
-
Berthold Höllmann
-
Pearu Peterson