[NumPy-Tickets] [NumPy] #1771: Support for nagfor Fortran compiler
NumPy Trac
numpy-tickets@scipy....
Mon Mar 14 10:21:49 CDT 2011
#1771: Support for nagfor Fortran compiler
-----------------------------+----------------------------------------------
Reporter: matcross | Owner: cdavid
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.distutils | Version: 1.5.1
Keywords: |
-----------------------------+----------------------------------------------
Hi. Are you interested in adding FCompiler info for NAG 5.2 + (nagfor)?
I believe the fields different to the existing 'nag' ones should look like
compiler_type = 'nagfor'
description = 'NAG Fortran Compiler'
executables['compiler_f77'] = ['nagfor', '-fixed']
executables['compiler_f90'] = ['nagfor']
executables['compiler_fix'] = ['nagfor', '-fixed']
version_pattern = r'NAG Fortran Compiler Release (?P<version>[^\s]*)'
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1771>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list