summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
diff options
context:
space:
mode:
authorDima Pasechnik <dima@pasechnik.info>2021-09-27 12:20:44 +0100
committerGitHub <noreply@github.com>2021-09-27 12:20:44 +0100
commit603e834e0103280b0292724b9f9272ad6a516497 (patch)
tree8ce220314013f7aad44f88faa34974bcb2e8704d /numpy/distutils/fcompiler
parent7e8285ba48179b19b4d251ac3447569141c7e8f7 (diff)
downloadnumpy-603e834e0103280b0292724b9f9272ad6a516497.tar.gz
ENH: nagfor from NAG is available on Darwin
A modern Fortran compiler nagfor from NAG is available on Darwin, as well as on Linux, since at least version 7.0
Diffstat (limited to 'numpy/distutils/fcompiler')
-rw-r--r--numpy/distutils/fcompiler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py
index d7579e976..5f1361e1c 100644
--- a/numpy/distutils/fcompiler/__init__.py
+++ b/numpy/distutils/fcompiler/__init__.py
@@ -745,7 +745,7 @@ _default_compilers = (
('cygwin.*', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95')),
('linux.*', ('gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq',
'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu')),
- ('darwin.*', ('gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')),
+ ('darwin.*', ('gnu95', 'nag', 'nagfor', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')),
('sunos.*', ('sun', 'gnu', 'gnu95', 'g95')),
('irix.*', ('mips', 'gnu', 'gnu95',)),
('aix.*', ('ibm', 'gnu', 'gnu95',)),