diff options
| author | Thomas Green <tomgreen66@hotmail.com> | 2021-11-16 22:58:25 +0000 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2021-12-29 21:03:37 -0700 |
| commit | 9f83930370fe9553448a856453fc38dc7c1ee017 (patch) | |
| tree | cb0eff1be41c281d17bb4e4764bee76e11664281 /numpy/distutils | |
| parent | 906aa1c003a18fbf10216a9a1060da96d8101289 (diff) | |
| download | numpy-9f83930370fe9553448a856453fc38dc7c1ee017.tar.gz | |
Update __init__.py
Diffstat (limited to 'numpy/distutils')
| -rw-r--r-- | numpy/distutils/fcompiler/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py index c333517c0..94b6c2a3c 100644 --- a/numpy/distutils/fcompiler/__init__.py +++ b/numpy/distutils/fcompiler/__init__.py @@ -743,7 +743,7 @@ _default_compilers = ( ('win32', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang')), ('cygwin.*', ('gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95')), - ('linux.*', ('gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq', + ('linux.*', ('arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu')), ('darwin.*', ('gnu95', 'nag', 'nagfor', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg')), |
