diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2004-02-16 09:15:12 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2004-02-16 09:15:12 +0000 |
commit | a1b9fedeb7a87d9eed9eaa5243d61a5514681e9b (patch) | |
tree | 50811071e1405d77184239395b84b70abd518cfa /scipy_distutils/fcompiler.py | |
parent | 71e73fe209073239bb289e69586dc12ecf8b2db6 (diff) | |
download | numpy-a1b9fedeb7a87d9eed9eaa5243d61a5514681e9b.tar.gz |
Setting ibm as default compiler for AIX
Diffstat (limited to 'scipy_distutils/fcompiler.py')
-rw-r--r-- | scipy_distutils/fcompiler.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scipy_distutils/fcompiler.py b/scipy_distutils/fcompiler.py index 51eb75a33..d90b60dad 100644 --- a/scipy_distutils/fcompiler.py +++ b/scipy_distutils/fcompiler.py @@ -646,7 +646,8 @@ _default_compilers = ( 'intelitanium')), ('darwin.*',('gnu','nag','ibm')), ('sunos.*',('forte','gnu','sun')), - ('irix',('mips','gnu')), + ('irix.*',('mips','gnu')), + ('aix.*',('ibm','gnu')), # OS mappings ('posix',('gnu',)), ('nt',('gnu',)), |